Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wlan0 no access outside of local network
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
MidnightCheese
n00b
n00b


Joined: 14 Jun 2004
Posts: 18
Location: Music City

PostPosted: Thu Oct 31, 2013 9:40 pm    Post subject: wlan0 no access outside of local network Reply with quote

Hey everyone. I'm hoping someone has an idea here:
Access to my local network on wlan0 works great. I can SSH into other machines, etc. WAN traffic, however, isn't so hot.

DNS seems to be resolving. When I ping google.com ping comes back with an IP, but no packets come back.

Code:
PING www.google.com (74.125.131.103) 56(84) bytes of data.

--- www.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms


I'm not really sure where to start. eth0(enp4s0) works as expected when the cable is attached.

Any thoughts or suggestions would be appreciated. Here are some potentially relevant config files & such:

Code:
/etc/resolve.conf
# Generated by dhcpcd from wlan0
# /etc/resolv.conf.head can replace this line
nameserver 4.2.2.2
nameserver 75.75.76.76
# /etc/resolv.conf.tail can replace this line


Code:
/etc/conf.d/net
config_enp4s0="dhcp"
config_wlan0="dhcp"
dns_servers_wlan0="8.8.8.8"
wpa_supplicant_wlan0="-Dwext"


Code:
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
update_config=1

ap_scan=1

network={
  ssid="GuestNet"
  psk="thepassword"
  priority=5
}


Code:
ifconfig
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.14.163  netmask 255.255.255.0  broadcast 192.168.14.255
        inet6 fe80::223:8ff:fe6e:bc01  prefixlen 64  scopeid 0x20<link>
        ether 00:23:08:6e:bc:01  txqueuelen 1000  (Ethernet)
        RX packets 22559  bytes 3733461 (3.5 MiB)
        RX errors 0  dropped 193  overruns 0  frame 0
        TX packets 721  bytes 110930 (108.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Code:
iwconfig
wlan0     IEEE 802.11bg  ESSID:"GuestNet" 
          Mode:Managed  Frequency:2.452 GHz  Access Point: 00:0B:86:78:E7:A6   
          Bit Rate=24 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=70/70  Signal level=-13 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:19  Invalid misc:17   Missed beacon:0


Maybe there's something obvious I'm missing? Thanks for taking the time to look.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Thu Oct 31, 2013 9:57 pm    Post subject: Reply with quote

route output?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
MidnightCheese
n00b
n00b


Joined: 14 Jun 2004
Posts: 18
Location: Music City

PostPosted: Thu Oct 31, 2013 9:59 pm    Post subject: Reply with quote

Code:
cale@mini ~ $ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.14.1    0.0.0.0         UG    4      0        0 wlan0
127.0.0.0       127.0.0.1       255.0.0.0       UG    0      0        0 lo
192.168.14.0    0.0.0.0         255.255.255.0   U     4      0        0 wlan0
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Thu Oct 31, 2013 10:09 pm    Post subject: Reply with quote

Gateway 192.168.14.1, is it correct?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
MidnightCheese
n00b
n00b


Joined: 14 Jun 2004
Posts: 18
Location: Music City

PostPosted: Fri Nov 01, 2013 1:53 pm    Post subject: Reply with quote

Yes, 192.168.14.1 is the gateway.
Back to top
View user's profile Send private message
MidnightCheese
n00b
n00b


Joined: 14 Jun 2004
Posts: 18
Location: Music City

PostPosted: Mon Nov 04, 2013 3:14 pm    Post subject: Reply with quote

So, I attempted to connect to a different wireless network, and everything worked fine. I'm going to assume for now that the trouble is network specific.

Thanks for taking a look at this.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum