It is not that I’m new to Mikrotik but I’m really not a specialist. Can someone help me on this?
I have a RB201 1UiAS-2HND-IN router on which I want to create a hybrid port that I would connect an IP phone and PC. I would have a PC connected to the phone switch and the Phone connected on router port Ether5 (let’s say). My WAN is Ether1. The PC and phone would be on different LAN (PC on default 192.168.88.xxx and phone on 192.168.89.xxx) and ultimately I would like to prioritize the LAN for the phone ( I would add more phone later). The router is pretty much configured as it was out of the box so if you know this router you pretty much know my setup.
I wouldn’t assign the 192.168.88.x address to port 5 directly, as there is a desire to connect more phones (possibly laptops) in the future.
I would just configure the VLAN as described and create a new bridge and add the newly create VLAN as member.
Put the 192.168.89.x address to the VLAN bridge, this makes it again easier to add more ports in the future.
Make sure your phone is using the same VLAN as you have created on the ether port.
When I don’t change the 802.1Q/VLAN setting and connect the phone to ETH5, it works and get IP 192.168.88.225
When I change the 802.1Q/VLAN setting to 101, restart and connect the phone to ETH5, it doesn’t works and gets no IP.
I have changed the last line from:
/ip address add address=192.168.89.254/24 interface=bridgetel
to
/ip address add address=192.168.89.1/24 interface=bridgetel
and I went into DHCP server and pool as you can see in the new screen captures.
Now the phone gets an IP 192.168.89.247 but it is not able to communicate with the outside world.
Many thanks for your response. I don’t see any natting specific to any bridge. But I think I have done it although it may not be done perfectly right. Please see attached pictures…
You may notice I have added a rule (12) for being able to communicate from my PC to the phone. But since the phone only gets an IP and remains unable to communicate, it is useless.
Can you see something wrong somewhere? Any other ideas?
You have no idea how much time I have spent trying to do this. All my attempts failed.
Is your DHCP server supplying a router address
Go into DHCP-Server → Network and check
There is probably the default entry for 192.168.88.0/24 with the corresponding router address (probably called gateway).
Add a new network entry for the 192.168.89.0/24 network with the correct gateway.
Many many many many many thanks. The last comment from Rudios made the difference. I will come back later with a topic summary on how to do this in the hope of helping others.