I have a PTP with four dishes 34dbi, i want to use OSPF now with one single valid ip class, and two dishes each side.
My question is for get this done, is this enough? (In this case I will replace wlan1 e wlan2 with a valid ip class)
Configuring the Radio A:
/ip address add address=192.168.0.1/24 interface=ether1
/ip address add address=192.168.10.1/24 interface=wlan1
/ip address add address=192.168.20.1/24 interface=wlan2
/routing ospf network add network=192.168.10.0/24 area=backbone1
/routing ospf network add network=192.168.20.0/24 area=backbone1
/routing ospf interface add interface=wlan1 cost=100
Configuring the Radio B:
/ip address add address=192.168.1.1/24 interface=ether1
/ip address add address=192.168.10.2/24 interface=wlan1
/ip address add address=192.168.20.2/24 interface=wlan2
/routing ospf network add network=192.168.10.0/24 area=backbone1
/routing ospf network add network=192.168.20.0/24 area=backbone1
/routing ospf interface add interface=wlan2 cost=100
or do I need put the area-id, or something else…
Can I do this with interface ether1-3 with rocket M5 in WDS?
I’m not a advanced user so I appreciate the help from you.
Thank you!