|
Firewalls (December 1996) |
Chris,
From the man pages for Solaris 2.5.1:
The following command sets the value of the parameter
ip_forwarding in the IP driver to zero. This disables IP
packet forwarding.
example% ndd -set /dev/ip ip_forwarding 0
To view the current IP forwarding table, use the following
command:
example% ndd /dev/ip ip_ire_status
You can do a man on ndd to get the information.
Martin
" Been there, Done it, got a T-shirt "
----- Begin Included Message -----
|