Is your /etc/resolv.conf file set up correctly?  Does it list the nameservers
for your ISP?

Hugh

John & Linda Hammell wrote:

> Thanks in advance for any and all
> help..............
>
> Using REDHAT Linux 6 and PPP version 2.3.7, I
> think. I seem to be able to connect to my ISP,
> I can ping IP addresses and get responses but I
> don't seem to be able to use host and domain
> names. I have include what information I could.
>
> How I kick off pppd.......................
>
> exec /usr/sbin/pppd debug lock modem crtscts
> /dev/ttyS2 57600 \
>         asyncmap 20A0000 escape FF kdebug 0
> $LOCAL_IP:$REMOTE_IP \
>         noipdefault defaultroute connect
> $DIALER_SCRIPT
>
> Output of IFCONFIG....................
>
> eth0      Link encap:Ethernet  HWaddr
> 00:E0:29:19:5A:5A
>           inet addr:192.168.0.1
> Bcast:192.168.0.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST
> MTU:1500  Metric:1
>           RX packets:149 errors:0 dropped:0
> overruns:0 frame:0
>           TX packets:1 errors:0 dropped:0
> overruns:0 carrier:0
>           collisions:0 txqueuelen:100
>           Interrupt:3 Base address:0x300
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924  Metric:1
>           RX packets:116 errors:0 dropped:0
> overruns:0 frame:0
>           TX packets:116 errors:0 dropped:0
> overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>
> ppp0      Link encap:Point-to-Point Protocol
>           inet addr:208.194.198.189  P-t-
> P:208.194.198.4  Mask:255.255.255.255
>           UP POINTOPOINT RUNNING NOARP MULTICAST
>  MTU:1500  Metric:1
>           RX packets:16 errors:5 dropped:0
> overruns:0 frame:5
>           TX packets:31 errors:0 dropped:0
> overruns:0 carrier:0
>           collisions:0 txqueuelen:10
>
> OUTPUT of ROUTE
> ...........................................
>
> Kernel IP routing table
> Destination     Gateway         Genmask
> Flags Metric Ref    Use Iface
> 208.194.198.4   *               255.255.255.255
> UH    0      0        0 ppp0
> 192.168.0.1     *               255.255.255.255
> UH    0      0        0 eth0
> 192.168.0.0     192.168.0.1     255.255.255.0
> UG    0      0        0 eth0
> 192.168.0.0     *               255.255.255.0
> U     0      0        0 eth0
> 127.0.0.0       *               255.0.0.0
> U     0      0        0 lo
> default         208.194.198.4   0.0.0.0
> UG    0      0        0 ppp0
>
> OUTPUT OF tcpdump..........................
>
> tcpdump: listening on ppp0
> 06:38:29.412779 208.194.198.189.1026 >
> 209.24.0.100.domain: 58274+ A? www.flash.net.
> (31)
> 06:38:49.448171 208.194.198.189.1026 >
> 209.24.0.9.domain: 58275+ (41)
> 06:38:54.452772 208.194.198.189.1026 >
> 209.24.0.100.domain: 58275+ (41)
> 06:38:59.463109 208.194.198.189.1026 >
> 209.24.0.9.domain: 58275+ (41)
> 06:39:04.472761 208.194.198.189.1026 >
> 209.24.0.100.domain: 58275+ (41)
> 06:39:09.482773 208.194.198.189.1026 >
> 209.24.0.9.domain: 58275+ (41)
> 06:39:19.492774 208.194.198.189.1026 >
> 209.24.0.100.domain: 58275+ (41)
> 06:39:29.502770 208.194.198.189.1026 >
> 209.24.0.9.domain: 58275+ (41)
> 06:39:49.512800 208.194.198.189.1026 >
> 209.24.0.100.domain: 58275+ (41)
> 06:40:11.637748 208.194.198.189.1026 >
> 209.24.0.9.domain: 32799+ A? home.netscape.com.
> (35)
> 06:40:16.771128 208.194.198.189.1026 >
> 209.24.0.100.domain: 32799+ A?
> home.netscape.com. (35)
> 06:40:21.772738 208.194.198.189.1026 >
> 209.24.0.9.domain: 32799+ A? home.netscape.com.
> (35)
> 06:40:26.782740 208.194.198.189.1026 >
> 209.24.0.100.domain: 32799+ A?
> home.netscape.com. (35)
> 06:40:31.792797 208.194.198.189.1026 >
> 209.24.0.9.domain: 32799+ A? home.netscape.com.
> (35)
> 06:40:41.802760 208.194.198.189.1026 >
> 209.24.0.100.domain: 32799+ A?
> home.netscape.com. (35)
> 06:40:51.812743 208.194.198.189.1026 >
> 209.24.0.9.domain: 32799+ A? home.netscape.com.
> (35)
>
> OUTPUT of /var/log/ppp
>
> Jan 20 06:36:08 workstation pppd[813]: rcvd
> [IPCP ConfNak id=0x1 <addr 208.194.198.189>]
> Jan 20 06:36:08 workstation pppd[813]: sent
> [IPCP ConfReq id=0x2 <addr 208.194.198.189>
> <compress VJ 0f 01>]
> Jan 20 06:36:09 workstation pppd[813]: rcvd [LCP
> ProtRej id=0x26 80 fd 01 01 00 0f 1a 04 78 00 18
> 04 78 00 15 03 2f]
> Jan 20 06:36:09 workstation pppd[813]: rcvd
> [IPCP ConfAck id=0x2 <addr 208.194.198.189>
> <compress VJ 0f 01>]
> Jan 20 06:36:09 workstation pppd[813]: local  IP
> address 208.194.198.189
> Jan 20 06:36:09 workstation pppd[813]: remote IP
> address 208.194.198.4
> Jan 20 06:36:09 workstation pppd[813]: Script
> /etc/ppp/ip-up started; pid = 820
> Jan 20 06:36:12 workstation pppd[813]: Script
> /etc/ppp/ip-up finished (pid 820), status = 0x0
> Jan 20 06:36:38 workstation pppd[813]: rcvd [LCP
> EchoReq id=0x1 magic=0xe8fb9e85
> Jan 20 06:36:38 workstation pppd[813]: sent [LCP
> EchoRep id=0x1 magic=0x2a52fa1d
> Jan 20 06:37:08 workstation pppd[813]: rcvd [LCP
> EchoReq id=0x1 magic=0xe8fb9e85
> Jan 20 06:37:08 workstation pppd[813]: sent [LCP
> EchoRep id=0x1 magic=0x2a52fa1d
>
> Jan 20 06:36:00 workstation pppd[813]: Serial
> connection established.
> Jan 20 06:36:00 workstation pppd[813]: Using
> interface ppp0
> Jan 20 06:36:00 workstation pppd[813]: Connect:
> ppp0 <--> /dev/ttyS2
> Jan 20 06:36:08 workstation kernel: PPP BSD
> Compression module registered
> Jan 20 06:36:08 workstation kernel: PPP Deflate
> Compression module registered
> Jan 20 06:36:08 workstation pppd[813]:
> Unsupported protocol (0x802b) received
> Jan 20 06:36:09 workstation pppd[813]: local  IP
> address 208.194.198.189
> Jan 20 06:36:09 workstation pppd[813]: remote IP
> address 208.194.198.4
> Jan 20 06:38:16 workstation kernel: tcpdump uses
> obsolete (PF_INET,SOCK_PACKET)
>
> Maryland/Eastern Shore Genealogy
> http://www.flash.net/~jhammell
>
> John & Linda Hammell
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]

--
Hugh Caley
Unix System Administrator
Babcock & Brown, San Francisco
415-512-1515 [EMAIL PROTECTED]


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to