PPPoE seems to work, but no DNS

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default PPPoE seems to work, but no DNS

    Hi all,

    I followed a couple of the guides on the web for getting PPPoE to work with
    my provider from my Sol 8 Ultra 10.

    After the interface comes up, and I ifconfig -a to show the sppp(?) device,
    with an IP, I try to ping yahoo.com, and it immediately comes back as not
    found.

    I have an empty reslov.conf, and pretty much nothing in my hosts file.

    Any other areas I should look?

    Thanx!

    Regards,

    Will Hartung
    (willh@msoft.com)



    Will Hartung Guest

  2. Similar Questions and Discussions

    1. pppoe problems Red Hat 9.0
      Hi, I have a HP 4150B with a D-Link DFE-690TXD network card and try as I might I am not able to connect to my DSL provider (yahoo sbc). I have...
    2. pppoe issues
      I'm seeing two issues when running the XP PPPoE client. 1. When booting, the web is unavailable for about 2 minutes. I can do whatever else I...
    3. PPPOE
      How do i delete a pppoe connection in XP. My isp uses ethernet. I do NOT use pppoe, but it seems to be the default connection. How can it be...
    4. PPPoE problem
      My PPPoE connection has a problem. I can unplug the power from the modem, let it cool down, and plug it back in, and the modem works fine for...
    5. pppoe and wan minport
      One of the computers in my home network fail to connect to the ADSL service via PPPoE. When attempting to connect, it would say "connecting through...
  3. #2

    Default Re: PPPoE seems to work, but no DNS

    On Tue, 29 Jul 2003 16:18:29 -0700, Will Hartung wrote:
    > Hi all,
    >
    > I followed a couple of the guides on the web for getting PPPoE to work with
    > my provider from my Sol 8 Ultra 10.
    >
    > After the interface comes up, and I ifconfig -a to show the sppp(?) device,
    > with an IP, I try to ping yahoo.com, and it immediately comes back as not
    > found.
    >
    > I have an empty reslov.conf, and pretty much nothing in my hosts file.
    >
    > Any other areas I should look?
    >
    > Thanx!
    >
    > Regards,
    >
    > Will Hartung
    > (willh@msoft.com)
    Edit the /etc/resolv.conf to look like this

    nameserver <IP of ISP's #1 Nameserver>
    nameserver <IP of ISP's #2 Nameserver>

    then cp /etc/nsswitch.dns /etc/nsswitch.conf
    nsswitch.dns is a template file

    Getting the computer on the net and getting name resolution to work are
    two separate tasks.


    Tom Hamilton Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139