View Single Post
  #1   (View Single Post)  
Old 13th June 2018
Nikolaos Nikolaos is offline
Port Guard
 
Join Date: Feb 2018
Posts: 12
Default 6.3 on X220: iwn0 lan but no WAN

I'm new to OpenBSD but have been running 6.2 since it's release on a Thinkpad T420s. Last night I installed 6.3 on a spare X220 from USB flash. Using the same ifconfig command to bring up iwn0 on my T420s, I can see machines on my LAN but can't access websites using Firefox or Chromium.
Code:
x220# ifconfig iwn0 nwid none wpakey [password]

Chromium: 
DNS_PROBE_FINISHED_NO_INTERNET

iwn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 8c:70:5a:72:a2:2c
        index 2 priority 4 llprio 3
        groups: wlan
        media: IEEE802.11 autoselect (HT-MCS0 mode 11n)
        status: active
        ieee80211: nwid none chan 9 bssid d4:6e:0e:f0:a6:c2 -46dBm wpakey wpaprotos wpa2 wpaakms psk wpaciphers ccmp wpagroupcipher ccmp
        inet 192.168.1.22 netmask 0xffffff00 broadcast 192.168.1.255


x220# cat /etc/resolv.conf                                                                                               
# Generated by em0 dhclient
search local
nameserver 192.168.1.1
lookup file bind
Any hints on this fresh install?

Last edited by ocicat; 13th June 2018 at 11:44 PM. Reason: Please use [code] & [/code] tags when posting command output.
Reply With Quote