[SOLVED] LAN doesn't work without WiFi

Hi all

I have a problem with my RB. When I turn off WiFi I get no access to internet at all.
Could you help me to correct my settings, please?

Here is my /export compact# jul/14/2013 14:14:25 by RouterOS 5.24

software id = WFU4-SFXC

/interface bridge
add l2mtu=1598 name=bridge1
/interface wireless
set 0 band=2ghz-b/g/n basic-rates-b=1Mbps,2Mbps channel-width=20/40mhz-ht-above comment=WiFi country=ukraine disabled=no
frequency-mode=superchannel hide-ssid=yes ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=ap-bridge periodic-calibration=
enabled periodic-calibration-interval=10 radio-name=“” supported-rates-b=1Mbps,2Mbps,5.5Mbps tx-power-mode=card-rates
wds-default-bridge=bridge1 wireless-protocol=802.11
/interface ethernet
set 0 comment=WAN
set 1 comment=LAN
set 2 master-port=ether2
set 3 master-port=ether2
set 4 master-port=ether2
/interface wireless manual-tx-power-table
set wlan1 comment=WiFi
/interface wireless nstreme
set wlan1 comment=WiFi enable-polling=no
/ip pool
add name=dhcp_pool1 ranges=192.168.3.3-192.168.3.5
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.3.1/24 interface=wlan1
/ip dhcp-client
add default-route-distance=0 disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.3.0/24 dns-server=192.168.3.1 gateway=192.168.3.1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes src-address=192.168.1.0
add action=masquerade chain=srcnat comment=“Added by webbox” out-interface=ether1 to-addresses=0.0.0.0
/ip neighbor discovery
set wlan1 disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
/ip upnp
set allow-disable-external-interface=no enabled=yes
/ip upnp interfaces
add interface=ether1 type=external
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=ether5 type=internal
add interface=wlan1 type=internal
add interface=bridge1 type=internal
/system scheduler
add disabled=yes interval=1d name=“Disable WiFi” on-event=“/interface wireless set wlan1 disabled=yes” policy=
reboot,read,write,policy,test,winbox,password,sniff,sensitive,api start-date=apr/11/2013 start-time=00:00:00
add disabled=yes interval=1d name=“Enable WiFi” on-event=“/interface wireless set wlan1 disabled=no” policy=
reboot,read,write,policy,test,winbox,password,sniff,sensitive,api start-date=apr/11/2013 start-time=06:00:00
add interval=1h name=DynDNS on-event=dynDNS policy=reboot,read,write,policy,test,password,sniff,sensitive start-date=apr/21/2013
start-time=17:06:54

When the wlan is disabled, the bridge is down. If you plan on disabling the wlan, then do not use a bridge. Set them up as separate networks. The ip address is assigned to the wlan interface. If you disable that interface, there is no ip assigned to the bridge.

Just assign the IP address to the bridge, not to WLAN interface.

Thanks for your reply.

I’ve got what I wanted to by changing
/ip address
add address=192.168.3.1/24 interface=wlan1to
/ip address
add address=192.168.3.1/24 interface=ether2

Or just assign the address to the bridge itself. That way it is independent of the physical interfaces.

Sent from my SCH-I545 using Tapatalk 2

Thanks