LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-21-2008, 06:55 AM   #1
sudarshan22
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 7.10 Gutsy Gibbon
Posts: 13

Rep: Reputation: 0
Wireless network not connecting during startup


Hi,

I have two laptops one running Windows XP and another Kubuntu. I share files between them using samba. A couple of days ago, I had to reset my router. After the reset, all the ip's got mixed up (my router managers the network using DHCP) and when I boot up kubuntu machine it refuses to connect to my network. The essid before reset was "24" (without quotes) and now its "Airway". Could it be possible that kubuntu is still looking for 24?

Thanks.
 
Old 06-21-2008, 07:41 AM   #2
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
(quote)
The essid before reset was "24" (without quotes) and now its "Airway".
(end quote)

If you changed the ESSID, you need to configure the wireless gizmo again. What wireless encryption scheme do you use?
 
Old 06-21-2008, 08:49 AM   #3
sudarshan22
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 7.10 Gutsy Gibbon
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pinniped View Post
(quote)
The essid before reset was "24" (without quotes) and now its "Airway".
(end quote)

If you changed the ESSID, you need to configure the wireless gizmo again. What wireless encryption scheme do you use?
I am not using encryption. I am only using MAC address filtering. And all my computer's mac addresses are in the router.
 
Old 06-21-2008, 09:05 AM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
A couple of days ago, I had to reset my router. After the reset, all the ip's got mixed up (my router managers the network using DHCP)
That's why I prefer my little network to have static IPs.
Quote:
The essid before reset was "24" (without quotes) and now its "Airway".
Take a look in /etc/network/interfaces
If it is looking for "24", change it to "Airway"
 
Old 06-21-2008, 10:08 AM   #5
sudarshan22
LQ Newbie
 
Registered: Feb 2006
Distribution: Kubuntu 7.10 Gutsy Gibbon
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by tredegar View Post
That's why I prefer my little network to have static IPs.

Take a look in /etc/network/interfaces
If it is looking for "24", change it to "Airway"
I would love to have static IP's but I dont know how to set the internal home network with static IPs.
 
Old 06-21-2008, 10:30 AM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I would love to have static IP's but I dont know how to set the internal home network with static IPs.
It is all defined in /etc/network/interfaces
See man interfaces
Mine looks line this:
Code:
auto lo
iface lo inet loopback

iface eth0 inet static
broadcast 10.0.0.255
address 10.0.0.8
netmask 255.255.255.0
gateway 10.0.0.2
For the above, my LAN IP is 10.0.0.8 and my router is at 10.0.0.2, and I am using ethernet cable on eth0


If you were on a 192.168.0.X network, you might make it look like this:
Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
broadcast 192.168.0.255
address 192.168.0.8
netmask 255.255.255.0
gateway 192.168.0.1
This PC's LAN IP is 192.168.0.8 and the router is at 192.168.0.1, and it is using ethernet cable on eth0

For wireless on eth1, with a static IP, make it look something like this:
Code:
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet static
broadcast 192.168.0.255
address 192.168.0.8
netmask 255.255.255.0
gateway 192.168.0.1
wpa-passphrase mysecretpassphrase
wpa-ssid Airway
wireless-channel 11
#                 or whatever channel you are using
It is not difficult!
Are you connected yet?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting to Wireless Network Zephryos Linux - Software 3 01-28-2006 05:45 PM
Connecting to a wireless access point automatically on startup timelord726 SUSE / openSUSE 2 09-30-2005 07:52 PM
wireless network not connecting jburford Linux - Wireless Networking 11 07-08-2005 08:14 AM
Problems connecting to network on startup dairic Linux - Newbie 2 10-17-2004 02:07 PM
Connecting to wireless network? cucolin@ Linux - Wireless Networking 5 03-06-2004 01:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration