Linux-Networking Digest #99, Volume #10           Wed, 3 Feb 99 15:13:44 EST

Contents:
  Re: DHCP to fixed IP (Peter Greenwood)
  Re: having trouble configuring mgetty (M. Buchenrieder)
  2.2 Kernel and Tunnelling (Malay Shah)
  Re: UDP fwding in 2.0.36 for battlenet (Patrick Atoon)
  routing with two ethernets ("toni")
  Re: UDP fwding in 2.0.36 for battlenet (Patrick Atoon)
  Linux who ami fails !? ("Mark Bramwell")
  DHCP client (dhcpcd) for Caldera 1.3? ("Wadels")
  Re: UDP fwding in 2.0.36 for battlenet (Doug Goldstein)
  format of /etc/hosts file (Neil Zanella)
  Re: Strange prob w/telnet (Jeremy Mathers)
  IP Masqing/ipautofw (Doug Goldstein)
  Need Kinston KNE20PnP driver (Sean Pearce)
  Re: edge router can't see out (Wendel Leibe)
  Re: ???:Odd Masqu "Problem"??? (Jim Harper)
  Re: Romote "root" login (Raymond Morsman)
  Re: syslogd and high cpu loads ("J. S. Jensen")
  Scanner and Samba (Paul  Stroud)
  Help! Can't FTP behind Edge router... (Willy Mene)
  Re: Can't telnet (wierd) (Gordon Dailey)
  Problem with token ring networking (Aveek Datta)
  lpd won't execute filter script ([EMAIL PROTECTED])
  Re: Turning off ppp noise from modem? ([EMAIL PROTECTED])
  Re: Lost Ability To Go Online After Recompiling (Alan Fried)
  Re: X-Window with trident 9680 ([EMAIL PROTECTED])
  Re: 3com officeconnect sugestions ("Mark Kelly")
  Re: Problems involving small Linux / NT network ([EMAIL PROTECTED])

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

From: [EMAIL PROTECTED] (Peter Greenwood)
Subject: Re: DHCP to fixed IP
Date: 3 Feb 1999 02:10:50 GMT

In article <797pnc$32j$[EMAIL PROTECTED]>,
        "Bob Stickel" <[EMAIL PROTECTED]> writes:
<snip>
>have the default gateway ip, dns ip, etc. but haven't figured out why I
>can't use them after I change the values for network config. As long as I
>leave dhcp enabled, I'm good on the network but if I change to the addresses
>for fixing the ip, I'm dead....

Some suggestions:

i)      Is anyone else using your IP address?  Try "tcpdump host
        <fixed_IP>" while using dhcp

ii)     Are you sure you have the right netmask, broadcast addr etc.
        configured?

iii)    Can you ping the DNS server?  Can you ping other devices if you
        use IP addresses rather than names?  If so, check your name service
        setups.
        
iv)     If all else fails, study the manpage for tcpdump and start looking
        at what's going on on your network ... :(
-- 
        Peter Greenwood         [EMAIL PROTECTED]
Email advertisements received at this site are subject to a handling charge
of TWENTY-FIVE POUNDS STERLING.  By sending such material you agree to be
bound by this condition.


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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: having trouble configuring mgetty
Date: Tue, 2 Feb 1999 22:57:17 GMT

[...]

Daddy Rabbit wrote:

>> Depending in the setting of inittab I keep getting:
>> INIT: Id "2" respawning too fast: disabled for 5 minutes

Incorrect modem init string or invalid entry in /etc/inittab

>> 
>> According to the manual re-initializing inittab should cure the
>> problem. It doesn't.

Re-initializing without solving the problem for sure won't help.

>> 
>> I included the following files to help in diagnosing the problem.
>> 

[...]

>> inittab (non-applicable lines were purged for clarity)
>> 
>> # Run gettys in standard runlevels
>> 1:12345:respawn:/sbin/mingetty tty1
>> 2:2345:respawn:/sbin/mgetty -m "" atz -s 19200 -x 3 tty2
                                ^^^^^^                 ^^^^^
Argh.

Rubbish. 

1.) "Man mgetty"  would have told you that you have to 
put the various arguments following the "-m" option into 
quotation marks. Try it again with
mgetty -m '"" atz' -s 19200 -x 3 ttyS2

