Firewall problem?

Hello to all!

Some question :slight_smile:

I installed RouterOS successfully. When I trying to check my ip address with http://www.cmyip.com/
I see my address in the local net 192.168.1.254 instead of address of public interface.

How I can hide it?

Thanks in advance.

Add firewall nat roule chain=srcnat out-interface=public action=masquerade

… I have added such a rule already… :open_mouth:
therefore, I have access to the internet…

does this show your public IP ? http://ip.changeip.com/

I wonder if that detector is showing you the proxy server IP, which is internal to the http request sometimes.

I’ll check it on Tuesday only…

check out http://whatismyipaddress.com/ for details of your IP Address, proxy servers, physical location, ISP etc.

using all mentioned above sites I can see my INTERNAL ip :frowning:
How to hide it using RouterOS? Which rules or so?

“Wise man said…” :confused:
that I have to add follow lines to hide internal network:

header_access X-Cache deny all
header_access X-Cache-Lookup deny all
header_access Age deny all
header_access Via deny all

Where I can add these lines using WebBox?