JERALD JOSEPHS <jerald .
josephs @
Sun .
COM> wrote:
> So we need to add a line to /etc/init.d/inetinit to set ip_forwarding
> to 0 if [ -z $defrouters ] returns 0.
Alternatively you could create /etc/notrouter to do the same thing.
The /etc/init.d/inetinit can also be used to set:
ndd -set /dev/ip ip_forwarding 0
ndd -set /dev/ip ip_forward_src_routed 0
ndd -set /dev/ip ip_forward_directed_broadcasts 0
which can be tested from the command line:
ndd /dev/ip ip_forwarding
ndd /dev/ip ip_forward_src_routed
ndd /dev/ip ip_forward_directed_broadcasts
Roger Marquis
|
|