Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 14:44:41 +0300
From:      Peter <peterpub1@aboutsupport.com>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Simple ipfw problem :(
Message-ID:  <42BAA0A9.3090808@aboutsupport.com>

next in thread | raw e-mail | index | archive | help
Hi,

with my old linux box I forward all my LAN traffic coming from eth1 via 
eth0 with these simple 3 lines

$IPTABLES -t nat -A POSTROUTING -o $INET_IFACE -j MASQUERADE
$IPTABLES -A FORWARD -i $LAN_IFACE -j ACCEPT
$IPTABLES -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT

Howevr I moved the box to FreeBSD 5.4 and also I have a new connection
PPPoE. I enabled the IPDIVERRT,    FIRREWALL etc in the kernel but I am 
  unable to make traffic coming from rl0(internal interface) be 
forwaded via tun0( PPPoE interface).

I have gateway_enable='yes', tried playing with ppp_nat etc...

But no luck....

Is there a simple way to do that with ipfw ? Please help - I am little 
bit confused...

Thanks in advance for your help...

Kind regards,

Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42BAA0A9.3090808>