LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-18-2007, 08:41 PM   #1
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Rep: Reputation: 15
yum update caused weird network problems


So I installed Fedora Core 6 a while ago on my server. I have a decently static IP so I have a domain name for it. I recently did a
Code:
yum update
It took about an hour to download all the packages (a few hundred of them, actually). They all installed fine with no error messages. The only things to note were
Code:
Updating: pam [17/493]warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew
Updating: postfix [ 56/493]warning: /etc/postfix/main.cf created as /etc/postfix/main.cf.rpmnew
Updating: postfix [ 56/493]warning: /usr/lib/sasl2/smtpd.conf created as /usr/lib/sasl2/smtpd.conf.rpmnew
Updating: sendmail [116/493]warning: /etc/mail/sendmail.cf created as /etc/mail/sendmail.cf.rpmnew
None of those looked too crucial.

So now when I access my website via the url http://zoklet.net it won't load.

I assumed SELinux decided to **** with me again so I did a
Code:
setenforce 0
just to make sure. No luck. nmap says that all the ports are filtered. However when I run nmap on the box's lan IP it says all the necessary ports are open.

The server's local IP has not changed, my outside IP has not changed, and all the ports are still forwarded properly. I am thinking that it's got something to do with the upgrade, but I can't figure out what.

Last edited by derzok; 11-19-2007 at 02:44 PM. Reason: Profanity
 
Old 11-19-2007, 05:05 AM   #2
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Might be easier to go over to www.dyndns.org and get yourself a free account. I can successfully ping www.zoklet.net,

[glenn@toshiba ~]$ ping www.zoklet.net
PING www.zoklet.net (69.135.212.19) 56(84) bytes of data.
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=1 ttl=47 time=61.5 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=2 ttl=47 time=60.7 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=3 ttl=47 time=53.9 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=4 ttl=47 time=47.7 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=5 ttl=47 time=48.5 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=6 ttl=47 time=50.3 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=7 ttl=47 time=52.1 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=8 ttl=47 time=49.3 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=9 ttl=47 time=51.6 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=10 ttl=47 time=53.9 ms
64 bytes from cpe-69-135-212-19.woh.res.rr.com (69.135.212.19): icmp_seq=11 ttl=47 time=54.7 ms

but not http://zoklet.net

Setup an account and then install inadyn, configure /etc/inadyn.conf and everything should work well. That's what I've been doing with a dynamic Comcast IP and it's worked out very well. Clicking the link for your website loads nothing.
 
Old 11-19-2007, 06:33 AM   #3
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Currently I'm using afraid.org as my name server. It's never given me any problems before. How would dyndns help?
 
Old 11-19-2007, 07:36 AM   #4
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
In my case I have Comcast for my ISP. The public IP address is dynamic, meaning, as I'm sure you know, that it changes from time to time. If I setup a web site using the current public IP it would work until the public IP changed. Using a free account at dyndns.org combined with the local inadyn service my public IP address is kept current. Inadyn constantly polls the public IP and relays the info to the dyndns account. That way when the public IP changes dyndns knows about it and makes the appropriate change, keeping my web site available at all times. Check out my site in my signature just to see that you will be able to access it any time.
 
Old 11-19-2007, 02:34 PM   #5
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Glennzo View Post
In my case I have Comcast for my ISP. The public IP address is dynamic, meaning, as I'm sure you know, that it changes from time to time. If I setup a web site using the current public IP it would work until the public IP changed. Using a free account at dyndns.org combined with the local inadyn service my public IP address is kept current. Inadyn constantly polls the public IP and relays the info to the dyndns account. That way when the public IP changes dyndns knows about it and makes the appropriate change, keeping my web site available at all times. Check out my site in my signature just to see that you will be able to access it any time.
That makes perfect sense to me. I actually have the exact same setup using afraid.org. Every hour my server wget's a page on afraid.org's server and update's my DNS records accordingly. That's not the problem. The problem is that I can not access my server from inside OR outside the network using my IP address OR the domain name. My server address is http://69.135.212.19/ and nobody can see it. The ports are forwarded properly on all of my routers. Something is blocking my server. When I access the server with it's local IP: http://192.168.0.12/ it works fine.
 
Old 11-19-2007, 03:45 PM   #6
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Misconfigured httpd.conf ???
 
Old 11-19-2007, 04:11 PM   #7
Jack_Fedora
LQ Newbie
 
Registered: Aug 2007
Posts: 25

Rep: Reputation: 0
Had a similar problem in Fedora 7

I was able to load the Fedora 8 and it resolved the problem. I found that updating the kernel in Fedora 6 and 7 caused this error. The sever would ping out, but not in. Could not find it in the local network nor on the net. Clean install of 8 solved the problem. Have updated the kernel a few times and have not had a problem.

ifconfig would show that the card was working fine.
 
Old 11-19-2007, 10:20 PM   #8
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Just checked my httpd.conf and conf.d/* - everything looks normal. Tomorrow I will set up another computer on the network to act as a server and set that as dmz. If that server works, then we can rule out the possibility of it being the router. I'm pretty sure it's got something to do with the server, though. It worked just fine until I updated with yum.
 
Old 11-20-2007, 08:05 AM   #9
derzok
Member
 
Registered: Aug 2004
Location: Ohio
Distribution: Debian, Slackware
Posts: 58

Original Poster
Rep: Reputation: 15
Update: I just installed apache on a windows machine and set it as my router's DMZ. The apache test page showed when I went to both my IP and to my domain name. It's definitely a problem with the server, not the router or modem.

Edit: Oddly enough, when I switched DMZ back to my linux machine, it worked fine. I can now access my server from both the IP and domain name - though I'm not sure why... Thanks for your help Jack and Glennzo!

Last edited by derzok; 11-20-2007 at 08:07 AM.
 
  


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
yum update without network? (from cd/dvd) whysyn Fedora 4 11-05-2008 02:07 AM
No network after yum update tron_thomas Linux - Networking 8 03-27-2007 09:46 AM
network problem after yum update ernst Fedora 5 09-26-2006 08:46 PM
Yum Update Problems djljjm Linux - Newbie 2 03-15-2005 03:35 PM
Problems caused by swaret update or...?Help technobeast Slackware 4 11-03-2004 11:08 PM

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

All times are GMT -5. The time now is 02:07 AM.

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