Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting up a home router
Date: Tue, 16 Jan 2007 06:08:37
Message-Id: 45AC65E9.2030604@ilievnet.com
In Reply to: Re: [gentoo-user] Setting up a home router by Daniel Pielmeier
1 Again the quick & dirty solution:
2
3 /etc/init.d/iptables stop
4 iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
5 /etc/init.d/iptables save
6 rc-update -a iptables default
7 /etc/init.d/iptables start
8
9
10
11 --
12 Best regards,
13 Daniel
14
15
16 --
17 gentoo-user@g.o mailing list