Community discussions

MikroTik App
 
L3ft
just joined
Topic Author
Posts: 3
Joined: Sat Feb 03, 2024 7:17 pm

Wifi works Ethernet doesn't

Sun Feb 04, 2024 12:11 am

Hello : D, I have a mikrotik hAP ac³ I did the config and Wi-Fi works fine but when I use Ethernet it doesn't work I can open the winbox and config normally, but no internet comes through it, and it shows internet access but doesn't work it used to work fine before I reset my config so that's why I think I made a mistake in my config also I can ping the IP of my router but it doesn’t show my router IP in the Network Connection details thing of windows like it used to do this is my config tho thanks in advance btw <3

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=ap-bridge \
ssid=azez
set [ find default-name=wlan2 ] ssid=MikroTik
/interface pppoe-client
add add-default-route=yes disabled=no interface=bridge1 name=pppoe-out1 \
use-peer-dns=yes user=azez@abady
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.33.2-192.168.33.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 lease-time=10m name=dhcp1
/interface bridge port
add bridge=bridge1 ingress-filtering=no interface=ether5
add bridge=bridge1 ingress-filtering=no interface=ether4
add bridge=bridge1 ingress-filtering=no interface=ether2
add bridge=bridge1 ingress-filtering=no interface=wlan1
add bridge=bridge1 ingress-filtering=no interface=ether3
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.33.1/24 interface=bridge1 network=192.168.33.0
/ip dhcp-server network
add address=192.168.33.0/24 gateway=192.168.33.1
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,1.0.0.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=!bridge1
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
/system clock
set time-zone-name=Asia/Baghdad
 
brambo123
just joined
Posts: 16
Joined: Sun May 11, 2014 1:39 pm

Re: Wifi works Ethernet doesn't

Sun Feb 04, 2024 4:33 pm

Why do you not have ether1 in your bridge and why do you have a PPPoE client on your bridge?
 
L3ft
just joined
Topic Author
Posts: 3
Joined: Sat Feb 03, 2024 7:17 pm

Re: Wifi works Ethernet doesn't

Sun Feb 04, 2024 5:13 pm

Why do you not have ether1 in your bridge and why do you have a PPPoE client on your bridge?
Hello brambo123, i forgot about the ether1 i add it now and it works fine but wdym by "why do you have a PPPoE client on your bridge" where do i put my PPPoE client ? on ether1 or ?
 
brambo123
just joined
Posts: 16
Joined: Sun May 11, 2014 1:39 pm

Re: Wifi works Ethernet doesn't  [SOLVED]

Sun Feb 04, 2024 11:37 pm

I'm guessing you get internet on ether1 with pppoe.
Then you set the pppoe client to ether1 and do not add ether1 to your bridge.
If you add ether1 to your bridge, anyone from outside can connect to your private network, although the ISP will still have a firewall in between.

Who is online

Users browsing this forum: nz_monkey and 21 guests