2.) Use the correct terminal name. tty2 would be a local console
instead of a modem device / serial port .

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
   Note: If you want me to send you email, don't mungle your address.

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

From: Malay Shah <[EMAIL PROTECTED]>
Subject: 2.2 Kernel and Tunnelling
Date: Wed, 03 Feb 1999 02:40:51 GMT

Hi, I was wondering how to setup tunnelling with the 2.2 Kernel.  I have
the tunl0 device loaded and assign it a IP address and it automatically
assigns a route for itself and it doesn't allow me to delete the route
or add another one, what should I do to  fix this?  Thanks.

Malay Shah


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

From: Patrick Atoon <[EMAIL PROTECTED]>
Subject: Re: UDP fwding in 2.0.36 for battlenet
Date: Wed, 03 Feb 1999 17:43:23 +0100

Doug Goldstein wrote:
 
> I got Starcraft/Brood War workin with these commands in
> /etc/rc.d/rc.local
> 
> /usr/sbin/ipautofw -A -r tcp 6112 6112 -h 192.168.1.2
> /usr/sbin/ipautofw -A -r udp 6112 6112 -h 192.168.1.2
> 
> Right after the ipfwadm commands. Diablo is suppose to work with this:
> 
> /usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 116
> /usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 118
> 
> But it complains to me that my network connection is too poor. BTW you
> will get all red bars in channels in BNet. Don't pay attention to that,
> it's not true.

These last two lines didn't work for me. I switched to a 2.2 kernel
and the first two lines did work, no red bars whatsoever and no
complaint about a poor network.

However, those two lines also make sure that 192.168.1.2 is the
only host that can play battle.net. Is there a trick to allow
more hosts to play?

Greetings,

Patrick

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

From: "toni" <[EMAIL PROTECTED]>
Subject: routing with two ethernets
Date: 3 Feb 1999 16:51:31 GMT

MIQUEL

I have two ethernets on one machine, and I have problems to configure the
router.
Please can someone help me.
thanks.




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

From: Patrick Atoon <[EMAIL PROTECTED]>
Subject: Re: UDP fwding in 2.0.36 for battlenet
Date: Wed, 03 Feb 1999 17:45:36 +0100



Dan Kegel wrote:
> 
> Mark schrieb:
> > > ipautofw -A -r tcp 6112 6112 -h <IP address of local machine>
> > > ipautofw -A -r udp 6112 6112 -h <ditto>
> > I got that and tried it. Didn't work. <sigh>
> >
> > Well, I dl'd the 2.2.1 kernel last night and will try installing
> > that and see what happens.
> 
> I hear that Starcraft works out-of-the-box with 2.2's masq.

Diablo (also uses battle.net) didn't work out of the box, I had
to use "ipmasqadm autofw".

Greetings,

Patrick

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

From: "Mark Bramwell" <[EMAIL PROTECTED]>
Subject: Linux who ami fails !?
Date: Wed, 3 Feb 1999 12:01:44 -0500

I can no longer do any of the following:

who
who ami
last

utmp and wtmp appear to be there and have the correct perms/ownerid.

who ami  says the following:
[root@ashley log]# who ami
while opening UTMP file: No such file or directory
while opening UTMP file: No such file or directory

Any ideas?

If I "cat /var/log/wtmp", it appears to have the stuff.





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

From: "Wadels" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.caldera
Subject: DHCP client (dhcpcd) for Caldera 1.3?
Date: Wed, 03 Feb 1999 15:13:44 GMT

Help?

DHCP is a common reality, but Caldera doesn't seem to support its client or
be interested. "Our OpenLinux distribution currently does not include a DHCP
client. So it isn't something that we are familure with to even give you
some pointers." (End of knowledge base entry)

So, I searched for a general use DHCP client, to find dhcpcd v. 1.3 from
Phystech (or something like that). It looks great, except that its readme
warns that it will not even compile without Glibc2. I know Caldera has
glibc2 _runtime_ libraries, so my question is, will this suffice? Has anyone
tried it?

If it cannot be made to work, does anyone have a dhcpcd ver. 0.70 or better
that was made for libc5 systems (Caldera or RedHat 4.2)?

Thanks.



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

From: Doug Goldstein <[EMAIL PROTECTED]>
Subject: Re: UDP fwding in 2.0.36 for battlenet
Date: Wed, 03 Feb 1999 03:27:47 GMT

I got Starcraft/Brood War workin with these commands in
/etc/rc.d/rc.local

/usr/sbin/ipautofw -A -r tcp 6112 6112 -h 192.168.1.2
/usr/sbin/ipautofw -A -r udp 6112 6112 -h 192.168.1.2

Right after the ipfwadm commands. Diablo is suppose to work with this:

/usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 116
/usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 118

But it complains to me that my network connection is too poor. BTW you
will get all red bars in channels in BNet. Don't pay attention to that,
it's not true.

If you need other apps to work check out this page:

http://dijon.nais.com/~nevo/masq/

Hope this helps,

Doug Goldstein


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

From: Neil Zanella <[EMAIL PROTECTED]>
Subject: format of /etc/hosts file
Date: Tue, 2 Feb 1999 22:44:34 -0330


Hello,

I would like to know what exactly determines the format of the /etc/hosts 
file on a system.

If anyone could give me a complete description or point me to a document that

deals with it I would be very glad. I wish "man hosts" gave me some 

information but I was not lucky.

Thanks for your help,

Neil Zanella
[EMAIL PROTECTED]

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

Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
From: [EMAIL PROTECTED] (Jeremy Mathers)
Subject: Re: Strange prob w/telnet
Date: Wed, 3 Feb 1999 03:23:51 GMT

In article <797v3b$ild$[EMAIL PROTECTED]>,
John Strange <[EMAIL PROTECTED]> wrote:
>Works as designed. 
>This is a security feature.
>Create a user account for yourself on
>the target machine.  Rlogin/telnet what ever.
>su - root  make your changes.

Nope.  Mark yourself down 4 points on reading comprehension skills.

