- Posts: 8
- Thank you received: 0
Can any body tell the commands for checkpoint
18 years 6 months ago #14471
by siv
Can any body tell the commands for checkpoint was created by siv
Hi,
In one of our client location checkpoint firewall is installed on solaris platform. Could any body help in this.
In need the command to check whether the firewall is up or not
Command to start the service
Command to stop the service
Command to restart the service
Command to configure the routing Or procedure in GUI to configure the routing.
Please help me
In one of our client location checkpoint firewall is installed on solaris platform. Could any body help in this.
In need the command to check whether the firewall is up or not
Command to start the service
Command to stop the service
Command to restart the service
Command to configure the routing Or procedure in GUI to configure the routing.
Please help me
18 years 6 months ago #14483
by TheBishop
Replied by TheBishop on topic Checkpoint
cpstart and cpstop will start/stop all the Checkpoint applications on the box. If you just want to control the firewall components use fwstart and fwstop instead.
To tell whether it is running, do a grep to see the processes (e.g. the enforcement module itself is called fwd) or try the cpstat command
To set up routing you need to do two things. First, make sure that the underlying Solaris system can see the relevant host(s) and networks by adding interfaces and routing table entries in the normal way. There's no point in messing about in the firewall until you have connectivity at the OS level (tried it, regretted it). Once that's all working you can go into the firewall GUI. Set up your new interfaces, then the nodes or groups you want to provide connectivity for, then finally the rules to give you the connectivity you want.
You can get the full checkpoint documentation from www.checkpoint.com/support/technical/documents/index.html
To tell whether it is running, do a grep to see the processes (e.g. the enforcement module itself is called fwd) or try the cpstat command
To set up routing you need to do two things. First, make sure that the underlying Solaris system can see the relevant host(s) and networks by adding interfaces and routing table entries in the normal way. There's no point in messing about in the firewall until you have connectivity at the OS level (tried it, regretted it). Once that's all working you can go into the firewall GUI. Set up your new interfaces, then the nodes or groups you want to provide connectivity for, then finally the rules to give you the connectivity you want.
You can get the full checkpoint documentation from www.checkpoint.com/support/technical/documents/index.html
Time to create page: 0.121 seconds