LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-01-2014, 08:41 PM   #1
Entwicklung
Member
 
Registered: Jun 2005
Location: North Carolina
Distribution: Fedora 22, OpenSuSE LEAP
Posts: 54

Rep: Reputation: 15
Changed routers, Fedora 19 machine no longer connects


Bought a new router, TP-Link TL-WR841N. Since the day I plugged it in, my Fedora machine will no longer connect to internet. Windows machine didn't have a problem with new router. I have reset the router, re-booted the router, changed the NIC in the Fedora machine. Network manager says that it is connected but no web page will open. The light on the router is on but it isn't blinking. I have no idea what to do. I never expected a problem like this from a Linux OS. I also have a PC-BSD machine and it is connecting to internet with new router. Any ideas? Let me know if you need more information.
 
Old 03-01-2014, 09:21 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,315

Rep: Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172
Maybe you still have a lease on an IP the new router has assigned to another box - try
Code:
dhclient -r && hdclient
 
Old 03-01-2014, 09:28 PM   #3
Entwicklung
Member
 
Registered: Jun 2005
Location: North Carolina
Distribution: Fedora 22, OpenSuSE LEAP
Posts: 54

Original Poster
Rep: Reputation: 15
I got bash: hdclient: command not found... when I tried that
 
Old 03-01-2014, 09:37 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,315

Rep: Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172Reputation: 4172
typo - dhclient
 
Old 03-02-2014, 07:10 AM   #5
Entwicklung
Member
 
Registered: Jun 2005
Location: North Carolina
Distribution: Fedora 22, OpenSuSE LEAP
Posts: 54

Original Poster
Rep: Reputation: 15
That didn't fix it. I've also restarted modem and router.
 
Old 03-02-2014, 12:24 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,466

Rep: Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218
Does you Fedora PC have a static IP address?
What is the output of the command /sbin/ifconfig?
I believe the default IP address for the router is 192.168.1.1. So your subnet is 192.168.1.0/24 (net mask 255.255.255.0). Is the IP address for the Fedora PC in this range?
Can you ping the router? Can you ping the other computers on the network.
Can you access the router's web configuration page?
 
Old 03-02-2014, 01:55 PM   #7
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
michaelk i believe is on the right track. when you brought in the new router did you modify your /etc/resolv.conf and did you change the static IP in your fedora box?

please post your eth0 for the fedora box as well as your resolv.conf
 
Old 03-04-2014, 06:06 PM   #8
Entwicklung
Member
 
Registered: Jun 2005
Location: North Carolina
Distribution: Fedora 22, OpenSuSE LEAP
Posts: 54

Original Poster
Rep: Reputation: 15
Fedora box has static IP of 192.168.1.3

It can ping the router and the other computer on the network

resolv.conf returns:
#Generated by NetworkManager
nameserver 192.168.1.1
nameserver 207.69.188.186
nameserver 207.69.188.187

I can access the router's web configuration page. It shows that the Fedora box connected as 192.168.1.3

Output of /sbin/config:
p1p1: flags= 4163 <UP, BROADCAST, RUNNING, MULTICAST> MTU 1500
inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::2e0:29ff:fe9e:8d33 prefixlen 64 scopeid 0x20 <link>
ether 00:e0:29:9e:8d:33 txqueuelen 1000 (Ethernet)
RX packet 50436 bytes 17011729 (16.2 mib)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30768 bytes 2394999 (2.2 mib)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

and then some lines about lo
 
Old 03-04-2014, 06:19 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,466

Rep: Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218Reputation: 6218
Can you ping 74.125.227.105 (google)?
Does http://74.125.227.105 work in your web browser?
 
Old 03-04-2014, 10:10 PM   #10
Entwicklung
Member
 
Registered: Jun 2005
Location: North Carolina
Distribution: Fedora 22, OpenSuSE LEAP
Posts: 54

Original Poster
Rep: Reputation: 15
I can ping it but it will not open in web browser
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
VMWare guest connects to every machine but host dcroxton Linux - Networking 4 08-04-2007 07:50 PM
changed router wireless essid, /etc/network/interfaces no longer works! snow_bound Linux - Wireless Networking 0 12-29-2006 07:21 AM
samba on fedora connects to linux machine but unseen on windows machines vyom Linux - Networking 5 07-04-2006 03:25 AM
redhat8, changed hostname by editing config file, X no longer recognizes it infamous41md Linux - Newbie 2 03-31-2004 01:20 AM
Changed Video Card Memory X No longer works :P johnnybezak Linux - Hardware 1 11-22-2003 10:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:47 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