I know the answer to this one, but I don't think I am allowed to say it.
(It's an "Emperor's new clothes" sort of thing...)


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

From: Doug Goldstein <[EMAIL PROTECTED]>
Subject: IP Masqing/ipautofw
Date: Wed, 03 Feb 1999 03:31:56 GMT

I'm havin a little problem with my IP Masqing if someone can help. I
have my Linux box plugged directly to the net on a static IP. Then my
Win98 box connected to the Linux box on an network. Standard IP Masq
stuff. But once in a while the Win98 box will lose connection to the
internet.
Usually openning a telnet session into the Linux box using my internal
network IP (Internet IP will say unable to connect to host) will start
that up again. Any suggestions?



Also I've been having a problem with Diablo. It tells me my connection
is too poor to play a game but I can chat. Also says I'm not processing
any UDP packets. I was told I needed this setup for Diablo in
/etc/rc.d/rc.local

/usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 116
/usr/sbin/ipautofw -A -r udp 6112 6112 -c tcp 118

Which obviously doesn't work to well for me.

Any help? Suggestions? Comments?

Thanks,

Doug Goldstein


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

From: Sean Pearce <[EMAIL PROTECTED]>
Subject: Need Kinston KNE20PnP driver
Date: Wed, 3 Feb 1999 17:26:35 GMT

Does anyone have a Linux driver for the Kinston Ethernet card KNE 20
PnP, or similar cards (As I am resonably new to Linux installation
instructions would be useful)

Thanks

Sean Pearce

PS:  I use SuSE


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

From: [EMAIL PROTECTED] (Wendel Leibe)
Subject: Re: edge router can't see out
Date: Wed, 03 Feb 1999 03:38:42 GMT

I have been trying the exact same setup, and I have the exact same
problem.  I have been working on it and I believe the problem has to
do with setting the gateway ip number for the external NIC.  The DHCP
setup works on the internal network, both network cards are recognized
by linux, and I can even ping the ISDN gateway router from behind the
firewall, but I can't figure out how to make the linux box forward
packets to the ISDN router so that I can get out to the web from
behind the firewall.  If any one knows how to solve this problem your
help would be greatly appreciated.

All and all though my complements to Fireplug.net and their Edge
router for the other things that work right out of the box.

Wendel

On Mon, 1 Feb 1999 10:40:10 -0800, [EMAIL PROTECTED] (douglasf)
wrote:

>I have been trying to get the edge router setup to work on our network
>and have run into a little problem.  Our situation is an ISDN line in
>from our IP provider with a local network range of address 38.200.25.0 -
>255, which are accessible from the outside world.
>
>So, I set my old 486 box (with 2 NIC's) at 38.200.25.212 external and
>192.168.1.254 internal, and set a couple of other machines up on the
>internal private network.  Now, from the internal network I can ping all
>the internal (192.168.1.0-.255) and the external machines
>(38.200.25.0-.255).  I can even mount an external netatalk server
>(38.200.25.112) on an internal (192.168.1.54) machine.  But from the
>internal network I can not get out to the web.
>
>Our DNS is set to 38.5.200.2, and out ISDN router is 38.200.25.1. I was
>using the edge 0.6 release and had setup the network.txt file with all
>the above values.  I'm sure this is some simple thing that I didn't put
>in the right place, but I have exhausted my very limited knowledge.
>
>Any help is much appreciated.
>
>Douglas
>


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

From: Jim Harper <[EMAIL PROTECTED]>
Subject: Re: ???:Odd Masqu "Problem"???
Date: Wed, 03 Feb 1999 04:21:09 GMT

"Douglas E. Mitton" wrote:
> 
> I am experiencing an odd "problem" in my IP Masq operation ... it
> happened with V2.0.36 and ipfwadm and is still occuring with V2.2.1
> and ipchains.
> 
> The problem is that when I access a web page with graphics (?) on the
> same subnet as me and my ISP and only from the PC behind my "firewall"
> some graphic images refuse to complete loading.

I get the same thing on my Win95 machine which is behind a firewall.

If your situation is like mine, my ISP has local "members only" pages
that reference http://www/somepage.html. The problem stems from the fact
that when your browser sees a request for a page on the host "www", DNS
assumes that it is on the local network (198.168.x.x in my case) behind
the firewall. Of course if you don't have a local host on your local lan
named www, you'll never get the page. 

In my situation, I'm able to get the pages by typing in the FDQN (Fully
Qualified Domain Name) as www.myprovider.com/somepage.html, or by using
the ip address. However, like your situation, I don't see any graphics
due to the way in which the page HTML was written.

If they enter an IMG tag like:

<IMG SRC="http://www/graphics/some.gif">

Then once again your browser will not be able to find the host "www" on
which the image is located.

Running a proxy server to retrieve the pages would probably solve the
problem. That way the ISP side of your firewall would make the request
for the page and forward it to your local host.

I don't have much experience with proxy servers, so I you'd have to dig
for more information on them than I can provide.

Anyone else have a solution to this problem?

-Jim

Remove the obvious portion of my address to respond

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

From: Raymond Morsman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.admin,comp.os.linux.help,nl.comp.os.linux
Subject: Re: Romote "root" login
Date: Wed, 3 Feb 1999 15:44:32 +0100

On 3 Feb 1999 [EMAIL PROTECTED] wrote:

> In nl.comp.os.linux Raymond Morsman <[EMAIL PROTECTED]> wrote:
> > You can rename the root user to anything you like. Cronjobs may complain, 
> > but you can fix that by making a disabled root user.
> 
> I know but let's stay with both feet on the ground -- not many systems will
> have this. 

And that's too bad... It's one of those little things that makes the differ- 
ence between ordinary and bastion hosts.

Met de vriendelijke groeten,

Raymond.


Engram, n.:
        1. The physical manifestation of human memory -- "the engram."
2. A particular memory in physical form.  [Usage note:  this term is no longer
in common use.  Prior to Wilson and Magruder's historic discovery, the nature
of the engram was a topic of intense speculation among neuroscientists,
psychologists, and even computer scientists.  In 1994 Professors M. R. Wilson
and W. V. Magruder, both of Mount St. Coax University in Palo Alto, proved
conclusively that the mammalian brain is hardwired to interpret a set of
thirty seven genetically transmitted cooperating TECO macros.  Human memory
was shown to reside in 1 million Q-registers as Huffman coded uppercase-only
ASCII strings.  Interest in the engram has declined substantially since that
time.]
                -- New Century Unabridged English Dictionary,
                   3rd edition, 2007 A.D.


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

From: "J. S. Jensen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.misc
Subject: Re: syslogd and high cpu loads
Date: Wed, 03 Feb 1999 11:19:36 -0700

"Frank J. Dziuba" wrote:

> The syslogd process stays at about 70% cpu load!

Is that CPU utilization or CPU load?  Load is not expressed in percentages,
rather abosolute values.  Is your load average staggering around 1.0?  Or do you
just see 70% as the ps output.  This is the time used over the time the process
has been running (or in the run-queue), and does not indicate it is directly
using 70% of the machines resources.  It almost means that 30% of the time it
sits in the run queue, something else is being scheduled.

> When we do some analysis on it we see what appears to be a lot or DNS lookups
> on the
> sending hosts.

Place the IP address instead of the hostname in the the syslog.conf file.

Again, what is your 10 and 15 minute load averages?

--
J. S. Jensen
mailto:[EMAIL PROTECTED]
http://www.Paramin.COM



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

From: Paul  Stroud <[EMAIL PROTECTED]>
Subject: Scanner and Samba
Date: 3 Feb 1999 18:48:46 GMT

Forgive me if this has been asked and answered before! Is there any way I 
can hang a scanner off my linux box and access it via Samba from my 95 bawx?
Is there any other way this can be accomplished?

Thanks in advance

Paul

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

From: [EMAIL PROTECTED] (Willy Mene)
Subject: Help! Can't FTP behind Edge router...
Date: 3 Feb 1999 18:28:54 GMT

I've installed the Edge router from edge.fireplug.net to help my LAN 
share a cable modem connection. IP Masquerading works for the most part.  I 
have it up and running, and Web and telnet work.  However, when using a box 
behind the firewall, FTP will hang if I try to use dir or get.  Running 
lsmod on the router shows that the ip_masq_ftp module is up and 
running.  I've also tried to FTP using PASV mode, still no go.  Is there 
something that I missed??? Any help is appreciated.

Willy    

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

Date: Tue, 02 Feb 1999 23:15:20 -0500
From: Gordon Dailey <[EMAIL PROTECTED]>
Subject: Re: Can't telnet (wierd)

Wade,
I had the same problem and it was indeed the /etc/resolv.conf file. In
my case, I did not have an entry for either "domain" or "search".  As
Joe noted, don't put in an entry for "nameserver" unless you are using a
DNS.  My file now looks something like this:

domain mydomain.com
search linux1.mydomain.com mydomain.com
nameserver 192.168.1.1

"mydomain.com" is the local domain (i.e., what you are calling your LAN)
and "linux1" is the machine name.  I think the search line is the
important one, but I'm not sure.  I haven't got the local DNS working
yet, but I do have a hosts file (/etc/hosts) set up. You might make sure
that file is set up properly as well.
--Gordon.

Wade Olsen wrote:

> Joe, Thanks for responding.
>
> I checked /resolv.conf and there are no servers listed. The file is
> empty. Any other ideas I might try? Techniques I might use to find the
> culprit? I don't know if this is an issue or not but my routing tables
> look like:
>
>      255.255.255.255 * 255.255.255.255 U 0 0  0 eth0
>      192.168.2.0         * 255.255.255.0     U 0 0  0 eth0
>      127.0.0.0             * 255.0.0.0             U 0 0  1 lo
>
> I know the telnet software is installed and working since I can telnet
> from the local machine.
>
> Thanks for any help.
>
> Joe Klemencic wrote:
>
>> Check your /etc/resolv.conf file. Either ensure the DNS server(s)
>> are
>> accessible or remove them completely if not needed. It sounds like
>> it
>> is trying to resolve the host name (I have experienced this many
>> times
>> when others have tried to install and network Linux)
>>
>> On Wed, 27 Jan 1999 21:29:54 -0800, Wade Olsen
>> <[EMAIL PROTECTED]> wrote:
>>
>> >I have a wierd problem. From my Windows95 machine I can ping the
>> linux
>> >machine, send dhcp requests and get dhcp server responses, but I
>> can not
>> >telnet to the machine. If I run tcpdump on the linux machine I see
>> the
>> >packet come in but nothing goes out. If I run inetd in debug mode I
>>
>> >don't see any activity to make me think inetd ever sees the
>> packets. I
>> >have no ipfwadm rules and the default is accept for input, output
>> and
>> >forward.
>> >
>> >Any ideas?
>> >
>> >Wade
>> >
>


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

From: Aveek Datta <[EMAIL PROTECTED]>
Subject: Problem with token ring networking
Date: Wed,  3 Feb 1999 13:36:43 -0500

Hello,

I have a Redhat 5.0 box running an IBM token ring card. It has been
running fine for two weeks when suddenly it dropped off the network.

I came to the console and say, repeating every 2 seconds or so, the
following message:
        tr0: Unknown command 06 in arb

I tried to bring the tr0 interface down using /sbin/ifconfig tr0 down
but that failed too, giving me some sort of adapter error message.

I also could not reboot -- it froze when trying to 'Unmount remote
file systems' though the system has no such filesystems mounted.

After reboot the system came back up fine and was up overnight.
However when I returned the next morning the same scenario played
through again.

What's going on?

Is this a card problem or a network problem or something else?

Thank you for any help you can provide.
----
Aveek Datta
not speaking for my employer, who happens to be
IBM Global Services



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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc
Subject: lpd won't execute filter script
Date: Wed, 03 Feb 1999 18:49:23 GMT

What would keep lpd from executing a filter script on certain jobs or from a
certain host? I have the following entry in /etc/printcap (Redhat 5.0, kernel
2.0.33):

FSB3709E|LCPS1_FSB3709E|lcps1_fsb3709e:\
        :sd=/var/spool/lpd/FSB3709E:\
        :mx#0:\
        :sh:\
        :lf=/var/log/lpd-err:\
        :if=/var/spool/lpd/FSB3709E/print:\
        :lp=/dev/null:

the filter script is exceedingly simple (for testing):
#!/bin/sh
/bin/cat - > /tmp/lpdout.$$

If I send a job with lpr at the prompt of the local machine, the script is
executed. I have tested from other unix machines and even from a windows
machine and the script executes. There is one host that sends jobs, and lpd
accepts the job (confirmed with tcpdump), does not give any error to the log
file, but DOES NOT execute the script. The host is listed in hosts.lpd. If I
don't try to use an if= line, but just redirect to a printer with rm= and rp=
entries, then the job is processed.

The host that will not work is a mainframe over which I have no control, so I
must make my end work.

What could cause lpd to not execute the if= script for a particular host?? Is
this a bug?

Any ideas appreciated.


Doug Kite
Lenoir County MIS
Kinston, NC USA

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED]
Subject: Re: Turning off ppp noise from modem?
Date: 3 Feb 1999 04:51:51 GMT

