View Single Post
Old 16th February 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Hi ldOp !
Thanks for the checklist .. helpful for a newbie ..

* less /etc/resolv.conf
Code:
# Created by dhclient from wpi0
nameserver 192.168.1.1
* /etc/rc.conf
Code:
rc_configured=YES

# Add local overrides below
#
wscons=YES

sshd=YES
dhclient=YES
defaultroute=192.168.1.1 
pf=NO
*#route -n show -inet
Code:
Routing table

Internet:
Destination        Gateway            Flags
default            192.168.1.1        UG
127.0.0.0/8        127.0.0.1          UGR
127.0.0.1          127.0.0.1          UH
192.168.1.0/24     link#1             U
192.168.1.1        00:80:5a:5a:36:32  UHL
192.168.1.2        127.0.0.1          UGH
* ifconfig -a
Code:
wpi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        ssid Conceptronic
        powersave off
        bssid 00:80:5a:5a:36:33 chan 6
        address: 00:19:d2:28:eb:bc
        media: IEEE802.11 autoselect (OFDM36 mode 11g)
        status: active
        inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::219:d2ff:fe28:ebbc%wpi0 prefixlen 64 scopeid 0x1
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
* did you enable any packet filtering?
no I didn't .. and pf is set to no in rc.conf


* dmesg ? ...
Reply With Quote