Community discussions

MikroTik App
 
beyondform
just joined
Topic Author
Posts: 1
Joined: Fri May 20, 2016 6:20 pm

Wireless signal not broadcasting

Fri May 20, 2016 6:37 pm

I'm probably a little in over my head with a Mikrotik device, however I was able to follow tutorials to get it setup with a basic configuration that met my needs. However a few months later, after no changes that I am aware of, it seems there is no wireless signal coming from the router. None of my computers find the wireless network, although it still works fine otherwise on wired. I tried the basic steps of restarting the router, updating firmware, and making sure the wireless interface is enabled. I wondered if someone could help figure out why it's not broadcasting based on the results from export compact below.

Thanks for any help

# may/20/2016 15:14:19 by RouterOS 6.35.2
# software id = UBZT-S6N6
#
/interface bridge
add admin-mac=4C:5E:0C:5D:3C:42 auto-mac=no name=bridge-local
add name=guest-net-bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether6 ] name=ether6-master-local
set [ find default-name=ether7 ] master-port=ether6-master-local name=\
ether7-slave-local
set [ find default-name=ether8 ] master-port=ether6-master-local name=\
ether8-slave-local
set [ find default-name=ether9 ] master-port=ether6-master-local name=\
ether9-slave-local
set [ find default-name=ether10 ] master-port=ether6-master-local name=\
ether10-slave-local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
country="united states" disabled=no distance=indoors frequency=auto mode=\
ap-bridge ssid="A&V Eyewear" wireless-protocol=802.11
add disabled=no mac-address=4E:5E:0C:5D:3C:4C master-interface=wlan1 name=wlan2 \
ssid=TestAP wds-default-bridge=bridge-local
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
wpa-pre-shared-key=*** wpa2-pre-shared-key=***
add authentication-types=wpa-psk,wpa2-psk eap-methods="" management-protection=\
allowed mode=dynamic-keys name=guest-net supplicant-identity="" \
wpa-pre-shared-key=aveyewear wpa2-pre-shared-key=aveyewear
/interface wireless
add disabled=no mac-address=4E:5E:0C:5D:3C:4B master-interface=wlan1 name=\
guest-ap security-profile=guest-net ssid="A&V Eyewear Guest" \
wds-cost-range=0 wds-default-bridge=guest-net-bridge wds-default-cost=0
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=dhcp ranges=192.168.1.20-192.168.1.200
add name=guest-pool ranges=192.168.18.2-192.168.18.100
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-local name=default
add address-pool=guest-pool disabled=no interface=guest-net-bridge name=\
guest-dhcp
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether6-master-local
add bridge=bridge-local interface=sfp1
add bridge=bridge-local interface=wlan1
add bridge=guest-net-bridge interface=guest-ap
add bridge=bridge-local interface=wlan2
/ip address
add address=192.168.1.1/24 comment="default configuration" interface=ether2 \
network=192.168.1.0
add address=69.3.252.186/29 interface=ether1-gateway network=69.3.252.184
add address=192.168.18.1/24 interface=guest-net-bridge network=192.168.18.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=\
ether1-gateway
/ip dhcp-server network
add address=192.168.1.0/24 comment="default configuration" dns-server=\
192.168.1.1 gateway=192.168.1.1 netmask=24
add address=192.168.18.0/24 dns-server=192.168.18.1 gateway=192.168.18.1 \
netmask=24
/ip dns
set allow-remote-requests=yes servers=66.93.87.2,216.231.41.2,4.4.4.2
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=\
established,related
add action=drop chain=input comment="default configuration" in-interface=\
ether1-gateway
add chain=forward comment="default configuration" connection-state=\
established,related
add action=drop chain=forward comment="default configuration" connection-state=\
invalid
add action=drop chain=forward comment="default configuration" \
connection-nat-state=!dstnat connection-state=new in-interface=\
ether1-gateway
add action=drop chain=forward in-interface=guest-net-bridge out-interface=\
!ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1-gateway
add action=masquerade chain=srcnat out-interface=ether1-gateway src-address=\
192.168.18.0/24
add action=dst-nat chain=dstnat dst-port=8000 in-interface=ether1-gateway \
protocol=tcp to-addresses=192.168.1.10 to-ports=8000
add action=dst-nat chain=dstnat dst-port=8080 in-interface=ether1-gateway \
protocol=tcp to-addresses=192.168.1.10 to-ports=80
add action=dst-nat chain=dstnat dst-port=554 in-interface=ether1-gateway \
protocol=tcp to-addresses=192.168.1.10 to-ports=554
/ip route
add distance=1 gateway=69.3.252.185
/lcd interface pages
set 0 interfaces="sfp1,ether1-gateway,ether2,ether3,ether4,ether5,ether6-master-\
local,ether7-slave-local,ether8-slave-local,ether9-slave-local,ether10-slave\
-local"
/system clock
set time-zone-autodetect=no
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10-slave-local
add interface=sfp1
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10-slave-local
add interface=sfp1
add interface=wlan1
add interface=bridge-local

Who is online

Users browsing this forum: Amazon [Bot], vertraut and 29 guests