I need an assistance.
I have a Rb433 and i want to configure it to work as a router.
the senerio is like this:
i have a public ip address assigned to me by my ISP, i want the ether2 to feed the switch that connects other PCs, and i also want to be able to connect through wireless. Can anyone help me on how to go about it? i will appreciate if i can get a simple steps on the configuration.
I am awaiting your comments.
- Add IP address to Ether1 (public IP address), it is possible by /ip address command.
- Create bridge /interface bridge add
- setup bridge ports /interface bridge port
add Ether2 and wlan interface there; - add IP address for bridge interface.
Do not forget about masquerading rule.
Thank you very much.
I tried it the way you directed me and it work.