View previous topic :: View next topic |
Author |
Message |
Duck-Billed Platypus Guru
Joined: 30 Jun 2003 Posts: 576 Location: Los Angeles, California, United States of America
|
Posted: Wed Oct 13, 2004 3:18 am Post subject: wireless.. |
|
|
with wireless in linux.. do you still need to know the ip address of the router and stuff like that.. how does it work? _________________ Dentists are evil. |
|
Back to top |
|
|
CompNerd Retired Dev
Joined: 16 Mar 2003 Posts: 311 Location: 127.0.0.1
|
Posted: Wed Oct 13, 2004 6:42 am Post subject: |
|
|
Yes, you need that information. However, if you have a dhcp server, then you can setup the client to automatically recieve that information. The setup is similar to how it is done in Windows minus the fact that there is no gui for the most part (atleast in Gentoo afaik). You can configure static ip information in /etc/conf.d/net.ethx where x is the device number. For the dhcp server you can also set it up in there.
HTH
CompNerd |
|
Back to top |
|
|
nielchiano Veteran
Joined: 11 Nov 2003 Posts: 1287 Location: 50N 3E
|
Posted: Wed Oct 13, 2004 4:09 pm Post subject: Re: wireless.. |
|
|
Duck-Billed Platypus wrote: | with wireless in linux.. do you still need to know the ip address of the router and stuff like that.. how does it work? |
CompNerd is absolutely right, some extra info:
The difference between wire and wireless is just that (from the computer point of view). The wire-cards put some voltages on a cable, the wireless cards generate some electromagnetic waves.
There is realy no difference between them on layer 3 or higher (IP and HTTP and ...). The only minor difference is at layer 2 (ethernet collisions, MAC addresses etc) ; and a BIG difference in layer 1 (electricaly vs EM) |
|
Back to top |
|
|
|