Network stops working shortly after boot?

I'm on wifi and seemingly it works briefly on boot then stops. I'm not sure if it's DHCP, but doing service netif restart has it working fine.

I tried setting static IPv4 and 6 in resolv.conf and a NO setting to stop resolv.conf updates in /etc/resolvconf.conf, and wifi DHCP, SYNCDHCP, and static inet/netmask.

Code:
espionage724@Spinesnap:~ $ ping google.com
PING google.com (192.178.155.100): 56 data bytes
64 bytes from 192.178.155.100: icmp_seq=0 ttl=100 time=69.802 ms
64 bytes from 192.178.155.100: icmp_seq=1 ttl=100 time=70.239 ms
64 bytes from 192.178.155.100: icmp_seq=2 ttl=100 time=351.361 ms
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
 
So your ping output implies to me that DNS is working at the start. The jump from 70 to 351 ms is odd/interesting, I wonder if that is a clue.
Your system you say WiFi, what's next upstream of that? Is DHCP server local to you and do you have control?
Firewall?
When the ping reports network down, what does ifconfig show?

You say "on boot" is this from poweroff state, from shutdown -r now? Is the behavior the same in those 2 boot cases?

service netif restart working implies to me something with the wifi section (is that wpasupplicant?)
 
Back
Top