Skip to content
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

Gateway Down PPPOE Connection #2446

Closed
andreaconfa opened this issue Jul 31, 2022 · 25 comments
Closed

Gateway Down PPPOE Connection #2446

andreaconfa opened this issue Jul 31, 2022 · 25 comments

Comments

@andreaconfa
Copy link

andreaconfa commented Jul 31, 2022

Gateway UP

The gateway setted up as PPPOE is showing as DOWN but is working correctly. If i set it as DHCP or static ip all is showed as good.

I have two identical VDSL connections from TIM (Italy) and on both i have this issue.
In the screenshot i setted up the first as PPPOE (gateway down warning) and the second one as static IP (working but not wat i want)
Found that when i set PPOE the default address 192.168.100.1 is assigned to the pppoe interface. how i change that keeping PPPOE?
Cannot set 192.168.100.1 ip addres on my uplink routers because its "Used internally to the router"

Specifications

  • OpenMPTCProuter version: 0.58.5
  • OpenMPTCProuter VPS version: 0.1026 5.4.100-mptcp
  • OpenMPTCProuter VPS provider: Aruba IT
  • OpenMPTCProuter platform: x86_64

image

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

Can you test 0.59rc1 #2077 ?

@andreaconfa
Copy link
Author

how to update? i have to update both vpu and router?

Can you test 0.59rc1 #2077 ?

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

Yes, update VPS and then the router using 5.4 based release.

@andreaconfa
Copy link
Author

the script is telling me that the certificate is not trusted and expired

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

Update your VPS: apt-get update && apt-get upgrade
If you still have the issue, or if you don't want to update it: apt-get install -y ca-certificates && sed -i '/^mozilla\/DST_Root_CA_X3/s/^/!/' /etc/ca-certificates.conf && update-ca-certificates -f

@andreaconfa
Copy link
Author

vps updated to Version 0.1027-test 5.4.207-mptcp

How to update Router?

@andreaconfa
Copy link
Author

is possible to upload or update the files without re-flash the ssd?

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

@andreaconfa
Copy link
Author

updated bot vps and router but the issue still there

Can you test 0.59rc1 #2077 ?

@andreaconfa
Copy link
Author

can this issue be related to configuration error?

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

Maybe, I don't test PPPoE I would need the result of uci show network via SSH or in System->OpenMPTCProuter, "Show all settings" tab line beginning with "network."
I also need the result of ip r, ip a and ifstatus WAN_xxxx (replace xxx with the name of your WAN) via SSH.

I see the detected gateway is 192.168.100.1 when IP begin with 87.14.xxxx, maybe I detected wrongly the IP or gateway...

@andreaconfa
Copy link
Author

andreaconfa commented Jul 31, 2022

uci show netork:
https://pastebin.com/qUGhTDnm

ip r
https://pastebin.com/WYwieQYq

ip a
https://pastebin.com/U8gmL3Rw

ifstatus WAN1
https://pastebin.com/qWJaJtFL

ifstatus WAN2
https://pastebin.com/PF6Lf8u6

ifstatus WAN LTE
https://pastebin.com/8mgqP3r8

Maybe, I don't test PPPoE I would need the result of uci show network via SSH or in System->OpenMPTCProuter, "Show all settings" tab line beginning with "network." I also need the result of ip r, ip a and ifstatus WAN_xxxx (replace xxx with the name of your WAN) via SSH.

I see the detected gateway is 192.168.100.1 when IP begin with 87.14.xxxx, maybe I detected wrongly the IP or gateway...

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

Should be ifstatus wan1

@andreaconfa
Copy link
Author

Should be ifstatus wan1

reply updated with the output of the commands

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

I don't see any error here, it's only that 192.168.100.1 doesn't answer to ping. It's not a problem.
If you want to remove the warning in status page, you can check "Disable gateway ping" in System->OpenMPTCProuter, "Advanced settings" tab.

@andreaconfa
Copy link
Author

I don't see any error here, it's only that 192.168.100.1 doesn't answer to ping. It's not a problem. If you want to remove the warning in status page, you can check "Disable gateway ping" in System->OpenMPTCProuter, "Advanced settings" tab.

that make sense because in fact 192.168.100.1 is not the ip address of the gateway router where the PPPOE connection is established

@andreaconfa
Copy link
Author

maybe is possible to change the gateway ip with the correct one?

@andreaconfa
Copy link
Author

andreaconfa commented Jul 31, 2022

how i rollback to the stable release for the vps?

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

The gateway seems to be what is announced by the connection.
You can launch stable install script and this will rollback. But current VPS test release will be stable release really soon now.

@andreaconfa
Copy link
Author

onother question
My setup io OPENMPTCROUTER -> Udm Pro - LAN

I have a DDNS the resolve to my WAN IP and not i setted up this DDNS with the IP of the VPS to be able to connect to my network.
This works fine but when i'm inside my lan this stop working. How can i override the hostname to my local ip inside OPENMPTCROUTER ?

@Ysurac
Copy link
Owner

Ysurac commented Jul 31, 2022

you can set a custom answer to a domain in Network->DHCP&DNS, "Addresses" field with for example "/myddns.domain.com/192.168.100.52"

@andreaconfa
Copy link
Author

andreaconfa commented Aug 1, 2022

you can set a custom answer to a domain in Network->DHCP&DNS, "Addresses" field with for example "/myddns.domain.com/192.168.100.52"

thankyou, i was able to make it work.

I'm experiencing another problem: From my UDM Pro i have a L2TP VPN that i use to connect to my LAN from the internet. Now with OpenMptcprouter it stopped working. I opened all the port's to the UDM via the port forwarding (the port forwarding is working bacause i can reach other services hosted bihind the udm)

Tried also to check the option to forward all the ports from the server to the router without success.

Thanks

@andreaconfa
Copy link
Author

Update: cannot connect to the UDM VPN also reaching it via one of the WAN ip addred without vpn tunnel to vps (other ports working fine)

@github-actions
Copy link

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

@n4sty3us
Copy link

@andreaconfa Hi, I also have a TIM vdsl connection, I ask you how did you manage to create a pppoe wan? I searched everywhere but couldn't find it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants