Last active
March 27, 2021 17:29
-
-
Save MartinBrugnara/5fa931ed855749e6b8fc978e9a8bdc41 to your computer and use it in GitHub Desktop.
EdgeRouter PPPoE Public IP / Port forwording
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Symptoms: Port forwarding not working, machine not reachable from outside, strange public IP. | |
By default, many ISPs that use PPPoE for authentication do not automatically assign a public IPv4 (to save some..), | |
you may have to ask your ISP to assign one to you either static or dynamic. | |
By default, EdgeRouter does not setup the IP (if) provided by the ISP when connecting via PPPoE. | |
To use the IP, execute the following procedure: | |
- From the dashboard | |
Select "Actions" on the PPPoE interface | |
Then "config" | |
- Change option for "Address" | |
Set "Use DHCP" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment