Hello!
I’m new to configuring Routers.
I have Routerboard 450g and I want to create a LAN for me on Ether 1 and 2
What do I have to do? I’m using programm winbox
Thank you
Pēteris
Hello!
I’m new to configuring Routers.
I have Routerboard 450g and I want to create a LAN for me on Ether 1 and 2
What do I have to do? I’m using programm winbox
Thank you
Pēteris
Does it not come with a default config??
It has been years since I used a RB450g.
Back in the day I could remember that our RB1200’s did not have any default config and its possible that its the same with the 450g running older versions of winbox.
So in order to create a so called LAN on 2 ports you need to do the following.
First create a bridge interface.
/interface bridge add name=LAN
Then Add the ports to that bridge
/interface bridge port add interface=ether1 bridge=LAN
Do the same with ether 2
Add your preferred LAN IP address to the LAN bridge and setup your DHCP on the LAN bridge.