Hi All,
My first post here, I’ve just picked up the networking bug, and its a MikroTIC one !. I think someone here can help me please ?
I need to connect two 5GHz SXT’s, assign IP’s, with one in Bridge mode, and the other in Station Bridge mode.
The SXT’s will act like a very long ethernet cable, (point to point link) and allow me to connect to the internet in my workshop
.
They will need to connect using layer 3, IP, not Bridging. The SXT Bridge’s ethernet interface will connect to my router, and be a DHCP client.
so, the SXT Bridge will be a DHCP client, while the SXT station bridge will be a DHCP server.
I’m going to use the following IP config -
10.10.10.1/30 = WLAN Int.(Bridge)
Awaiting IP address from DHCP = Ethernet Int.(Bridge)
10.10.10.2/30 = WLAN Int. (StationBridge)
192.168.200.0/24 = Ethernet Int. (StationBridge)
When I build this, the ethernet interface of the Bridge is assigned an IP of 10.0.0.2/24, and the gateway is 10.0.0.1/24
Now i’m unsure if i assign this gateway to which interface of the station bridge ?, do i add any IP route here also ??
Any suggestions, would be welcome, THANKS !!
Qnet72