Hi
I have a pile of static IPs from my ISp some of them I want to rout to specific addresses on my 10.100.96.0/19 network
So i create a dst rule in the IP Firewall section and all works well. I can remote into the site using the Global IP I assigned in the dst nat rule.
Chain = dstnat
dst address =x.x.x.60
Protocol=6(tcp)
Under the action tag
Action= dstnat
to address= 10.100.121.48
To Ports= 0-65535
Now for the outbound I want it to appear with the glogal IP .60 if i do an IP check from check my ip or whatever.So I create a scr rule.
Chain = scrnat
scr address =10.100.121.48
Protocol=6(tcp)
Under the action tag
Action= scrnat
to address= x.x.x.60
To Ports= 0-65535
But it does not show the .60 as my IP it shows.5 as explained below
Now there is another rule at the top of the list that is
Chain=scrnat
under action
Action=masquerade
I did not put this rule in it seems to have come with the first IP I installed on the WAN Side which is x.x.x.5
So right now everyone checking their IP get the .5 as their IP…if I change it to 20 from 5 then everyone gets 20 as their IP.
If I delete this rule no one gets on line
If I move my scrnat for .60 above that rule then the host with the .60 rule does not get online.
I am soo lost lol
thanks in advance for your time