I have a FreeBSD system that acts as a NAT Gateway, currently providing on LAN with access to the Internet. I have added a third NIC, connected to a second LAN. The second LAN does not need internet access, but I would like it to be able to communicate with the first LAN. I have tried reading various sources, but have not found anything dealing with this situation. I would appreciate any help. Below is a diagram of my current setup and the output of ifconfig.

                            Internet
                                |
                [ xl0: DHCP assigned ]
                           Router
                            |      |
            [ xl1: 10.0.0.1]  [ xl3: 192.168.1.10]
        10.0.0.0/24 LAN  192.168.1.0/24 LAN

Output of ifconfig:
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       options=8<VLAN_MTU>
       inet 24.33.126.252 netmask 0xffffff00 broadcast 255.255.255.255
       ether 00:60:97:74:35:b0
       media: Ethernet autoselect (10baseT/UTP)
       status: active
xl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       options=b<RXCSUM,TXCSUM,VLAN_MTU>
       inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
       ether 00:01:02:37:93:eb
       media: Ethernet autoselect (100baseTX <full-duplex>)
       status: active
xl2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
       options=b<RXCSUM,TXCSUM,VLAN_MTU>
       inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255
       ether 00:01:02:cc:63:d2
       media: Ethernet autoselect (100baseTX <full-duplex>)
       status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
       inet 127.0.0.1 netmask 0xff000000

_________________________________________________________________
Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to