-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internet Access: WAN Failover #148
Comments
I guess you have turned on the Permanent WAN switch? I will have to set up to do some testing. I can't test vDSL, but I can simulate FttP. |
Yes, permanent WAN is turned on. Failover via VDSL works fine. The issue is
only with Ethernet interface
…On Tue, 2 May 2023 at 9:45 am, Stephen Stevens ***@***.***> wrote:
I guess you have turned on the Permanent WAN switch?
I will have to set up to do some testing. I can't test vDSL, but I can
simulate FttP.
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2W6AD47XZRYTV2ATJWGF6LXEBDKVANCNFSM6AAAAAAXQV2F44>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry, just double checking: you don't have IPv6 enabled at all, and the SIM profile is also IPv4 with no IPv6 enabled. Is that correct? |
Yes, IPv4 is only in use. All IPv6 is disabled
…On Wed, 3 May 2023 at 5:16 pm, Stephen Stevens ***@***.***> wrote:
Sorry, just double checking: you don't have IPv6 enabled at all, and the
SIM profile is also IPv4 with no IPv6 enabled. Is that correct?
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2W6AD55NF362SFOHKXMWQ3XEIA55ANCNFSM6AAAAAAXQV2F44>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have done a couple of tests and I can't reproduce your issue. What does this command return when routing fails:
|
The LED will always stay green regardless if WAN cable is connected or not Output on Ethernet interface
Output on VDSL2 interface
|
The LED handling is really complicated, and doesn't understand when both wan and wwan are simultaneously enabled. Because it is really complicated, I haven't touched it, and I won't until I get a really good handle on what causes the LED state to change and how it is changed. The status of "Ethernet disabled" is confusing - it just means that it is down. I will fix that in the next release. Your routing tables look fine. Packets should follow the default route on the active interface with the lowest metric. So when your ethernet cable is pulled, it should ignore the XXX.XXX.255.101 route, and go to the default route with the next highest metric (XXX.XXX.164.201 metric=20). I assume your VDSL2 routing table has no route with a metric of 1 because you don't actually have a VDSL connection. I cannot explain why it is not working for you. What does the following command show:
(It probably won't work at all, but if it does it might tell us something...) |
Hi, and thank you for your help.
I'm currently expensing an issue that might be a bug. I'm using a static IP with NBN FTTP Fixed Ethernet and WWAN
(WAN Sensing Off). When the Fixed Ethernet goes offline, it fails to route the traffic via the WWAN but failover works fine when the Broadband is set to VDSL2
The Broadband tab show
Fixed Ethernet disconnected
and the WWAN online but the light on the front of the router is Green.Any help would be great.
The text was updated successfully, but these errors were encountered: