public ip

i have problem with brigde and real ip
network is 10.15.xx.xxx/30 mt wan interface and modem telindus 1421 (10.15.xx.xxx)
85.30.xx.xxx/29 my real ip

need client to work with real ip 85.30…

setup the mikrotik
give that command in router
/ interface bridge add name=“bridge1” mtu=1500 arp=enabled stp=yes priority=32768 ageing-time=5m forward-delay=15s garbage-collection-interval=5s hello-time=2s max-message-age=20s
/interface bridge port add bridge=bridge1 interface=ether1
/interface bridge port add bridge=bridge1 interface=ether2
/ip address add address=10.15.xx.xxx/30 interface=bridge1
/ip address add address=85.30.xx.xxx/29 interface=bridge1
now connect to mikrotik with winbox and give the licence
setup the gateway 10.15.xx.xxx interface bridge1
next step setup dns from my provider 82.197.xx.x -82.197.xx.x

after that mikrotik dont ping the gateway 10.15.xx.xxx (telindus 1421)

have internet only if nat enable with that command
/ip firewall nat add chain=srcnat action=masquerade out-interface=bridge1
but not need nat
need only my real ip work without nat or alias

what is wrong???

/ip address add address=10.15.xx.xxx/30 interface=public
/ip address add address=85.30.xx.xxx/29 interface=private

gateway 10.15.xx.xx

that should work

tnx for answer
setup router again but dont work :cry:

ok fix the problem public ip work now with bridge
but have this problem
modem ip 85.1.1.1 and 10.15.xx.xxx
client ip 85.1.1.2 after 3-4 minute client lose connection and work again after 5 minute
client ping modem and other client but not ping web site or other external ip
ghange the mtu value - arp not fix the problem

any idea?