ipfw / ppp NAT

2005-02-06 Thread Chris Knipe
Hi, Is there any way that I can get / configure ipfw / Kernel PPP to rewrite the source address via NAT? -- Chris. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: ipfw / ppp NAT

2005-02-06 Thread Chris Knipe
Subject: ipfw / ppp NAT Hi, Is there any way that I can get / configure ipfw / Kernel PPP to rewrite the source address via NAT? -- Chris. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re[2]: ipfw / ppp NAT

2005-02-06 Thread Hexren
@freebsd.org CK Sent: Sunday, February 06, 2005 2:37 PM CK Subject: ipfw / ppp NAT Hi, Is there any way that I can get / configure ipfw / Kernel PPP to rewrite the source address via NAT? -- Chris. ___ freebsd-questions@freebsd.org mailing list

Re: Re[2]: ipfw / ppp NAT

2005-02-06 Thread Chris Knipe
given that tun0 is the interface that connects x.x to the world (y.y) then what you have now would be: ipfw add divert natd all from any to any via tun0 from what I understand what you want you should probably add somethin like: ipfw add divert natd all from any to any via rl0 rl0 being the