Hello:

Have installed RedHat 6.1 (Deluxe) on a Sparc 5 workstation
(sun4m).
Using a US Robotics 56K Fax/Modem (not plug and play).
Installed initscripts-4.70-1.sparc.rpm.
Lan contains three machines - bonsai, joyworks, anna

Having difficulty getting the ppp connection work properly.
Intel machine with same setup works.
RedHat support at a loss.

Suggestions welcome/badly needed.


Summation:
        connects to ISP
        ping works
        nameservice not working

Message contains:
        Some of the /etc conf files
        Wvdial connection
        Net status after wvdial connects
        Results of ping and nslookup

Though I have been unsuccessful with wvdial I did try to
connect using
rp3 1.0.2 as an applet. Though not informative it did hang
on the connect
script. I also have a PC (joyworks) running RedHat 6.1 with
the same
configuration. Only difference is that one works and one
does not
(from my perspective).

Please send response to [EMAIL PROTECTED]
Thanks

lloyd

=====================================
[root@bonsai /etc]# more hosts

127.0.0.1       localhost.localdomain   localhost
192.103.131.1   bonsai.infoauto.com     bonsai
192.103.131.2   joyworks.infoauto.com   joyworks
192.103.131.3   anna.infoauto.com       anna
=====================================
[root@bonsai /etc]# more host.conf

order hosts,bind
multi on=====================================
[root@bonsai /etc]# more resolv.conf

domain infoauto.com
nameserver 206.147.16.2
nameserver 206.147.16.3

=====================================
[root@bonsai log]# hostname

bonsai
=====================================
[root@bonsai log]# domainname


=====================================
[root@bonsai /etc]# more wvdial.conf

[Dialer Defaults]
Modem = /dev/ttyS0
Baud = 19200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
Phone = 596-1213
Username = xxxxx
Password = xxxxx

=====================================
[root@bonsai log]# wvdial

--> WvDial: Internet dialer version 1.40
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT 596-1213--> Waiting for carrier.
ATDT 596-1213
CONNECT 19200/ARQ/V34/LAPM/V42BIS
--> Carrier detected.  Waiting for prompt.
User Access Verification
Username:
--> Looks like a login prompt.
--> Sending: xxxxx
xxxxx
Password:
--> Looks like a password prompt.
--> Sending: (password)
Welcome to the Internet...
Arvig Communication Systems (ACS), and its affiliated
operating
companies: East Otter Tail Telephone, Twin Valley-Ulen
Telephone,
Callaway Telephone and Tekstar Cablevision provide this
Internet
access AS IS and disclaim any and all warranties as to the
fitness
and/or usability of this access. In no event shall these
parties
be held liable for any negligence, damages, loss of data,
misuse,
or loss of profit, including special, incidental,
consequential,
intangible, or similar claims.
Abuse or unauthorized use of this access is forbidden.
ACS>
--> Hmm... a prompt.  Sending "ppp".
ppp
Entering PPP mode.
Async interface address is unnumbered (Ethernet0)
Your IP address is 206.147.16.102. MTU is 1500 bytes
Header compression will match your system.
~[7f]}#@!}!p} }4}"}&} }*} } }%}&|egt}'}"}(}"D[1c]~
--> PPP negotiation detected.
--> Starting pppd at Thu Dec 30 19:37:49 1999

At this point ifconfig gives:
===================================
[root@bonsai ppp]# ping 206.147.16.3

eth0      Link encap:Ethernet  HWaddr 08:00:20:71:56:E3
          inet addr:192.103.131.4  Bcast:192.103.131.255
Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:1 errors:0 dropped:0 overruns:0
carrier:0
          collisions:0 txqueuelen:100
          Interrupt:38 Base address:0xc400

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:7 errors:0 dropped:0 overruns:0 frame:0

          TX packets:7 errors:0 dropped:0 overruns:0
carrier:0
          collisions:0 txqueuelen:0

ppp0      Link encap:Point-to-Point Protocol
          inet addr:206.147.16.102  P-t-P:206.147.16.3
Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500
Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0

          TX packets:6 errors:0 dropped:0 overruns:0
carrier:0
          collisions:0 txqueuelen:10

===================================
[root@bonsai ppp]# netstat -nr

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS
Window  irtt Iface
192.103.131.4   0.0.0.0            255.255.255.255 UH
0 0          0 eth0
206.147.16.3     0.0.0.0            255.255.255.255 UH
0 0          0 ppp0
192.103.131.0   0.0.0.0            255.255.255.0
U          0 0          0 eth0
127.0.0.0           0.0.0.0            255.0.0.0
U          0 0          0 lo
0.0.0.0              206.147.16.3    0.0.0.0
UG        0 0          0 ppp0

======================================
[root@bonsai ppp]# nslookup -all infoauto.com

Default Server:  (null)

Set options:
  nodebug             defname         search
recurse
  nod2                   novc                noignoretc
port=53
  querytype=A     class=IN        timeout=5       retry=2
  root=a.root-servers.net.
  domain=infoauto.com
  srchlist=infoauto.com

*** Can't find server name for address 206.147.16.2: No
response from server
*** Can't find server name for address 206.147.16.3: No
response from server
*** Default servers are not available

==================================
[root@bonsai ppp]# ping 206.147.16.3

PING 206.147.16.3 (206.147.16.3) from 206.147.16.102 :
56(84) bytes of data.
64 bytes from 206.147.16.3: icmp_seq=0 ttl=255 time=277.6 ms

64 bytes from 206.147.16.3: icmp_seq=1 ttl=255 time=220.1 ms

64 bytes from 206.147.16.3: icmp_seq=2 ttl=255 time=220.1 ms

64 bytes from 206.147.16.3: icmp_seq=3 ttl=255 time=210.1 ms



-- 206.147.16.3 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 210.1/231.9/277.6 ms

==================================
[root@bonsai ppp]# ping digitaljam.com

ping: unknown host digitaljam.com

==================================
var/log/messages:

Dec 30 19:37:49 bonsai pppd[1184]: pppd 2.3.10 started by
root, uid 0
Dec 30 19:37:49 bonsai pppd[1184]: Using interface ppp0
Dec 30 19:37:49 bonsai pppd[1184]: Connect: ppp0 <-->
/dev/ttyS0
Dec 30 19:37:51 bonsai pppd[1184]: local  IP address
206.147.16.102
Dec 30 19:37:51 bonsai pppd[1184]: remote IP address
206.147.16.3
Dec 30 19:42:17 bonsai pppd[1184]: Terminating on signal 15.

Dec 30 19:42:17 bonsai pppd[1184]: Connection terminated.
Dec 30 19:42:17 bonsai pppd[1184]: Connect time 4.5 minutes.

Dec 30 19:42:17 bonsai pppd[1184]: Sent 2186 bytes, received
1485 bytes.
Dec 30 19:42:19 bonsai pppd[1184]: Exit.









--
----------------------------------
If you are not living on the edge,
you are taking up too much space
----------------------------------
Pagyn Alexander
Voice: 218-962-3202
Fax:   218-962-3201
----------------------------------

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

Reply via email to