Date: Tue, 30 Sep 2003 21:33:43 -0400 (EDT) From: freebsd@killersolutions.com To: freebsd-questions@freebsd.org Subject: FreeBSD routing between 2 interfaces Message-ID: <63697.www.killersolutions.com.1064972023.ronate@www.killersolutions.c om>
next in thread | raw e-mail | index | archive | help
Dear FreeBSD users,
I urgenly need to connect 192.168.1.* network to the internet. What am I
doing wrong?
I have 2 networks, 192.168.0.* and 192.168.1.*
FreeBSD 5.1 is connected to both networks via 2 network cards, its ip is
192.168.0.3 and 192.168.1.2.
As of now from the 192.168.1 network I can only ping the 192.168.0.1 and
192.168.0.3 machines. Nothing else. No Internet.
Rc.conf = gateway_enable="YES", defaultrouter="192.168.0.1",
firewall_script="/etc/ipfw.rules"
ipfw.rules = ipfw add pipe 1 ip from any to any in recv dc0
ipfw add pipe 2 ip from any to any out xmit dc0
ipfw pipe 1 config mask src-ip 0xffffffff bw 1024kbits/s
ipfw pipe 2 config mask dst-ip 0xffffffff bw 1024kbits/s
Internet
|
192.168.0.1
Router/DHCP Server/Switch
|
|
|
-----------------------------
| |
| |
| (FreeBSD 5.1 Machine - DNS/Web Server/Samba Server)
192.168.0.* clients 192.168.0.3(xl0)
192.168.1.2(dc0) (Limit Bandwidth to 192.168.1.* on this
network(dc0) card to 1024kbits max)
|
|
Router/Switch/DHCP server
|
|
192.168.1.* clients
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?63697.www.killersolutions.com.1064972023.ronate>
