An easier way to add/delete/modify routes in Checkpoint is by using the commands below instead of sysconfig, especially when there are multiple entries to be made.
example:
to add host route
route add 192.168.1.10 gw 10.10.10.1
to delete host route
route del 192.168.1.10
to add network route
route add -net 192.168.1.0/24 gw 10.10.10.1
to add default gateway
route add default gw 12.12.12.1
make sure to save changes
route –save
to display routes
route -n
Related posts:
Discussion
No comments for “Checkpoint SPLAT Route commands”
Post a comment