Hi all, since I am new to this stuff I knew I would eventually end up here, but I had confidence it would be not this early in my journey lol.
The flashing of my Zyxel Multy M1 was successful but I have trouble setting up the internet connection/WAN interface.
I am using a dreytek vigor 167 upstream of the router in modem mode providing the internet.
My suspicion is that the default config of openwrt uses the same subset(?) of IPs as the vigor device so no routing occurs. By default both are also reachable on 192.168.1.1.
But i already tried changing the LAN1 Interface of the vigor to 192.168.10.1 and 192.168.1.200 and it didnt change anything. I think i just dont understand how all this works together.
Here is my current lan interface configuratio (should be default)
I can only post 1 pic as a new user so:
The Modem has also a LAN interface that is connected to the openwrt device via wire.
IPv4 address: 192.168.1.200 (i changed this from 192.168.1.1)
Submask 255.255.255.0
Thanks for the reply i need to ask some stupid follow up questions:
So only the IP adress or the 255.255.255.0 to 255.255.0.0 aswell?
This is my ISP so im not sure if I can do it via PPPoE but i will try. The Vigor already does the VLAN tagging and that should be fine as far as i understand.
I was just about to write it didn’t work but I had the glorious idea to reset the settings in case I changed something else and jep, now it works. Thank you again!
Okay nvm the router seems to have internet (so Software list update works, pings) but my client that is connected via LAN does not.
As devices I have Lan1-4, br-lan which bundles the lan1-4 ports, eth0 that’s not used anywhere and wan. I think my interfaces/devices are not correctly configured? the interface lan uses br-lan. Shouldn’t this be correct?
The WSM20 only has four Ethernet ports, one of them is WAN. So there is br-lan, consisting of lan1-lan3, and wan. It's DSA, so eth0 is actually all ports. br-lan needs to be in firewall zone lan, whereas wan is in the wan zone. This should all work out of the box.
Without having a look at your config files, it's now hard to tell what might be wrong.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
cat /etc/config/network
cat /etc/config/dhcp
cat /etc/config/firewall
It was indeed DNS. I turned off the option 'Use DNS servers provided by peer' and entered cloudflare 1.1.1.1 in the wan and wan6 interface, this worked. i also deleted the list dhcp_option '6,1.1.1.1' before ofc.