View Single Post
  #3   (View Single Post)  
Old 4th August 2011
Dr-D's Avatar
Dr-D Dr-D is offline
Port Guard
 
Join Date: Jun 2011
Posts: 43
Default

My BSD router has been working beautifully since I put it into service about 6 weeks ago. The only thing that has changed is my cable modem today.

Here is my ifconfig output with the WAN IP (xl1) masked.
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33200
        priority: 0
        groups: lo
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
xl0: flags=8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:10:4b:2c:a7:3c
        priority: 0
        groups: egress
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::210:4bff:fe2c:a73c%xl0 prefixlen 64 scopeid 0x1
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
xl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:01:03:2b:e1:84
        priority: 0
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::201:3ee:fe3b:f184%xl1 prefixlen 64 scopeid 0x2
        inet 24.X.X.X netmask 0xfffffc00 broadcast 24.X.X.X
enc0: flags=0<>
        priority: 0
        groups: enc
        status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33200
        priority: 0
        groups: pflog
sysctl net.inet.ip.forwarding output:
Code:
net.inet.ip.forwarding=1
Reply With Quote