> Patrick wrote:
> Who can help me for installing and configure a masquerading (ipchains)
> connection:
If you can dial up to your provider, you're just about there. First,
turn on IP Forwarding (routing). You'll find it in
linuxconf->Config->Networking->Client tasks->Routing and
Gateways->Defaults. Then, add something similar to the following lines
to /etc/rc.d/rc.local:
/sbin/ipchains -F
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.1.0/24 -j MASQ
"192.168.1.0" should be changed to reflect your network number. Placing
these commands in rc.local ensures that they are run when the system
boots.
To activate your changes, run :
/etc/rc.d/init.d/network restart
/etc/rc.d/rc.local
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.