Linux-Networking Digest #588, Volume #10         Mon, 22 Mar 99 02:13:36 EST

Contents:
  Re: cable modem and pnp ethernet card ("Stressed")
  Linux 2.2.3 (Magnus & Tina)
  Re: help connect to isp (Marc Hering)
  Re: reverse telnet ("Kevin P. Knox")
  Re: Unable to logon at console after kernel 2.2.3-2 upgrade! ([EMAIL PROTECTED])
  Ip masquerading on SuSE6.0 (Marc Hering)
  Re: Win98 & Linux dont see eath other (Sami Yousif)
  So close - need dsl DNS help ("Ben Goble, Lakewood Colorado")
  Re: trying Linux DNS : No response from server msg (Robert Lynch)
  Re: So close - need dsl DNS help (Marc Hering)
  Re: MARS_NWE - Configuration Problems ("Jase")
  Re: ZyXEL Omni TA128 (Tim Russ)
  PPP script redials? and automation? (nine99)

----------------------------------------------------------------------------

From: "Stressed" <[EMAIL PROTECTED]>
Subject: Re: cable modem and pnp ethernet card
Date: Mon, 22 Mar 1999 05:14:22 GMT

First, and obviously, are you sure about the io and irq values? And in the
example you give, you're missing a "0" (zero) that should be there. It
should read, "io=0x0230" according to my knowledge of the literature, (if
230 is the correct value). I don't know if this would have an effect or not.

Next, PNPTOOLS works great, but PnP is volatile and if you intend to assign
other cards later for a local network, you'll probably run into problems.

A problem with ifconfig is - you could run an "ifconfig" that would show a
valid "ethx", but you'd never actually get the card to work if the values
were "wrong". Meaning, you could "modprobe" an incorrect value, not recieve
an error message, and never know it under certain circumstances.

Also, beware that in some cases, ifconfig will report what seems to be a
"bad" base address. For instance, if I manually set up a 3Com card I have to
use io=0x0240, ifconfig reports 0x0250, which is absolutely correct. It's in
the way ifconfig was designed.

FIX:

It seems that dhcpcd is not finding DHCP services on the wire:

You might try getting the epro disks from the Intel site, and making the
card non-PnP. Contrary to popular belief, the card(s) can be set up to work
in Windows 9x AND Linux in a non-PnP state, (in a dual or multi boot
system).

Then assuming you set the card up in ISA mode (as opposed to PnP) and used
the values (230 and 10), and assuming this is the first network interface
(network card), change to the /sbin directory and run these command lines:

modprobe eepro io=0x0230,irq=10
dhcpcd -h CC1011962-A eth0

Wait a few, and run:

ifconfig eth0

If:
your @Home provider has DHCP services running,
and your cable modem is attached correctly,
and your network card "works",

this will configure the device aliased as eth0 ---- meaning your first
network card will be assigned an IP address at very least. Some other things
are assigned my DHCP, but they're probably another story at this point.

NOTE:
If you're going to have sound or modem or anything else running later, avoid
using irq and base addresses that they'll need. For instance, 230 may be
overlapped by a soundblaster or compatible which uses 220 - I don't know for
sure. This would mean that once you're up and running with @Home, then later
on you install a sound module using soundblaster defaults, (which most do),
your network interface configuration would probably fail.

I have a paper I've written to manually/automatically set up a cable modem.
My example situation is as follows:

OS is redhat linux 5.2
cable modem attached to @Home network
based in Baltimore (optional)
which uses DHCP services (some providers do not use DHCP)

If your system meets that criteria or if you feel you could make changes
where necessary and you're still having problems, I can e-mail you the paper
if you'd like me to. Send a request to [EMAIL PROTECTED] . The paper also
explains connecting a LAN to the Linux box and using basic IP masquerading
to share the cable connection with nodes on the LAN.












