Re: ipnat and ipfw dummynet

2004-06-05 Thread Micheal Patterson
- Original Message - From: Nelis Lamprecht [EMAIL PROTECTED] To: FreeBSD Questions Mail List [EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:43 AM Subject: ipnat and ipfw dummynet Sorry, I failed to point out my current network configuration. I have 2 internal networks which use NAT

ipnat and ipfw dummynet

2004-06-04 Thread Nelis Lamprecht
Hi, I'm interested to hear how people utilise dummynet in a NAT environment. How does one create a pipe for a NAT network without effecting the actual LAN speed ? For example, on the gateway: $fwcmd add pipe 1 ip from 192.168.1.0/24 to any out $fwcmd add pipe 2 ip from any to 192.168.1.0/24 in

Re: ipnat and ipfw dummynet

2004-06-04 Thread Nelis Lamprecht
Sorry, I failed to point out my current network configuration. I have 2 internal networks which use NAT, one class C ( 192.96.48.0/24 ) and one rfc1918 ( 192.168.1.0/24 ). The internal interface(bge1) is configured with the class c network and I have added a route to bge1 for 192.168.1.0/24. All