Ahoj,je mi jasné že někde dělám školáckou chybu nastavení.Prosím poraďte mi kde...
Jsem na Mikrotiku s pevnou IP připojen na Wlan 5Ghz a Eth1-Eth5 mám kabelem do PC,každý komp. dostane IP pomoci DHCP od hlavního routru.To funguje
Pak z něj vysílám Wlan2Ghz a tam se připojím jen pokud do wifi namlátím statickou IP,DHCP mi ji prostě nepřidělí.A pokud jsem dosáhl přidělení ,nejel mi tam internet a přidělovalo to divný rozsah.
Předpokládal jsem že pokud je vše Bridge tak to musí fungovat.
/interface bridge
add name=bridge2
/interface wireless
set [ find default-name=wlan2 ] band=5ghz-a/n channel-width=20/40mhz-Ce \
disabled=no frequency=auto mode=station-pseudobridge ssid=Banat_LAN_5
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=\
tkip,aes-ccm mode=dynamic-keys unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=networkpass wpa2-pre-shared-key=networkpass
add authentication-types=wpa-psk,wpa2-psk,wpa-eap,wpa2-eap group-ciphers=\
tkip,aes-ccm management-protection=allowed mode=dynamic-keys name=AP \
supplicant-identity="" unicast-ciphers=tkip,aes-ccm wpa-pre-shared-key=\
networkpass wpa2-pre-shared-key=networkpass
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=auto \
mode=bridge security-profile=AP wireless-protocol=802.11 wps-mode=disabled
/interface bridge port
add bridge=bridge2 interface=wlan2
add bridge=bridge2 interface=ether1
add bridge=bridge2 interface=ether2
add bridge=bridge2 interface=ether3
add bridge=bridge2 interface=ether4
add bridge=bridge2 interface=ether5
add bridge=bridge2 interface=wlan1
/ip address
add address=192.168.0.100/24 interface=ether1 network=192.168.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=bridge2
/ip route
add distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=Europe/Prague
/system routerboard settings
set cpu-frequency=650MHz protected-routerboot=disabled