Hi! I have one lan port connected to switch with one subnet 192.168.0.0/24 and dhcp server.
And I want to add second subnet 192.168.1.0/24 for some clients on the same switch with static addresses in that second subnet.
Is this possible?
I'v tried to add second address to local bridge, but then I set address from that network on my pc it doesn't work. Can't ping gateway or anything else.Yes, it will work. Just remember that there won't be any real isolation betweet two subnets, e.g. any dhcp client can simply set static address and access devices in other subnet. In case you'd have managed switch, you could use vlan to isolate subnets.
If you're on win try switching network type to home or work ( but pings should work fine anyway).I'v tried to add second address to local bridge, but then I set address from that network on my pc it doesn't work. Can't ping gateway or anything else.
What is the right way to get my config working?
And I don't need isolation, just free to use subnet for temporaly cases.
/ip address
add interface=<LAN> address=192.168.0.1/24
/ip address
add interface=<LAN> address=192.168.1.1/24
If you're on win try switching network type to home or work ( but pings should work fine anyway).I'v tried to add second address to local bridge, but then I set address from that network on my pc it doesn't work. Can't ping gateway or anything else.
What is the right way to get my config working?
And I don't need isolation, just free to use subnet for temporaly cases.