Cant go outside my Lan to Wan

wrong port (device), it was correct earlier, this is a change made by you.

please learn to use the </> button as instructed in the 1st reply you received.

I'm new in this so ill try my best for next time.
what port are you talking about? what should i do next?

There seems to be a bunch of non-default stuff happening in this config.

Literally all that needs to be done (from the default config) is add a wan (lowercase) interface with device eth1 and proto dhcp.

So, reset to defaults, make sure the usb adapter drivers are installed, and add this:

config interface 'wan'
    option proto 'dhcp'
    option device 'eth1'

Thank you @psherman! Changing the interface to eth1 fix that.

Thank you very much to everyone who helped, I really appreciate it.

the issue was WAN <> wan, if you hadn't changed anything else, it would have started working, but somehow eth1 became eth0 in the wan paragraph in the config file.

@lleachii's reply from 2 days ago, to change WAN to wan should have been enough.

@frollic + @lleachii Thank you for your assistance

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.