From what I have been told you just need to set the WAN port to DHCP.
Hi,
As above, your connection type will be DHCP and you will need to connect your router to the 10GE port of our ONT.
Best,
Chris.
Thanks, that makes sense. I'm struggling to find examples of how to do this by editing the config file, all examples just say use the setup wizard, which I can't do as it would overwrite all of my other configuration.
There are multiple areas where the "pppoe1" interface is mentioned and those can presumably be replaced with "eth1" (in my case) but I am not sure what the actual definition of the eth1 interface is meant to look like. It currently looks like this:
| Text |
1
23
45
67
89
1011
1213
1415
1617
1819
2021
2223
| ethernet eth1 {
description WAN duplex auto
pppoe 1 { default-route auto
firewall { in {
name WAN_IN }
local { name WAN_LOCAL
} out {
name WAN_OUT }
} mtu 1492
name-server auto password xxx
user-id xxx }
speed auto} |
I'm guessing it needs to look something like this but not sure:
| Text |
1
23
45
67
89
1011
1213
1415
1617
| ethernet eth1 {
description WAN address dhcp
duplex auto firewall {
in { name WAN_IN
} local {
name WAN_LOCAL }
out { name WAN_OUT
} }
speed auto} |
If anyone here uses an EdgeRouter and could post this snippet from their config that'd be really helpful. Otherwise I'll have a nose around the Ubiquiti forum. Cheers!
Edited by DragonQ (Thu 02-Mar-23 11:11:48)