public ip not forwarded

my server ip is 20#.76.##.3/29 & its gateway is 20#.76.##.1

I have given 203.76.186.0/24 pool for users

then i used this cmd chain=srcnat action=masquerade out-interface=WAN

with this net started working @ pppoe client also they were getting ip from public ip pool

but whenever they search for my ip on net they get server ip 20#.76.##.3 but they should get thier own ip provided from pool…correct?

please can anyone help me to solve this issue

you should not have nat for public IPs, if you deactivate NAT and clients cant access internet you have a routing issue, most likely the router of your service provider doesn’t know how to reach your PPP users,

and you should consider:

/ip firewall filter add chain=input src-address=internal/net action=accept
/ip firewall filter add chain=input action=drop

:slight_smile:

yea you were right routing was not done from ISP also can you tell me how to trace ip?

I get ip address, date & time from cc

so how can i trace it?

Thanks alot :smiley: