I needed to make
bridge between WAN and OPT1 (where !!!in my case!!!: WAN = rl0, OPT1 = ath0), but i have only 2 interfaces (both pcmcia cards) in my old celeron 500Mhz laptop and broken monitor
.
So:
1. after installing and booting, in magic way assign rl0 to LAN and ath0 to WAN. Reboot.
2. connect rl0 to you comp and enter in WEB browser 192.168.1.1 login:admin, password:mono.
3. press Interfaces (assign) in left menu -> VLANs -> add one (on ath0 in my case)
4. press Interfaces (assign) -> Interface assignments -> add one with name (for ex. Access Point) save and choose :
for WAN - rl0
for LAN - VLAN1
for Access Point - ath0
4.1 In Interfaces (assign) ->
->LAN
->WAN
->Access Point
configurate WAN and Access Point as you require.
5. System -> General setup -> webGUI protocol choose HTTPS with 443 port (webGUI port)
6. In Firewall -> Rules -> WAN create new rule:
(for access to webGUI from WAN)
Action PASS
Interface WAN
Source any
Source port range any
Destination any
Destination port range HTTPS
(for access to webGUI from Access Point)
and the same, but with
Interface Access Point
If you use Filtering bridge you must create rule for Access Point Interface like that:
Source any
Source port range any
Destination any
Destination port range any
and now Reboot.
Something wrong?
Sorry for my poor english.