Just to document an approach that avoids the link failure issue:
> On 4 Jan 2017, at 13:55, Tim Coote <tim+ietf....@coote.org> wrote:
> 
> 
>> On 18 Sep 2016, at 18:20, Massimiliano Stucchi <m...@stucchi.ch> wrote:
>> 
>> 
>> I have a similar situation, although on a fiber connection that requires
>> PPPoE for IPv4.  I solved it like this:
>> 
>> config interface 'homenet4'
>>      option ifname 'eth0.6'
>>      option proto 'pppoe'
>>      option username 'username'
>>      option password 'password'
>> 
>> config interface 'homenet4ext'
>>      option ifname 'pppoe-homenet4'
>>      option proto 'hnet'
>>      option mode 'external'
>>      option _orig_ifname 'pppoe-homenet4'
>> 
>> Basically, you "piggyback" on the interface created by PPPoE to use it
>> for hnet.
> 
> That approach made great strides. However, when my ISP resets the dsl link, 
> IPv4 disappears from my internal networks. I can still log into the router 
> over ipv6 (usually). If I do get onto the router, than restarting the network 
> is usually sufficient, although sometimes the wifi does not restart at all. 
> 
> My guess is that there’s  a missing hook somewhere to hnetd and deleted 
> subnets are not getting re-added. I’ve not managed to spot where in the reams 
> of log data. I can at least reproduce the issue by resetting the modem (which 
> is external to the router).
> 
> Is this a problem that you’ve encountered?
> 
I got help on this from the openwrt-devel list. The second interface should use 
an ifname that’s an alias of the first (whatever that means). In this case that 
would be @homenet4, rather than pppoe-homenet4.

I confirmed that with this change, bouncing the first interface restores the 
ipv4 for the second and restores a comparable ifstatus result to a reboot.

Tim
_______________________________________________
homenet mailing list
homenet@ietf.org
https://www.ietf.org/mailman/listinfo/homenet

Reply via email to