Am 02/18/15 um 01:40 schrieb Nick Holland: > On 02/17/15 18:59, Stefan Wollny wrote: >> ftp: connect: No route to host > > you need to fix that before you worry about anything. > > Once you get THAT fixed, then you can get back to worrying about your > dropping connections. > > Gotta make it before you can drop it. >
Mmmmh - it may not be related to the issue of this thread, but /var/log/messages has nothing when the connection is lost. At connect there are two complaints from avahi-daemon and adsuck: ~ $ date && sh reconnect Wed Feb 18 11:56:45 CET 2015 ifconfig: SIOCGIFFLAGS: Device not configured loopback localhost done BASE-ADDRESS.MCAST.N link#5 done ::/128 localhost done ::/128 localhost done ::127.0.0.0/128 localhost done ::224.0.0.0/128 localhost done ::255.0.0.0/128 localhost done ::ffff:0.0.0.0/128 localhost done 2002::/128 localhost done 2002:7f00::/128 localhost done 2002:e000::/128 localhost done 2002:ff00::/128 localhost done fe80::/128 localhost done fec0::/128 localhost done ff01::/128 localhost done ff02::/128 localhost done ifconfig: SIOCSTRUNKPORT: Device busy ifconfig: SIOCSTRUNKPORT: Device busy DHCPREQUEST on trunk0 to 255.255.255.255 DHCPREQUEST on trunk0 to 255.255.255.255 DHCPACK from 192.168.178.1 (00:24:fe:31:e3:ea) bound to 192.168.178.31 -- renewal in 432000 seconds. ~ $ date && tail -f /var/log/messages Wed Feb 18 11:56:43 CET 2015 [... older stuff omitted .. ] Feb 18 11:56:45 idefix dhclient[26941]: trunk0 down; exiting Feb 18 11:56:45 idefix avahi-daemon[12643]: IP_DROP_MEMBERSHIP failed: Can't assign requested address Feb 18 11:56:45 idefix adsuck[16092]: can't convert wire packet to struct I'd like to point out that the connection is lost too when running 'pkg_add' right on the console. And YES - I had tried without adsuck enabled before. I had posted it yesterday but here is once more the reconnect-script: ~ $ cat reconnect #/bin/sh sudo /sbin/ifconfig em0 down sudo /sbin/ifconfig wpi0 down sudo /sbin/ifconfig rsu0 down sudo /sbin/ifconfig trunk0 down sudo /sbin/route flush sudo sh /etc/netstart