A follow-up:
> third,
> I would test with IPv6 disabled (entirely for the system), regardless of
> connectivity type;
> that also means to explicitly disable that failover setup line in your config
> ipv6_activate_all_interfaces="**YES"
> jb
W/r to IPv6 (disable, enable, etc):
read man pages for
There are few things you should do.
First,
w/r to you complaint about first-kill-then restart, this will do it for you
/etc/rc.d/dhclient lagg0 restart
second,
I remember you wrote that you have a trouble with disconnects even in
wireless-only setup (no failover setup). If so, you should run and
The thing very annoying, is that when my wireless disconnects, I must wait
until wpa_supplicant re-associate to the AP. Then I have no working
connection until I redo dhclient lagg0.
And running dhclient lagg0 will say dhclient already running.. So I always
need to kill it before. That issue does
On 13/12/2012 23:39, jb wrote:
David Demelier gmail.com> writes:
...
I have setup lagg0 for a failover with ethernet, (note the problem
appears if I use wlan0 only too)
# Fail over between wired/wireless.
cloned_interfaces="lagg0"
ifconfig_msk0="up"
ifconfig_ath0="ether 18:a9:05:87:38:0a"
ifc
David Demelier gmail.com> writes:
> ...
> I have setup lagg0 for a failover with ethernet, (note the problem
> appears if I use wlan0 only too)
>
> # Fail over between wired/wireless.
> cloned_interfaces="lagg0"
> ifconfig_msk0="up"
> ifconfig_ath0="ether 18:a9:05:87:38:0a"
> ifconfig_wlan0="W
David Demelier gmail.com> writes:
> ...
Logs are your friends.
If the lease actually expires and you have to get a new IP (a new lease), then
you could have a temporary disconnect.
But if dhcp server(s) are working correctly the lease should be renewed or
rebound without problems.
Search for
On 30/11/2012 21:15, jb wrote:
David Demelier gmail.com> writes:
Hi,
In my university, I have a WPA-EAP wifi access point, it requires
authentification to access, with dhclient, I'm disconnected randomly and
I must run wpa_cli reconfigure / dhclient again to get it working.
This is really to
David Demelier gmail.com> writes:
>
> Hi,
>
> In my university, I have a WPA-EAP wifi access point, it requires
> authentification to access, with dhclient, I'm disconnected randomly and
> I must run wpa_cli reconfigure / dhclient again to get it working.
This is really too general - it coul
Hi,
In my university, I have a WPA-EAP wifi access point, it requires
authentification to access, with dhclient, I'm disconnected randomly and
I must run wpa_cli reconfigure / dhclient again to get it working.
I have never found a solution for that, so I tried for testing, to use
dhcpcd inst