Привет! Я пытаюсь настроить беспроводную точку доступа. У меня Routerboard 532 с atheros AR5213, и я пытаюсь настроить ее как AP bridge. IP моего шлюза – 192.168.0.1. Это Mikrotik сервер, который сконфигурирован и работает. Мой ноутбук может подключиться к точке доступа, она отображается в списке доступа, но он не получает IP-адрес. Даже не могу пропинговать веб-сайт из роутера. Кажется, мне нужна помощь с базовой конфигурацией. Я перечитывал документацию и инструкции снова и снова, и кручусь на месте. Надеюсь, кто-нибудь из вас гуру сможет помочь. Вот моя конфигурация:
`/ interface ethernet set ether1 name=“ether1” mtu=1500 mac-address=00:0C:42:04:13:7C arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=no`
`set ether2 name=“ether2” mtu=1500 mac-address=00:0C:42:04:13:7D arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=yes`
`set ether3 name=“ether3” mtu=1500 mac-address=00:0C:42:04:13:7E arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=yes`
`/ interface wireless set wlan1 name=“wlan1” mtu=1500 mac-address=00:01:B4:02:00:C3 arp=enabled disable-running-check=no radio-name=“0001B40200C3” mode=ap-bridge ssid=“MikroTik AP” area=“” frequency-mode=manual-txpower country=“united states” antenna-gain=0 frequency=2412 band=2.4ghz-b scan-list=default rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007 ack-timeout=dynamic tx-power=17 tx-power-mode=default noise-floor-threshold=default periodic-calibration=default burst-time=disabled fast-frames=no dfs-mode=none antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both comment=“” disabled=no`
`/ interface pptp-server server set enabled=no max-mtu=1460 max-mru=1460 authentication=mschap1,mschap2 keepalive-timeout=30 default-profile=default-encryption`
`/ interface bridge port set ether1 bridge=none priority=128 path-cost=10 set ether2 bridge=none priority=128 path-cost=10 set ether3 bridge=none priority=128 path-cost=10 set wlan1 bridge=none priority=128 path-cost=10`
`/ ip hotspot service-port set ftp ports=21 disabled=no`
`/ ip hotspot profile set default name=“default” hotspot-address=0.0.0.0 dns-name=“” html-directory=“” rate-limit=“” http-proxy=0.0.0.0:0 smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=3d split-user-domain=no use-radius=no`
`/ ip hotspot user profile set default name=“default” idle-timeout=none keepalive-timeout=2m status-autorefresh=1m shared-users=1 transparent-proxy=yes open-status-page=always advertise=no`
`/ ip dhcp-server config set store-leases-disk=5m`
`/ ip ipsec proposal add name=“default” auth-algorithms=sha1 enc-algorithms=3des lifetime=30m lifebytes=0 pfs-group=modp1024 disabled=no`
`/ ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200`
`/ ip dns set primary-dns=192.168.0.1 secondary-dns=0.0.0.0 allow-remote-requests=yes cache-size=2048KiB cache-max-ttl=1w`
`/ ip traffic-flow set enabled=no interfaces=all cache-entries=1k active-flow-timeout=30m inactive-flow-timeout=15s`
`/ ip address add address=192.168.0.254/24 network=192.168.0.0 broadcast=192.168.0.255 interface=ether1 comment=“” disabled=no add address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255 interface=wlan1 comment=“” disabled=no`
`/ ip accounting set enabled=no threshold=256`
`/ ip accounting web-access set accessible-via-web=no address=0.0.0.0/0`
`/ ip proxy set enabled=no port=8080 parent-proxy=0.0.0.0:0 maximal-client-connecions=1000 maximal-server-connectons=1000`
`/ ip neighbor discovery set ether1 discover=yes set ether2 discover=yes set ether3 discover=yes set wlan1 discover=yes`
`/ ip route add dst-address=0.0.0.0/0 gateway=192.168.0.1 scope=255 target-scope=10 comment=“” disabled=no`
`/ ip firewall connection tracking set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m tcp-established-timeout=5d tcp-fin-wait-timeout=2m tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m`
`/ ip firewall service-port set ftp ports=21 disabled=no set tftp ports=69 disabled=no set irc ports=6667 disabled=no set h323 disabled=yes set quake3 disabled=no set mms disabled=no set gre disabled=yes set pptp disabled=yes`
`/ system routerboard settings set baud-rate=115200 boot-delay=1s boot-device=nand enter-setup-on=any-key cpu-mode=power-save memory-test=no cpu-frequency=266MHz boot-protocol=bootp`
`/ system ntp server set enabled=no broadcast=no multicast=no manycast=yes`
`/ system ntp client set enabled=no mode=unicast primary-ntp=0.0.0.0 secondary-ntp=0.0.0.0`
Спасибо.
`/ interface ethernet set ether1 name=“ether1” mtu=1500 mac-address=00:0C:42:04:13:7C arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=no`
`set ether2 name=“ether2” mtu=1500 mac-address=00:0C:42:04:13:7D arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=yes`
`set ether3 name=“ether3” mtu=1500 mac-address=00:0C:42:04:13:7E arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes cable-settings=default speed=100Mbps comment=“” disabled=yes`
`/ interface wireless set wlan1 name=“wlan1” mtu=1500 mac-address=00:01:B4:02:00:C3 arp=enabled disable-running-check=no radio-name=“0001B40200C3” mode=ap-bridge ssid=“MikroTik AP” area=“” frequency-mode=manual-txpower country=“united states” antenna-gain=0 frequency=2412 band=2.4ghz-b scan-list=default rate-set=default supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007 ack-timeout=dynamic tx-power=17 tx-power-mode=default noise-floor-threshold=default periodic-calibration=default burst-time=disabled fast-frames=no dfs-mode=none antenna-mode=ant-a wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no update-stats-interval=disabled default-authentication=yes default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default disconnect-timeout=3s on-fail-retry-time=100ms preamble-mode=both comment=“” disabled=no`
`/ interface pptp-server server set enabled=no max-mtu=1460 max-mru=1460 authentication=mschap1,mschap2 keepalive-timeout=30 default-profile=default-encryption`
`/ interface bridge port set ether1 bridge=none priority=128 path-cost=10 set ether2 bridge=none priority=128 path-cost=10 set ether3 bridge=none priority=128 path-cost=10 set wlan1 bridge=none priority=128 path-cost=10`
`/ ip hotspot service-port set ftp ports=21 disabled=no`
`/ ip hotspot profile set default name=“default” hotspot-address=0.0.0.0 dns-name=“” html-directory=“” rate-limit=“” http-proxy=0.0.0.0:0 smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=3d split-user-domain=no use-radius=no`
`/ ip hotspot user profile set default name=“default” idle-timeout=none keepalive-timeout=2m status-autorefresh=1m shared-users=1 transparent-proxy=yes open-status-page=always advertise=no`
`/ ip dhcp-server config set store-leases-disk=5m`
`/ ip ipsec proposal add name=“default” auth-algorithms=sha1 enc-algorithms=3des lifetime=30m lifebytes=0 pfs-group=modp1024 disabled=no`
`/ ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200`
`/ ip dns set primary-dns=192.168.0.1 secondary-dns=0.0.0.0 allow-remote-requests=yes cache-size=2048KiB cache-max-ttl=1w`
`/ ip traffic-flow set enabled=no interfaces=all cache-entries=1k active-flow-timeout=30m inactive-flow-timeout=15s`
`/ ip address add address=192.168.0.254/24 network=192.168.0.0 broadcast=192.168.0.255 interface=ether1 comment=“” disabled=no add address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255 interface=wlan1 comment=“” disabled=no`
`/ ip accounting set enabled=no threshold=256`
`/ ip accounting web-access set accessible-via-web=no address=0.0.0.0/0`
`/ ip proxy set enabled=no port=8080 parent-proxy=0.0.0.0:0 maximal-client-connecions=1000 maximal-server-connectons=1000`
`/ ip neighbor discovery set ether1 discover=yes set ether2 discover=yes set ether3 discover=yes set wlan1 discover=yes`
`/ ip route add dst-address=0.0.0.0/0 gateway=192.168.0.1 scope=255 target-scope=10 comment=“” disabled=no`
`/ ip firewall connection tracking set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m tcp-established-timeout=5d tcp-fin-wait-timeout=2m tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m`
`/ ip firewall service-port set ftp ports=21 disabled=no set tftp ports=69 disabled=no set irc ports=6667 disabled=no set h323 disabled=yes set quake3 disabled=no set mms disabled=no set gre disabled=yes set pptp disabled=yes`
`/ system routerboard settings set baud-rate=115200 boot-delay=1s boot-device=nand enter-setup-on=any-key cpu-mode=power-save memory-test=no cpu-frequency=266MHz boot-protocol=bootp`
`/ system ntp server set enabled=no broadcast=no multicast=no manycast=yes`
`/ system ntp client set enabled=no mode=unicast primary-ntp=0.0.0.0 secondary-ntp=0.0.0.0`
Спасибо.