Can you? and how can you connect multiple static IPs to one interface (eth1)
Is there a limit? Best way to do this in routerOS?
/ip address export
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip address
add address=192.168.88.2/24 interface=bridge network=192.168.88.0
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
add address=192.168.88.2/24 interface=bridge network=192.168.88.0
It depends. When you get a /30 plus the single address on PPPoE and they route the /30 via the PPPoE you could actually use all 4 addresses when you configure carefully.If the ISP gives you a /30, which means 4 IP addresses, as a direct subnet, you'd end up with x.x.x.0 unusable for the network, x.x.x.3 unusable for the broadcast, x.x.x.1 or x.x.x.2 as the gateway at ISP end, x.x.x.2 or x.x.x.1 as the public address at your end. So effectively only a single public IP to use and the 3 remaining ones wasted.
This was their response:
Network IP *.*.135.188/30
Subnet Mask *.*.255.252
Host IP's *.*.135.189 & *.*.135.190 (Usable IP's)
Broadcast *.*.135.191
The purpose of bridge or switch is to bridge together any kind of L2 interfaces, so there is nothing wrong about bridging together multiple physical interfaces and no virtual one (or vice versa)....
Block 1 = 189.xxx.xx2.90/30
Block 2 = 201.xxx.xx9.124/30
Both IPs are sent on one single fiber connection direclyt from ISP provider to my mikrotik.
...
i know i can create a bridge on Mikrotik1 and public both "block1 and block2" IP/addresses on that Bridge Ports but would be only on Mikrotik1 (also the purpose of Bridge is to bridge physical and virtual interfaces) and not IP/addresses blocks on the same physical interface.
HiAgain, it depends how the ISP route it.
When they route the second /30 via the 1st, you can just set it on a link between your two routers and it will work.
But when they route the second block just directly on the line (address2 via address1) you will need to use tricks.