DHCP Requests not "forwarded"
Posted: Fri Jan 23, 2015 12:19 am
Hi,
I am playing aroung with a new deployment and stumbled upon following (rather basic) problem:
I configured a SXT2 as Station, connecting to an AP(FritzBox)=DHCP Server. I set up a DHCP Client on the SXT, works perfectly. But as I connect via Ethernet to the SXT with my laptop, I cannot get a DHCP IP...
What did I miss?
Here's the config:
I am playing aroung with a new deployment and stumbled upon following (rather basic) problem:
I configured a SXT2 as Station, connecting to an AP(FritzBox)=DHCP Server. I set up a DHCP Client on the SXT, works perfectly. But as I connect via Ethernet to the SXT with my laptop, I cannot get a DHCP IP...
What did I miss?
Here's the config:
First I thought it would be the drop rule from the bridge filter, but no change after I disabled it...[admin@MikroTik] > export
# jan/02/1970 00:10:28 by RouterOS 6.25
# software id = 4G26-IMMI
#
/interface bridge
add name=bridge2
/interface wireless security-profiles
set [ find default=yes ] eap-methods=""
add authentication-types=wpa-psk,wpa2-psk eap-methods="" group-ciphers=\
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=\
profile1 supplicant-identity="" unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=XXX wpa2-pre-shared-key=\
XXX
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no l2mtu=1600 mode=\
station-pseudobridge security-profile=profile1 ssid=PEACE \
wireless-protocol=nv2-nstreme-802.11
/interface bridge filter
add action=drop chain=input disabled=yes dst-port=68 in-interface=!w
ip-protocol=udp mac-protocol=ip
/interface bridge port
add bridge=bridge2 interface=wlan1
add bridge=bridge2 interface=ether1
/interface wireless cap
set discovery-interfaces=ether1 interfaces=wlan1
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge2
/system leds
set 0 interface=wlan1
[admin@MikroTik] > inter wire cap
[admin@MikroTik] /interface wireless cap> pr
enabled: no
interfaces: wlan1
certificate: none
lock-to-caps-man: no
discovery-interfaces: ether1
caps-man-addresses:
caps-man-names:
caps-man-certificate-common-names:
bridge: none
[admin@MikroTik] /interface wireless cap>