View Single Post
  #3   (View Single Post)  
Old 26th November 2009
birdmansdomain birdmansdomain is offline
Port Guard
 
Join Date: Jun 2009
Posts: 13
Default

Code:
# ifconfig -A
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 0x5
ral0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1d:6a:3a:48:66
        priority: 4
        groups: wlan
        media: IEEE802.11 autoselect mode 11g hostap
        status: active
        ieee80211: nwid Inland_Empire chan 10 bssid 00:1d:6a:3a:48:66
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::21d:6aff:fe3a:4866%ral0 prefixlen 64 scopeid 0x1
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:18:e7:18:3d:34
        priority: 0
        media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
        status: active
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
        inet6 fe80::218:e7ff:fe18:3d34%re0 prefixlen 64 scopeid 0x2
em0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:0d:60:47:d3:9c
        priority: 0
        groups: egress
        media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause)
        status: active
        inet6 fe80::20d:60ff:fe47:d39c%em0 prefixlen 64 scopeid 0x3
        inet 70.64.72.16 netmask 0xfffffc00 broadcast 255.255.255.255
enc0: flags=0<> mtu 1536
        priority: 0
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33200
        priority: 0
        groups: pflog
Code:
# netstat -rn -f inet
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
default            70.64.72.1         UGS        0      173     -     8 em0
70.64.72/22        link#3             UC         1        0     -     4 em0
70.64.72.1         00:30:b8:c5:05:40  UHLc       1        0     -     4 em0
70.64.72.16        127.0.0.1          UGHS       0        0 33200     8 lo0
127/8              127.0.0.1          UGRS       0        0 33200     8 lo0
127.0.0.1          127.0.0.1          UH         2        0 33200     4 lo0
192.168.0/24       link#2             UC         1        0     -     4 re0
192.168.0.10       00:24:8c:b9:1d:e4  UHLc       1      269     -     4 re0
192.168.1/24       link#1             UC         0        0     -     4 ral0
224/4              127.0.0.1          URS        0        0 33200     8 lo0
I have 2 laptops connecting to ral0 i'm also not using dhcpd
Reply With Quote