[EMAIL PROTECTED] wrote:
>       I am running Slackware 3.6 with a USR 33.6 Sportster internal modem.  I
> think I have seen posted before how to turn off the ppp noise from the
> modem {some modem init string?} but I can't find the posting.  PPP has
> been setup and working fine for some time now thanks to pppsetup, and if
> I run into problems I know I can just tail -f /var/log/messages, so the
> modem noise is not necessary.  Anyone know how to put my
> hog-sounding-modem out of its misery? 

You need to set M0 (speaker always off) in the modem init string.  USR 
defaults to M1 (speaker on until connected).  You can add it to the PPP 
chat string or go into the modem, set M0 (using ATM0) and save it the 
modem's NVRAM (using AT&W0).  To do that, connect to the modem thus,

   cu -l /dev/cua?   (where ? is your modem comm port number - i.e. cua1)

then issue the modem commands

   ATZ      (reset the modem using stored NVRAM settings)
   ATM0     (speaker always off)
   AT&W0    (save current settings to NVRAM)
   ATZ
   ATI4     (this will display the current modem settings)

then disconnect by typing

   ~.       (~ = command escape,  . = end session)

You may have to open up the premissions on the cua? device to use 'cu'.

Good luck.

-- 
Charles Rutledge    |    Liberty is a tenuous gift.  Hard to win, easy
[EMAIL PROTECTED]    |    to give away, and no will protect it for you.

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

