MESSAGE
DATE | 2002-06-21 |
FROM | Ruben I Safir
|
SUBJECT | Re: [hangout] Packet Forwarding
|
Trying to get the iptable module to unload has been a nightmare.
I can't seem to do that without restarting the box.
Ruben
On 2002.06.21 18:58 Matus Telgarsky wrote: > > sorry if I babble nothing useful and only things you know.. > > well, when the masquerading will mangle the packets (rewrite source address), > and you want straight forwarding, right? > > the forwarding table isn't using a default policy of DROP, is it? > > echo 1 > /proc/sys/net/ipv4/ip_forward does it for me.. > > so a kernel without iptables isn't routing with that? I mean, no iptables > module loaded (to be extra sure)? > > -mateusz- > > On Fri, 21 Jun 2002 18:35:05 -0400 Ruben I Safir > Deliberately scrawled: > > > > > Linux used to forward packets with just a > > echo 1 >/proc/.... command. > > > > Now I can't seem to get packet forwarding without using iptables > > > > iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE > > > > Does anyone knwo a way to set it to forward without having to > > masquarade and exposing the backend? > > > > I tried reading the man pagfe for iptables but I'm not getting anywhere > > > > > > > > Ruben > > -- > > __________________________ > > > > Brooklyn Linux Solutions > > __________________________ > > http://www.mrbrklyn.com - Consulting > > http://www.brooklynonline.com - For the love of Brooklyn > > http://www.nylxs.com - Leadership Development in Free Software > > http://www.nyfairuse.org - The foundation of Democracy > > http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and > > articles from around the net http://www2.mrbrklyn.com/mp3/dr.mp3 - Imagine my > > surprise when I saw you... http://www2.mrbrklyn.com/downtown.html - See the > > New Downtown Brooklyn.... > > > > 1-718-382-5752 > > > > > > > > ____________________________ > > New Yorker Linux Users Scene > > Fair Use - > > because it's either fair use or useless.... > -- __________________________
Brooklyn Linux Solutions __________________________ http://www.mrbrklyn.com - Consulting http://www.brooklynonline.com - For the love of Brooklyn http://www.nylxs.com - Leadership Development in Free Software http://www.nyfairuse.org - The foundation of Democracy http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from around the net http://www2.mrbrklyn.com/mp3/dr.mp3 - Imagine my surprise when I saw you... http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn....
1-718-382-5752
____________________________ New Yorker Linux Users Scene Fair Use - because it's either fair use or useless....
|
|