I am all about internet security, and PL Linux seems to be the most secure distro I have ran so far. I was reading in here that you could set a static IP in Network Center, Configure, and change "Get DNS servers from DHCP" I changed this to 127.0.0.1, and Gateway configured automatically. But, upon a reboot, I could not go online with this configuration. I am looking for a way to configure a static IP, with port 80 open for internet and synaptic, and masking my real IP address. Anyone?
Look like there is a bit of confusion:
+--------------+ +-----------------------------------------+
| COMPUTER |<------------------> | ROUTER (xDSL ?) | <-------------------> INTERNET
| private IP | | Private IP | Public IP |
| 192.168.0.1 | | 192.168.0.254 | xxx.yyy.zzz.kkk |
+--------------+ +-----------------------------------------+
the Public IP, that one assigned to your router external interface, will be assigned from your ISP, either static or dynamic depending on your agreement with the ISP.
the private IPs could be either static or dynamic. Generally the router have a fix IP address, and act like DHCP server so it can distribute IP addresses to the computers connected to your LAN.
You router will get DNS addresses from your ISP, or you may configure the DNS addresses in your router.
Your router may (or may not) work as DNS server for your computer, if yes, in your computer you will need to use 192.168.0.254 as DNS address.
Your router, from your computer point of view is also the default gateway = 192.168.0.254
What are you trying to do ? Do you want a web server running on your computer to be reachable from internet ?