From: [EMAIL PROTECTED] (Alan Fried)
Subject: Re: Lost Ability To Go Online After Recompiling
Date: 3 Feb 1999 01:19:14 GMT

[EMAIL PROTECTED] (Darren Greer) wrote:

>When you were configuring your compile options.....did you make sure
>PPP support was selected?

Yes I did

>Also...what kernel did you compile?

The kernel that comes with Red Hat 5.1 which I
believe is 2.0.34


>And what were your exact steps to re-compiling


make mrproper
make xconfig
make dep
make clean
make zImage
make module_install
cp arch/i386/boot/zImage/boot/vmlinuz

I also tried a monolithic kernel with little
success.






>Darren
>
>
>On 2 Feb 1999 03:24:48 GMT, [EMAIL PROTECTED] (Alan Fried) wrote:
>
>-->I am using AT&T as an internet provider and have been
>-->successfully been able to log on until I recompiled.
>-->
>-->When I try to log on using ppp-on as the command I get
>-->the following error message:
>-->
>-->This system lacks kernel support for ppp. This could be
>-->because the PPP Kernel module is not loaded or because
>-->the kernel is not configured for ppp.
>-->
>-->What do I have to do to get this fired up again?
>-->
>-->Thanx in advance
>-->
>-->Alan
>-->
>


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

