konstg
February 27, 2009, 9:04am
1
Hello to all!
Some question
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.
Egate
February 27, 2009, 1:42pm
2
Add firewall nat roule chain=srcnat out-interface=public action=masquerade
konstg
February 27, 2009, 6:45pm
3
… I have added such a rule already…
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.
konstg
February 28, 2009, 5:21am
5
changeip:
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.
konstg
March 3, 2009, 12:33pm
7
using all mentioned above sites I can see my INTERNAL ip
How to hide it using RouterOS? Which rules or so?
konstg
March 4, 2009, 6:42am
8
“Wise man said…”
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?