David Bazell wrote in message ...
>Hi
>
>I have been looking at all the information on getting my cable modem
>(motorola) working with the @home network.  i have a intel etherexpress
>pro/10+ (pnp enabled) card.
>
>I have gotten my system to recognize my card using isapnptools.  Then I
load
>the driver using /sbin/modprobe eepro io=0x230,irq=10
>
>If I then do ifconfig -a I get the eth0 interface recognized.
>
>I then run dhcpcd -d -h "cc1011962-a" to run in the foreground.  After
about
>a minute I get the message
>
>no DHCPOFFER
>
>Looks to me link I am not getting out of my computer. Any suggestions of
>what to try from here will be greatly appreciated.
>
>Thanks,
>
>Dave
>
>



------------------------------

From: Magnus & Tina <[EMAIL PROTECTED]>
Subject: Linux 2.2.3
Date: Mon, 22 Mar 1999 05:14:30 GMT

I get this error message when starting up 
dhcpd 2.0b1pl19 during boot.

dhcpd uses obsolete (PF_INET,SOCK_PACKET) 

What version should I use together with Linux 2.2.3 and where
can I get it?

/// Magnus Back
   


------------------------------

From: Marc Hering <[EMAIL PROTECTED]>
Subject: Re: help connect to isp
Date: Mon, 22 Mar 1999 05:23:56 GMT

Evangelos Tzannidakis wrote:
> 
> -- I had a dip script to connect me to my isp. It all worked fine, untill I
> changed isp.
>  A dip -t session revealed that here is no prompting for login or password
> just a bunch of
> #}y}}A} ..... or something like it. Windows seems to handle it ok, but with
> Linux? ...how?
> Thanks in advance.
> 
> Van Tzannidakis


sounds like the ISP is using a PAP or CHAP authentication,,,or they
could be using an NT server for authentication,,I am not sure how to set
up the dip script as I am using wvdial,,but there should be a how-to
regarding chap or pap :)
Good luck
Marc

------------------------------

From: "Kevin P. Knox" <[EMAIL PROTECTED]>
Subject: Re: reverse telnet
Date: Mon, 22 Mar 1999 00:44:15 -0500

We used to pull a similar trick at a site I worked at with our Cisco routers
and Linux boxes.  The Linux boxes were accessable via TCP/IP LAN, but had the
serial ports connected to the console ports of the Cisco routers.  Once logged
into the Linux box via ssh or telnet, we would use minicom and access the Cisco
via the serial ports.

... Kev


LP wrote:

> If the serial port is plugged into a TCP/IP-Aware computer (i.e. Linux), you
> could telnet to that computer and use a terminal program to access the
> serial port...
>
> If it is not connected to an IP-Aware computer, then you will need to get
> some sort of hardware which will do this translation.
>
> An alternative to the first situation might be to create some sort of tty
> loop between the Serial tty and the telnet tty - I've never done this, but
> it might enable you to avoid giving an account shell access and having to
> run Minicom...
>
> I believe the WindowsModem sharing mini-HOWTO might help with this - it
> talks about linking tcp/ip ports to Serial ports - however, there is no
> security there unless you use SSH or something similar.  Below is a script
> which I put in the file in.modemd:
> #!/usr/bin/perl
>     select((select(STDOUT), $| = 1)[$[]);
>     select((select(STDIN), $| = 1)[$[]);
>     exec 'cu -s 115200 -l /dev/ttyS1';
>     die '$0: Cant exec cu: $!\n';
> I added the following line to inetd:
> modem stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.modemd /dev/ttyS1
> and added the 'modem' service to /etc/services:
>     modem           2006/tcp        modemd
>
> Note, though, that this doesn't use any security!
>
> As for having access to many serial ports, you could have multiple modemd
> services on different ports linked to different serial devices...Or, if
> you're good with perl, perhaps you can script something better!
>
>     -LP
> David Morgan wrote in message <[EMAIL PROTECTED]>...
> >I need to be able to go over a TCP/IP network, and establish a
> >connection to a serial port on another computer to a separate
> >non-TCP/IP device connected off the serial port.  I would like to be
> >able to assign a name to this serial port, as there really could be
> >many of them with external equipment to choose from.  I need to be
> >able to do this to talk over the net to the distant machine that is
> >not net-aware.
> >
> >Any advice on what techiniques can do this would be welcome.  I have
> >read that this might be called reverse telnet by Cisco.
> >


------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.admin
Subject: Re: Unable to logon at console after kernel 2.2.3-2 upgrade!
Date: 22 Mar 1999 00:37:56 -0500
Reply-To: [EMAIL PROTECTED]


> Sounds like your login process (/bin/login) can't start you login shell
> program (tcsh, bash, pdksh). I would start in single usermode
> (LILO prompt type kernel name and single:
> example:  llilo:  linux single <ret>
> )

Yeah, but if he can't log in as root, he may not be able to enter
'single' mode...  (It could attempt to run the root shell and fail
immediately.)

In this rare circumstance, he could try a flag at the LILO prompt
like:

LILO> linux init=/bin/bash
or
LILO> linux init=/bin/tcsh

That should -- and I emphasize *SHOULD* -- get him into linux in an
extremely stripped down mode.  He may still need to remount '/' in rw
mode...

But, as a last-ditch effort...


   -David.


------------------------------

From: Marc Hering <[EMAIL PROTECTED]>
Subject: Ip masquerading on SuSE6.0
Date: Mon, 22 Mar 1999 05:53:02 GMT

Hey all, 
        I have successfully set up IP forwarding and masquerading on several RH
boxes, I have since switched to SuSE6.0 and I am trying to set up my box
to share my modem with my internal network.  

SuSE box:
ppp0> dynamic IP address

eth0> 192.168.1.1 Netmask 255.255.255.0 (all Netmasks are same)

Stargate:

IP 192.168.1.2
Default GW is set to 192.168.1.1

Hades:

eth0> 192.168.1.3
Default GW set to 192.168.1.1

I have enabled IP forwarding via yast (as well as rebuildin kernel to
incluse support for firewalling according to the how-to)and I set my
ipfwadm rules (still kernel 2.0.36) as follows

ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0
ipfwadm -A -l


Everything on my internal network functions correctly,,I can ping all
boxes from everyone,,and I can mount my NFS shares via my SuSE box (my
main workstation) and I can smbmount all NT shares that are on stargate
I cannot however ping the modem's ip address from anyone but the
localhost (internet on the box iteslf works fine), nor can I access the
internet from my RH box or my NT box,,

I reread the how-to and tried the following

echo "1" > /proc/sys/net/ipv4/ip_forward
rebooted,,nothing

then 

tried some different ipfwadm rules as follows

ipfwadm -F -p deny 
ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0 

also tried

ipfwadm -F -p deny 
ipfwadm -F -a masquerade -S 192.168.1.0/24 -D 0.0.0.0/0

nothing works,,when booting I used to get a message about disabeling
ipforwarding,,after enableing in yast I do not get that message
anymore,,,so I was assuming that it was enabled

anyone know a SuSE specific How-to or know what I am forgetting to do???

My THanks in advance!

Ps, Please reply to email as well as NG :)
[EMAIL PROTECTED]

------------------------------

From: Sami Yousif <[EMAIL PROTECTED]>
Subject: Re: Win98 & Linux dont see eath other
Date: Mon, 22 Mar 1999 00:01:08 -0600
Reply-To: [EMAIL PROTECTED]

[snip description]

> Problems:
> 1. Everytime I want to ping from win98 the dial-up networking wants to
> assume control and initiate a dialup session, therefore bypassing the local
> intranet.

These instructions are based on win95, but win98 does have a similar item....

in the control panel, internet
click on the "connection" tab, set it to "connect to internet using local area
network"


> Question:
> 1. How do I get win98 to look into the intranet for the linux host.domain.

You may need to install a DNS server on the linux box. An easier item would be
to keep a manually updated c:\windows\hosts file..

>

> 2. Is there a trick to get the linux machine to notice the win98 on the
> intranet.
>

Samba?

You are not clear here by what you mean...


-
--
---
Sami Yousif

mailto:[EMAIL PROTECTED]
http://www.mav.net/teddyr/syousif
http://www.alug.org/

[eMail sent to any of my addresses is subject to the Conditions outlined
in http://www.mav.net/teddyr/emailtos.shtml]

[Note: I no longer support ARNet (arn.net) as an ISP nor WTAMU
(wtamu.edu) as an educational institution nor LEK (lektech.com) as a
Computer Supplier] {http://www.mav.net/teddyr/access/banned.shtml}

[heard somewhere: "You have the right to remain clueless. Anything you
know may be used against you in a court of law"]

Another day, so many more LARTS to go. [BOFH, BUFH, JOAT]

"Understanding is a three edge sword: Our side, Their Side, and the
Truth" Babylon 5

<time is on my side>

Tuesday, January 19th 2038, 03:14:07 UTC: Are YOU Ready?




------------------------------

From: "Ben Goble, Lakewood Colorado" <[EMAIL PROTECTED]>
Subject: So close - need dsl DNS help
Date: Sun, 21 Mar 1999 22:35:49 -0700



I am so close with my USWest dsl setup on Redhat 5.2 kernel 2.2.2

I can read and write to newsgroups and mail in Netscape only because I entered
the IP numbers for news group server and mail server.  It would not take domain
names.

I can ping and ftp using using IP numbers.  I can use dnsquery from the command
prompt to look up IP numbers.

In Netscape I can go to URLs if I use IP numbers but if I use domain names it
complains about not having DNS server.

ifconfig shows:

 ifconfig
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:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:10:4B:C4:A8:A4
          inet addr:209.180.253.44  Bcast:209.180.253.255
          Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0
          Interrupt:11 Base address:0x300


dhcpc made this /etc/dhcpc/dhcpc-et0.info  file:

IPADDR=209.180.253.44
NETMASK=255.255.255.0
NETWORK=209.180.253.0
BROADCAST=209.180.253.255
GATEWAY=209.180.253.254
HOSTNAME=
DOMAIN=dnvr.uswest.net
DNS=206.196.128.1
DHCPSIADDR=172.16.2.180
DHCPSHADDR=00:00:0C:5B:CE:50
DHCPSNAME=
LEASETIME=14400
RENEWALTIME=7200
REBINDTIME=12600

and dhcp made a /etc/dhcp.config  file that contains

       server-identifirer  172.16.2.180

I feel that there is some (hopefully) small item I am over looking in my setup.

Any suggestions would be appreciated and I want to thank all who have helped
me get this far.








--
Ben Goble  Lakewood,  Colorado  USA
bgoble at uswest dot net   bgoble at nyx dot net   bgoble at chisp dot net
A Stranger and a Pilgrim on the Earth

------------------------------

Date: Sun, 21 Mar 1999 21:43:02 -0800
From: Robert Lynch <[EMAIL PROTECTED]>
Subject: Re: trying Linux DNS : No response from server msg

Jorge Nagasaki wrote:
> 
> I have one Linux machine and one NT machine in a LAN, and are
> learning about DNS configuration on Linux ( You could why I do
> want DNS in such a configuration, I m just leraning ...)
> I setup DNS reading the DNS-HOWTO and used some default sample
> files in the RH5.2.
> When I do a nslookup on Linux machine I get the messages (that's looks
> good):
> >Server: localhost
>   Address: 127.0.0.1
> 
> and then if I enter the linux host name:
> #machine1
> 
> I get the message:
> >localhost can't find machine1: No response from server
> 
> Can you help to figure out what is wrong?
> Many thanks (I  m a beginner in DNS ..)

I had this problem and it turned out I did not have a running loopback
device.

Check this by running /sbin/ifconfig:

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:15403 errors:0 dropped:0 overruns:0
          TX packets:15403 errors:0 dropped:0 overruns:0
...

Just a suggestion.

Bob L.
-- 
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/

------------------------------

From: Marc Hering <[EMAIL PROTECTED]>
Subject: Re: So close - need dsl DNS help
Date: Mon, 22 Mar 1999 05:57:11 GMT


edit your /etc/resolv.conf and add the following line

nameserver 206.196.128.1


send a SIGHUP to the inetd and all should be fine :)
cheers

Marc :)



"Ben Goble, Lakewood Colorado" wrote:
> 
> I am so close with my USWest dsl setup on Redhat 5.2 kernel 2.2.2
> 
> I can read and write to newsgroups and mail in Netscape only because I entered
> the IP numbers for news group server and mail server.  It would not take domain
> names.
> 
> I can ping and ftp using using IP numbers.  I can use dnsquery from the command
> prompt to look up IP numbers.
> 
> In Netscape I can go to URLs if I use IP numbers but if I use domain names it
> complains about not having DNS server.
> 
> ifconfig shows:
> 
>  ifconfig
> 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:18 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0
> 
> eth0      Link encap:Ethernet  HWaddr 00:10:4B:C4:A8:A4
>           inet addr:209.180.253.44  Bcast:209.180.253.255
>           Mask:255.255.255.0
>           UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:16 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:9 errors:0 dropped:0 overruns:0 carrier:1
>           collisions:0
>           Interrupt:11 Base address:0x300
> 
> dhcpc made this /etc/dhcpc/dhcpc-et0.info  file:
> 
> IPADDR=209.180.253.44
> NETMASK=255.255.255.0
> NETWORK=209.180.253.0
> BROADCAST=209.180.253.255
> GATEWAY=209.180.253.254
> HOSTNAME=
> DOMAIN=dnvr.uswest.net
> DNS=206.196.128.1
> DHCPSIADDR=172.16.2.180
> DHCPSHADDR=00:00:0C:5B:CE:50
> DHCPSNAME=
> LEASETIME=14400
> RENEWALTIME=7200
> REBINDTIME=12600
> 
> and dhcp made a /etc/dhcp.config  file that contains
> 
>        server-identifirer  172.16.2.180
> 
> I feel that there is some (hopefully) small item I am over looking in my setup.
> 
> Any suggestions would be appreciated and I want to thank all who have helped
> me get this far.
> 
> --
> Ben Goble  Lakewood,  Colorado  USA
> bgoble at uswest dot net   bgoble at nyx dot net   bgoble at chisp dot net
> A Stranger and a Pilgrim on the Earth

------------------------------

From: "Jase" <[EMAIL PROTECTED]>
Subject: Re: MARS_NWE - Configuration Problems
Date: Mon, 22 Mar 1999 17:19:38 +1100

Hi,

Thanks for your help.

IPX is running. ifconfig indicates that it is working ok. I have succesfully
connected to my existing Novell client, and mounted drives from that. No
problems at all.

Slist shows my existing server.

When I run nwserv, it starts up fine, gives no indication of problems, but
slist (run from the linux server) does not show it, and no other Win95 or
WinNT system can see the mars server.

I have visited the web site, but it doesn't seem to have anything that
applies to me.

Here is the output from ifconfig:

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:5271 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5271 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:4F:56:00:E9:EC
          inet addr:192.9.200.4  Bcast:192.9.200.255  Mask:255.255.255.0
          IPX/Ethernet 802.2 addr:00000012:004F5600E9EC
          IPX/Ethernet 802.3 addr:A0000001:004F5600E9EC
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1380849 errors:0 dropped:0 overruns:0 frame:81
          TX packets:1702601 errors:0 dropped:0 overruns:0 carrier:0
          collisions:16084
          Interrupt:10 Base address:0x280

george m hoffman md <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> it sounds like you haven't configured IPX networking.  read IPX_HOWTO
> for a start.  type 'ifconfig' - does it show any IPX interfaces running?
> if not, run 'ipx_interface -add eth0 frame_type'
> where frame_type is 802.2, 802.3, ethernet_ii etc...
> or, in your configuration, set IPX_AUTO = on (this may cause other
> problems in mixed networks)
> once you get IPX network running, you should be able to 'slist' to see
> other netware servers as a test.  if this works, run mars again.
> also refer to the website http://www.compu-art.de/mars_nwe/index.html
> --
> George M Hoffman MD
> Anesthesiology & Critical Care
> Medical College of Wisconsin
> Children's Hospital of Wisconsin
> 414-266-3388 (voice)
> 414-266-3563 (fax)
> <[EMAIL PROTECTED]>



------------------------------

From: Tim Russ <[EMAIL PROTECTED]>
Subject: Re: ZyXEL Omni TA128
Date: 22 Mar 1999 06:31:59 GMT

I am having a very similar problem trying to use a TA128 under RH5.1 with 
Diald.  Setting the TA128 into Async-Sync PPP mode I can get a connection, 
but it doesn't look as if I ever get a logon prompt.  Using Minicom I get 
the CONNECT 115200/PPP  64000/NONE line, and then 'garbage'.

Any help readily accepted.

Cheers,
THR

Chiyu Wang wrote:
> Hello,
> 
> When I use Windows 95 & NT Dialup Netwoking to dial out to a remote
> access server through ZyXEL Omni TA128, it works well. However, for the
> same PC/TA/line/switch interface, I can not make a call under Linux
> Minicom or Windows HyperTerminal. (My goal is to make calls by pppd,
> since 48 these TAs are controlled via Cyclades serial extender.) Below
> are screen captures for both environments.
> 
> ========== screen capture for HyperTerminal =============
> at
> OK
> at&fb40&j3
> OK
> atdi50122
> CONNECT 115200/PPP  64000/NONE
> ~ }#�!}!}-} }4}"}&} } } } }#}$�#}%}&.��}!�'~ }#�!}!}.} }4}"}&} } }
> }}#}$�#}%}&.
> ��}!v�~ }#�!}!}/} }4}"}&} } } } }#}$�#}%}&.��}!?})~ }#�!}!}0} }4}"}&} }}
> } }#}$
> �#}%}&.��}!�/~ }#�!}!}1} }4}"}&} } } } }#}$�#}%}&.��}!��~
> }#�!}!}2}}4}"}&} } }
> } }#}$�#}%}&.��}!u}!~ }#�!}!}3} }4}"}&} } } }
> }#}$�#}%}&.��}!<�~}#�!}!}4} }4}"}
> &} } } } }#}$�#}%}&.��}!�r~ }#�!}!}5} }4}"}&} } } }
> }#}$�#}%}&.��}!��~}#�!}!}6}
>  }4}"}&} } } } }#}$�#}%}&.��}!s\~ }#�!}!}7} }4}"}&} } }
> }}#}$�#}%}&.��}!:�~
> NO CARRIER
> 
> 
> ========== screen capture for Linux =============
> [root@LAB-linux root]#minicom ttyC48
> Welcome to minicom 1.82
> 
> OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n 
> Compiled on Oct  1 1998, 23:34:55.
> 
> Press CTRL-A Z for help on special keys
>                                                                        
> ATZ B40                                                                
> OK                                                                     
> atdi50122                                                              
>                                         
> CONNECT 115200/PPP  64000/NONE          
>                                         
> NO CARRIER  
>                 (<== it hangs there)                            
> 
> =========================
> 
> Can anyone please tell how I can troubleshooot these and how I can get
> rid of these junk characters for HyperTerminal and make a connection
> established?
> 
> Thanks,
> 
> Chiyu Wang


==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

------------------------------

From: nine99 <[EMAIL PROTECTED]>
Subject: PPP script redials? and automation?
Date: 22 Mar 1999 06:32:26 GMT

I've failed miserably in installing and configuring diald.

I was wondering.. is there a way i can obtain or setup scripts that will
listen for when my ppp connection drops and then will re-execute the
ppp-on  chat script?

I would like it to autoredial so it appears i have a fulltime connection...
and it also needs to coincide with my dynamic dns updater.. which needs to
be ran after connection everytime to update the dns tables


Any help with how this could be done would be appreciated

Thanks

[EMAIL PROTECTED]


==================  Posted via SearchLinux  ==================
                  http://www.searchlinux.com

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to