LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Question about DSL router and small internal network (https://www.linuxquestions.org/questions/linux-security-4/question-about-dsl-router-and-small-internal-network-366398/)

shazam75 09-23-2005 07:29 PM

Question about DSL router and small internal network
 
My current setup is like this:

I have a ADSL modem/router, which is the Gateway to the internet. This has a public address that it gets dynamically from my ISP. Behind this is my Linux PC with a private ip address (192.168.X.X). Hence I am using NAT or IP Masquarading

When I do the All Port Scan test from this site (Shield Up https://grc.com/x/ne.dll?bh0bkyd2) - Is my ADSL router being tested here or my actual Linux box?

I think that it has to be my ADSL router that the test is applied too as this is the "face" to the internet - is this correct?


Regards
Shelton.

SteveK1979 09-23-2005 07:37 PM

Hi,

Yes you are correct, it will be the router that is being tested as it has the public facing ip address being scanned on one of it's interfaces.

Unless of course it allows all incoming connections or something like that. I don't think any modern adsl router usually has a default configuration like that. Mine certainly doesn't.

If you really want to test you linux box in this way, you could investigate whether the router has a feature to forward all incoming connections to a particular internal host. The Linksys router I have has this feature, they call it a 'DMZ Host'.

Hope this helps,

Cheers,

Steve

Brian1 09-23-2005 07:39 PM

The router is being tested from the outside to the wan port. I myself dislike the sheilds up site since it is out to sell products. Try this one for a better report.
http://www.hackerwatch.org/probe/

You can use nmap to see what is open on your linux box. If you have another computer you can run port scanning software on it and use it to test your linux's internal IP.

Brian1

shazam75 09-23-2005 07:55 PM

Thanks Brian - good site that!


All times are GMT -5. The time now is 09:56 AM.