Home » Questions » Computers [ Ask a new question ]

How do I find out if I am behind a firewall?

How do I find out if I am behind a firewall?

OK, so I live in an apartment that offers me internet, but I have no idea through who, or what type. I have all of my computers running through my router, that is plugged into the Ethernet port in my wall. I would like to run a web server, but am unsure if I have a public ip available to me.

Asked by: Guest | Views: 226
Total answers/comments: 2
bert [Entry]

"if the router is reporting your WAN ip as your public IP then you have a public IP assigned to you.

If you want to know who the provider is you can do a lookup as to who the owner is ARIN's lookup site if you are in the US.

As far as if you are behind a firewall - that will be more difficult since even if you did something like an nmap scan your belkin would probably drop the packets anyway.

You should also note that running servers is against every TOS i've seen on consumer level internet connections, and some providers (Verizon i'm looking at you) will filter common server ports (25, 80, 443, 110, etc)

Honestly if you want to run a web server the least headache would be to shell out the 10$ or so a month for a hosted website."
bert [Entry]

"A simple way to determine whether you've got the ports forwarded correctly is to take the belkin out of the equation for testing purposes:

Un-plug your computer and from your home network
Change your computer's IP address from 192.168.1.5 to your WAN IP address
Un-plug your router from the modem
Plug your computer in DIRECTLY into your modem instead of going through your router
Test. You know how to make it work at 192.168.1.5, so it should work the same way on the public internet.

Keep in mind that it's a REALLY BAD IDEA to leave your PC plugged directly into the internet. Bots (from the internet) will be scanning your computer and trying to install viruses. But as long as you aren't connected for more than a couple minutes, and are using a desktop firewall software of some sort, I feel this method really should be OK to test to find out if the Belkin configuration is the problem, or if you really are being ""firewalled"" by your ISP.

Best of luck!"