View Single Post
  #5   (View Single Post)  
Old 17th October 2011
wlm2 wlm2 is offline
Port Guard
 
Join Date: Jun 2011
Posts: 32
Default Thanks for your help

This is what I got after I ran the command ifconfig-a .
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 0x4
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:0d:b9:1c:96:80
        priority: 0
        groups: egress
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::20d:b9ff:fe1c:9680%vr0 prefixlen 64 scopeid 0x1
        inet 192.168.1.103 netmask 0xffffff00 broadcast 192.168.1.255
vr1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:0d:b9:1c:96:81
        priority: 0
        media: Ethernet autoselect (none)
        status: no carrier
enc0: flags=0<>
        priority: 0
        groups: enc
        status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33200
        priority: 0
        groups: pflog
That's what I'm getting the system up.
Code:
pf enabled
net.inet.ip.forwarding: 0 -> 1
sysctl: top level name 1 in 1 is invalid
sysctl: top level name forwarding in forwarding is invalid
sysctl: top level name (routing) in (routing) is invalid
sysctl: top level name of in of is invalid
sysctl: top level name IPv4 in IPv4 is invalid
sysctl: top level name packets in packets is invalid
net.inet.ip.forwarding: 1 -> 1
starting network
/etc/rc: /etc/rc.conf[29]: for: not found
/etc/dhclient.conf line 3: expecting a statement.
 DHCP
 ^
/etc/dhclient.conf line 19: semicolon expected.
send
^
DHCPDISCOVER on vr0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 192.168.1.1 (00:22:6b:7b:7e:68)
DHCPREQUEST on vr0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1 (00:22:6b:7b:7e:68)
bound to 192.168.1.103 -- renewal in 43200 seconds.
starting system logger
starting initial daemons:.
savecore: no core dump
checking quotas: done.
building ps databases: kvm dev.
clearing /tmp
starting pre-securelevel daemons:.
setting kernel security level: kern.securelevel: 0 -> 1
creating runtime link editor directory cache.
preserving editor files.
starting network daemons: sshd dhcpd sendmail inetd.
starting local daemons:.
standard daemons: cron.
Mon Oct 17 09:27:25 IST 2011

Last edited by ocicat; 17th October 2011 at 11:21 AM. Reason: Please, use [code] & [/code] tags when posting screen output.
Reply With Quote