From: [EMAIL PROTECTED]
Subject: Re: X-Window with trident 9680
Date: Wed, 03 Feb 1999 04:47:08 -0500

Marco Antonio Almeida Ferreira wrote:
> 
> How to do works a x-window whit this card??

I had a big problem with this card, too: could not configure it
properly using Xconfigurator etc.  A solution that WORKED for me:
comment out all the videotiming lines in your XF86Config file
except one!  Say, you want a 1024x768 resolution.  Get rid of 
all other resolutions and leave just a single 1024x768 mode that 
fits your monitor.  

It seems like this videocard has a strange memory effect: previously
read modes mess up subsequent ones.  Expert opinions?

Best, 

Oleg Tchernyshyov

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

From: "Mark Kelly" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.development.apps
Subject: Re: 3com officeconnect sugestions
Date: Tue, 2 Feb 1999 23:46:34 -0500

I agree the office connect products are very good and very relialble.
Another product line to consider is the Bay Networks.  I have had very good
success with their Hubs and cards also.  The ISDN router/modem  is very
comparable to 3coms, but it has a few extra features which make it a little
more appealing in my mind.  I have used it in several small businesses in my
area where more that 10 machines need an internet connection and the 3com
won't do more than 10 machines.  The Bay Network also has a robust feature
for allowing users to call into the network also.

Either product is great, I have used both lines and I recommend both of
them.

Mark Kelly






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

From: [EMAIL PROTECTED]
Subject: Re: Problems involving small Linux / NT network
Date: 3 Feb 1999 05:15:01 GMT

[EMAIL PROTECTED] wrote:
> The ethernet card is working in the Linux box and the box can apparently see
> the network. However, the problem is that pings, telnets, etc. to the Linux
> box are not working. Using tcpdump, I can see the requests coming in but
> there doesn't seem to be a response. Any attempt to ping from Linux to NT
> gives me the message that the network is unreachable.

It sounds like there is no route to your local network in the kernel 
routing table.  Check the output of 'netstat -rn' and you should see 
entry for your network address 192.168.x.0 with the gateway set the 
Ethernet card IP address.  If that's missing, add the route using

   /sbin/route add -net 192.168.x.0 netmask 255.255.255.0 gw 192.168.x.x

seting the gateway to your Ethernet card IP.  Then try pinging the NT boxes.

Packet sniffers read everything on the Ethernet wiring without regard to 
routing, IP or MAC addresses.  Ping, however, requires an entry in the 
routing table or it reports the network as unreachable and the data 
packets are never generated.

-- 
Charles Rutledge    |    Liberty is a tenuous gift.  Hard to win, easy
[EMAIL PROTECTED]    |    to give away, and no will protect it for you.

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


** 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