Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Internet, e-mail not working... except on LJr.

  1. #1

    Internet, e-mail not working... except on LJr.

    I am having serious internet issues. For some reason, I could get to linuxjunior.org, follow links, and even make this post, but I can't surf the web (mostly), can't use my RedHat Up2Date agent, check e-mail or log onto IM. My DSL is connected and running property in Windows, and the surfing LJR doesn't seem to be a problem, but I can't otherwise seem to access the internet... HELP!??? Running Fedra Core 3. Have been updating. Haven't had any trouble until recently....

    Thanks. :

  2. #2
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re:Internet, e-mail not working... except on LJr.

    Run a tail -f on /var/log/messages, bounce your network interface and
    note anything that looks "odd". Also, trying pinging your ISPs pop server, what do you get?

  3. #3

    Re:Internet, e-mail not working... except on LJr.

    hello,
    are the dns servers listed in /etc/resolve.conf ?

  4. #4
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re:Internet, e-mail not working... except on LJr.

    What was last thing changed or installed on your Linux OS?

  5. #5

    Re:Internet, e-mail not working... except on LJr.

    [quote author=pbharris link=board=1;threadid=10104;start=0#msg91518 date=1104219172]
    hello,
    are the dns servers listed in /etc/resolve.conf ?
    [/quote]

    This is it:

    Code:
    ; generated by /sbin/dhclient-script
    search domain.actdsltmp
    nameserver 192.168.0.1
    nameserver 205.171.3.65

  6. #6

    Re:Internet, e-mail not working... except on LJr.

    Looks like, for some reason, you are querying first a host on your local lan. (192.168.0.1)

    Try inverting the entries for nameservers:

    Code:
    search domain.actdsltmp
    nameserver 205.171.3.65
    nameserver  192.168.0.1

  7. #7

    Re:Internet, e-mail not working... except on LJr.

    [quote author=coltrane link=board=1;threadid=10104;start=0#msg91519 date=1104223194]
    What was last thing changed or installed on your Linux OS?
    [/quote]

    I think I updated Cups and SELinux. Other than that not too sure...I run the Up2Date agent when it tells me to. I haven't installed anything since I installed the OS as far as I can remember... That was just two weeks ago or so...

  8. #8

    Re:Internet, e-mail not working... except on LJr.

    [quote author=coltrane link=board=1;threadid=10104;start=0#msg91514 date=1104207612]
    Run a tail -f on /var/log/messages, bounce your network interface and
    note anything that looks "odd". Also, trying pinging your ISPs pop server, what do you get?
    [/quote]

    I don't understand this. I'm relatively new to Linux. Can you tell me HOW to run a tail -f on /var/log/messages...

    I should also say that everything was working perfectly fine until about three days ago and I don't know what changes I have made that would screw it up...

  9. #9

    Re:Internet, e-mail not working... except on LJr.

    log in as root, open up a shell, click on something that looks like this if you're using kde
    and then type in:
    tail -f /var/log/messages

  10. #10

    Re:Internet, e-mail not working... except on LJr.

    Are you able to ping google.com?

Similar Threads

  1. Another try at preserving our "FREEDOM"
    By Fatal Error in forum General Chat
    Replies: 0
    Last Post: 03-10-2005, 11:48 PM
  2. configure Internet Connection Sharing in XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 07:29 AM
  3. List of fixes included in Windows XP SP2
    By regix in forum Windows - General Topics
    Replies: 6
    Last Post: 01-03-2005, 11:44 PM
  4. How to Back Up and Recover Outlook Express Data
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 11:11 PM
  5. Connect to internet with Win 95 or 98
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •