Advertisement

Finding Networking Info(for wireless configuration)

Started by September 18, 2004 04:00 PM
1 comment, last by C-Junkie 19 years, 11 months ago
After many weeks of pain I got my wireless card working. It's very unstable and very slow..... very very slow(I can barely load pages). I am guessing it's because I don't have it configured to my network. I have been trying to follow the instructions in the Readme to my drivers(linux-wlan-ng) and it seems I have to modify a lot of .configs no problem really except I need to know my brodcast, netmask, and gateway and I have no idea were to get that. All I know is my IP and my DNS. How can I get that information. I have Windows which I can use to get it but I don't know how. Can anyone help me? EDIT: I also need to know my APs SSID. which I have no idea what it is.
"Go on get out last words are for fools who have not said enough already." -- Karl Marx
I think the setting can be easily done using 'ifconfig', no matter the type of network card.
Advertisement
iwlist eth1 scan <- BAM@! ESSIDs available!
iwconfig eth1 essid NAME <- BAM@! switches to that ESSID
dhclient eth1 <- BAM@! Connects

There are ways of automating this, as well.

This topic is closed to new replies.

Advertisement