Community discussions

MikroTik App
 
z10m
just joined
Topic Author
Posts: 1
Joined: Thu May 25, 2023 11:27 am

Clients not getting internet connection.

Thu May 25, 2023 11:40 am

Hello everyone.
As in the title I'm having issue with my devices not receiving internet connection from my RB5009UG+S+ router.
I'm trying to set up bonding rr as my internet connection is over 1Gbps but modem only has 1Gbps ports (the modem does support this configuration as I had it running like that in the past),
After following first time configuration on mikrotik website everything seems to be set up correctly and the router does receive internet connection as I can ping servers (both ip addresses and web addresses) but none of connected devices can access internet.
Thanks in advance.

# may/25/2023 09:21:22 by RouterOS 7.9.1
# software id = H5QM-ZF6I
#
# model = RB5009UG+S+
# serial number = ECXXXXXXXXX
/interface bridge
add name=local
/interface ethernet
set [ find default-name=ether2 ] name=ether2_wan
set [ find default-name=ether3 ] name=ether3_wan
/interface bonding
add name=bonding1 slaves=ether2_wan,ether3_wan
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=local name=dhcp1
/interface bridge port
add bridge=local interface=ether1
add bridge=local interface=ether4
add bridge=local interface=ether5
add bridge=local interface=ether6
add bridge=local interface=ether7
add bridge=local interface=ether8
/ip address
add address=192.168.88.1/24 interface=local network=192.168.88.0
/ip dhcp-client
add interface=bonding1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=bonding1
/system clock
set time-zone-name=Europe/London
/system note
set show-at-login=no

Who is online

Users browsing this forum: No registered users and 41 guests