View Single Post
  #3   (View Single Post)  
Old 4th October 2011
raindog308 raindog308 is offline
Fdisk Soldier
 
Join Date: Sep 2011
Posts: 67
Default

Here is ifconfig -a:

Code:
lo0: flags=8149<UP,LOOPBACK,RUNNING,PROMISC,MULTICAST> mtu 33160
	priority: 0
	groups: lo
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
	inet 127.0.0.1 netmask 0xff000000
re0: flags=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
	lladdr 00:00:00:00:00:00
	priority: 0
	groups: egress
	media: Ethernet autoselect (100baseTX full-duplex)
	status: active
	inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
iwn0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
	lladdr 78:92:9c:11:ab:f4
	priority: 4
	groups: wlan
	media: IEEE802.11 autoselect
	status: no network
	ieee80211: nwid ""
enc0: flags=0<>
	priority: 0
	groups: enc
	status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33160
	priority: 0
	groups: pflog
And here is netstat -rn -f inet:

Code:
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
default            192.168.1.1        UGS        0        0     -     8 re0  
127/8              127.0.0.1          UGRS       0        0 33160     8 lo0  
127.0.0.1          127.0.0.1          UH         0        0 33160     4 lo0  
192.168.1/24       link#1             UC         1        0     -     4 re0  
192.168.1.1        00:1c:10:3c:74:f7  UHLc       1       67     -     4 re0  
192.168.1.100      127.0.0.1          UGHS       0        0 33160     8 lo0  
224/4              127.0.0.1          URS        0        0 33160     8 lo0
Reply With Quote