Dear ALL,
After trying for a few weeks I have no other option but to post my problem here hoping for some HELP! (let me also mention that I am a newcomer concerning MikroTik HWD)
The PROBLEM:
Connecting my office and my home via a 5Ghz wireless link in order to “transfer” my office internet access at home. The wireless link is operating properly (line-of-sight, about -50dBm signal level) but the two sides (i.e. networks) don’t “talk” to each other.
The SETUP:
I am dealing with 3 class-c networks:
Office: 192.168.1.x (DHCP enabled)
Wireless: 192.168.124.x (initially I wanted to be static but then I have tried with DHCP trying to “propagate” office’s DHCP…)
Home: 192.168.123.x (this is to be connected to a Linksys WRT-54 wireless router)
My target is my home router (WRT-54) to be able to get internet from my office as if I was physically connected at office (i.e. ether1 of my MB-433AH at home is planned to be connected at “internet” interface of my WRT-54)
The REFERENCES:
YES I have done quite some reading, both considering the reference manual (RouterOS v3.0) and also the following (others too but mainly this seemed more relevant): http://wiki.mikrotik.com/index.php?title=How_to_set_wireless_client_and_Ethernet&oldid=8662
Following the reading and trying I have performed the following:
Office:
192.168.1.x (having a DHCP Server)
MB-433AH (v3.10) + RH-52H configured as:
ip address remove 0
ip address add address=192.168.124.201/24 interface=ether1 [is there a problem having both an assigned static IP to an interface and also enabling DHCP for the same interface??? (in order when no DHCP is available to use the assigned static IP. From what I have seen it works)]
ip address add address=192.168.124.202/24 interface=wlan1 [Do I need to put both ether1 and wlan1 on the same class-c network??? After all I am going to bridge them afterwards]
ip dhcp-client add interface=ether1 disable=no [in order to get an IP from my office’s DHCP server]
ip pool add name=dhcp-pool ranges=192.168.124.101-192.168.124.105
ip dhcp-server network add address=192.168.124.0/24 gateway=192.168.124.201 [I have tried this in an attempt to “propagate” office’s DHCP towards the wireless side and finally my home…I have assigned the gateway with the static IP of ether1 but since ether1 will get IP via DHCP this will be invalid…]
ip dhcp-server add interface=wlan1 address-pool=dhcp-pool
interface wireless security-profiles add name=“net” mode=dynamic-keys authentication-types=wpa2-psk unicast-ciphers=aes-ccm group-ciphers=aes-ccm wpa2-pre-shared-key=“net”
interface wireless set wlan1 ssid=“net” frequency=5180 band=5ghz mode=ap-bridge disabled=no security-profile=net
interface bridge add name=bridge1
interface bridge port add interface=ether1 bridge=bridge1
interface bridge port add interface=wlan1 bridge=bridge1
Home:
192.168.123.x (planning to put WRT-54 operating as DHCP Server)
MB-433AH(v3.10) + RH-52H configured similarly to the aforementioned with wlan1 being in DHCP-client mode and ether1 in DHCP-server mode (attempting to “propagate” the DHCP info and thus internet connectivity…). Of course the wireless-mode here is “station” and the wireless link is up and running (-50dBm!).
I would appreciate your help, based on your knowledge and experience.
THANK you in advance.
//George