PDA

View Full Version : linux mint 7



pcclan
11-01-2009, 03:38 PM
how do you assign IP to Linux mint i don't know how to assign one i need to know cause my wireless router won't give my one any ideas on how to do it

x88x
11-01-2009, 05:47 PM
Are you sure it's connected to the router?

if so,
run

ifconfig
to get the name of your card (wlan0, ath0, or something like that)

then (assuming card name is wlan0) either:
to manually pull a dhcp address:

dhclient wlan0

or, to manually set one:

ifconfig wlan0 192.168.2.3
replacing 192.168.2.3 with whatever IP you want

Kumo
11-02-2009, 06:15 AM
Yoy can use gnome network manager or WICD to manage your wifi networks. Also you can edit /etc/networks/interfaces.

Also check router config, maybe DHCP is disabled.