|
Firewalls (July 1995) |
> I'm slowly putting together my kit. I've a router which has two ethernet > interfaces. It's running Solaris 2.3 btw. Does anyone know how to switch > off ip-forwarding ? And is it the same procedure for Solaris 2.4? In /etc/rc2.d/S69inet numifs=1 numptptifs=0 # numifs=`ifconfig -au | grep inet | wc -l` # numptptifs=`ifconfig -au | grep inet | egrep -e '-->' | wc -l` ...joe Follow-Ups:
|