<< Just came back from the store with a Linksys BEFSR41. Thanks to all that recommended this to me in my other threat - so far it works great. Had it up and running in <5 minutes. Anyway, i noticed that i now have a new IP. How exactly did the router do that? Can i manually edit my IP and make it whatever i want (assuming it isn't taken that is)? If i can't set the exact IP, can i somehow reset it to simply change my IP? >>
I have this router and love it! The router acts as a gateway to your computers, thus it takes the IP that was assigned to you by your ISP and uses it for the router. Then, it uses DHCP to assign a (somewhat) random IP address to all of the systems connected to it. You cannot manually edit the IP address assigned to a specific system. There is a certain range of IPs that your router will assign, I think it is from 192.168.1.1 to 192.168.1.255. If I remember correctly you can set the range of which numbers to use and what number to start at. I set my range to a max of 2 IPs starting at 192.168.1.100. Thus, one of my systems is that IP and the other is 192.168.1.101. However, from outside my LAN you would not be able to access my computers by sending data to those IPs. To reach me, you would have to send data to the IP of my router. This is due to another function call NAT which is Network Address Translation. This takes the traffic coming from my individual comptuer (with the aforementioned IP) and packages that traffic in the IP address of my router. Thus, no matter how many computers I have on my LAN it looks like I only have one.
I hope that makes sense, please respond if you have more questions. 🙂 I am no expert, but I think the above info is a good basic explanation.