Firewall Security

Checkpoint SPLAT Route commands



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:

  1. Nokia CLISH commands
  2. Firewall Troubleshooting Basic Concepts.


Discussion

No comments for “Checkpoint SPLAT Route commands”

Post a comment