RB750Gr3 Config

Hello everyone,

I’m working on configuring my RB750Gr3 and my intended setup is as follows:

  • Eth1: ISP
  • Eth2: LAN
  • Eth3: Access Point / Mesh
  • Eth4: LAN with VLAN
  • Eth5: Spare

I’ve already set up the VLAN for Eth4, which includes VLANs 20 and 30. I’ve watched tutorials on YouTube and read various documents, but I’m unsure what went wrong as I’m unable to obtain an IP address from my VLAN. I’ve tried connecting my laptop to Eth4 and even set a static IP, but it still isn’t working. I’m still a beginner at this.

Thank you in advance! :slight_smile:

Current Config:

# oct/26/2024 14:20:56 by RouterOS 6.49.16
# software id = 00000
#
# model = RB750Gr3
# serial number = 0000000
/interface bridge
add name=bridge1-vlan vlan-filtering=yes
add name=ether4-bridge vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] name=ether1-ISP
set [ find default-name=ether2 ] name=ether2-RPI
set [ find default-name=ether3 ] name=ether3-AP1
/interface vlan
add interface=ether4 name=vlan-20 vlan-id=20
add interface=ether4 name=vlan-30 vlan-id=30
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=10.0.10.2-10.0.10.254
add name=dhcp_pool1 ranges=10.10.20.2-10.10.20.254
add name=dhcp_pool16 ranges=10.1.20.2-10.1.20.254
add name=dhcp_pool17 ranges=10.1.30.2-10.1.30.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=bridge1-vlan name=dhcp1
add address-pool=dhcp_pool16 disabled=no interface=vlan-20 name=dhcp2 relay=\
    10.0.30.1
add address-pool=dhcp_pool17 disabled=no interface=vlan-30 name=dhcp3 relay=\
    10.0.30.1
/interface bridge port
add bridge=bridge1-vlan interface=ether2-RPI
add bridge=bridge1-vlan interface=ether3-AP1 pvid=4
add bridge=bridge1-vlan interface=ether4 pvid=20
/interface bridge vlan
add bridge=bridge1-vlan tagged=ether2-RPI untagged=ether3-AP1 vlan-ids=2
add bridge=ether4-bridge tagged=ether4 untagged=ether2-RPI,ether3-AP1 \
    vlan-ids=20,30
add bridge=bridge1-vlan tagged=ether2-RPI,ether3-AP1 vlan-ids=20
add bridge=bridge1-vlan tagged=ether4 vlan-ids=30
/ip address
add address=10.0.10.1/24 interface=bridge1-vlan network=10.0.10.0
add address=10.1.20.1/24 interface=vlan-20 network=10.1.20.0
add address=10.1.30.1/24 interface=vlan-30 network=10.1.30.0
/ip dhcp-client
add disabled=no interface=ether1-ISP
/ip dhcp-server network
add address=10.0.10.0/24 gateway=10.0.10.1
add address=10.0.20.0/24 gateway=10.0.20.1
add address=10.0.30.0/24 gateway=10.0.30.1
add address=10.1.20.0/24 gateway=10.1.20.1
add address=10.1.30.0/24 gateway=10.1.30.1
add address=10.20.20.0/24 gateway=10.20.20.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-ISP
/system clock
set time-zone-name=Asia/Manila

I have fixed it, Thank you!
I cant closed the thread.