Linux-Networking Digest #856, Volume #10         Wed, 14 Apr 99 16:13:58 EDT

Contents:
  Re: Mounting an NT drive? (James Stevenson)
  Re: root shutdown using telnet ? (James Stevenson)
  Re: ipchains MASQ problem... (mist)
  Re: Ethernet Linux<-->Windows ("Jan Johansson")
  Re: how to migrate ide to scsi hd (Michael Schmidt)
  "rpc.rstatd" forks too many processes when calling "rup" or "rsysinfo" ("Alain 
Coetmeur")
  Re: ppp server no default route (Brian McCauley)
  passing data from ttyS1 to ttyS0 and vice versa (Sascha Ulbrand)
  Re: Linux/98/NT Network ("Alex Slaets")
  Re: Masquerade on Red Hat 5.2... (TS Stahl)
  Re: PPP problems dialing up (Michael Powe)
  banner sheet with marsnwe printservice (Arndt Kritzner)
  df problems:  used + available != total (BECSS)
  Re: Subnetting and Masquarading ("Alex Slaets")
  Routing-problems ("dino")
  Re: Assigning IPs to serial ports ("Bill Dunn")
  Re: diald:  connect doesn't (John Edwards)
  mgetty: modem comm loop - locks up my system (Zachary Buckner)
  PPP route dies  (Tom Elsesser)
  Re: Strange sendmail message (=?iso-8859-1?Q?J=FCrgen?= Averbeck)
  Re: Configuring Linux As Gateway to Internet: Help ("pcheco")
  Re: Using ipchains to block ICQ. ("Jan Johansson")

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

From: [EMAIL PROTECTED] (James Stevenson)
Subject: Re: Mounting an NT drive?
Date: Wed, 14 Apr 1999 12:35:40 +0000
Reply-To: [EMAIL PROTECTED]

Hi

current stat (i think)

in 2.2.5
ntfs <-- mount read-only
ntfs <-- mount read/write (the write part is maked as DANGOUROUS) in the
        kerenl config

On 14 Apr 1999 09:55:10 GMT, Michael Behrens <[EMAIL PROTECTED]> wrote:
>In article <7dm3ln$dn2$[EMAIL PROTECTED]>,
>       [EMAIL PROTECTED] (Markus Moellers) writes:
>> Hi folks,
>> 
>> so here is another question of a newbie :)
>> Is it possible to mount a Windows NT-Drive (or NT-Directory) with Suse Linux
>> 6.0? Maybe in cunjunction with samba?
>> 
>> Thanks for your help
>> Markus
>> Germany
>> 
>> 
>
>Smbmount is for mounting a share from a running server over the net. 
>Samba is for exporting such a share by a Linux server.
>To mount local windows drives I use these two lines in fstab: 
>
>/dev/hda1               /dos_c          vfat            
>uid=65534,gid=100,umask=007,user,quiet  0 0
>/dev/hda5               /dos_d          ntfs            
>ro,uid=65534,gid=100,umask=007,user     0 0
>
>hda1 is vfat-formatted, hda5 is ntfs-formatted. The latter needs a
>special (experimental) driver if you use kernels 2.0.xx.
>in 2.2.xx I think it is contained already. 
>
>-- 
>+- Michael Behrens ---+-----------------------------------------+
>|  Darmstadt, Germany | eMail : [EMAIL PROTECTED] |
>+---------------------+-----------------------------------------+


-- 
Check Out: http://www.users.zetnet.co.uk/james/
E-Mail: [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED] (James Stevenson)
Crossposted-To: alt.os.linux
Subject: Re: root shutdown using telnet ?
Date: Wed, 14 Apr 1999 12:36:48 +0000
Reply-To: [EMAIL PROTECTED]

Hi

i can shutdown from telnet in RH 5.0

login
su
shutdown -h 0 &
exit
exit

works for me

cya

On Wed, 14 Apr 1999 06:09:31 -0500, Curt <[EMAIL PROTECTED]> wrote:
>Have you tried 'init 6'?   It works for me, via a telnet then su session.
>
>RJHM van den Bergh wrote in message
><[EMAIL PROTECTED]>...
>>Hi,
>>
>>I'm using a RedHat 5.1
>>and can't do a shutdown using telnet.
>>
>>I do su to root.
>>But the shutdown process seems to kill its own process.
>>The system does return (stops) with the bash prompt.
>>
>>Currently that isn't a real problem
>>the server is on a local network.
>>But over a few time it is located somewhere else.
>>Then I do have to drive an hour just to do a reboot.
>>
>>Thanks for any reply
>>Rob,
>>[EMAIL PROTECTED]
>>([EMAIL PROTECTED])
>>
>>
>>
>>
>>
>>
>
>


-- 
Check Out: http://www.users.zetnet.co.uk/james/
E-Mail: [EMAIL PROTECTED]

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

From: mist <[EMAIL PROTECTED]>
Subject: Re: ipchains MASQ problem...
Date: Wed, 14 Apr 1999 17:15:20 +0100
Reply-To: mist <new$[EMAIL PROTECTED]>

[EMAIL PROTECTED] scribed to us that -
>Hi,
>
>I'm running RedHat 5.2 with version 2.2.5 of the kernel.
>I'm try to get masqurading to work with IpChains (v 1.3.8)
>The IPCHAINS-HOWTO stats that I can run:
>     # echo 1 > /proc/sys/net/ipv4/ip_forward
>     # ipchains -P forward -j DENY

The initial "-j" there is unnecessary .. it should be 

    /sbin/ipchains -P forward DENY

It might also be worth putting this first -

    /sbin/ipchains --flush input
    /sbin/ipchains --flush output
    /sbin/ipchains --flush forward

to remove any old rules.

>     # ipchains -A forward -i ppp0 -j MASQ


That looks almost there, except you are not specifying the machines you
want to masquerade for.  I have somthing like

  /sbin/ipchains -A forward -j MASQ -s $LOCALNET -i $EXTERNAL_INTERFACE

Where localnet is the machines I want to masquerade for (IE
192.168.1.0/255.255.255.0) and EXTERNAL_INTERFACE is ppp0.

<snip>

The above works on my machine, so if it doesn't work on yours then the
problem is not with your ipchains syntax.

-- 
Mist.

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

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Ethernet Linux<-->Windows
Date: Fri, 9 Apr 1999 09:24:44 +0200

Wrong. The machine should have the ip's 192.168.x.y where x is IDENTICAL for
BOTH machines, and y is uniqe for both machines, you can not have a y value
of 0 or 255 (127 and 128 should be avoided too)

Thomas Lauckner wrote in message <[EMAIL PROTECTED]>...
>I bought RedHat a few months ago.
>After a while, I tried to have a network between my Linux and my Windows
>computer. I have samba and I think samba's HOWTO will help. But I'm not
>even able to ping my Windows computer. Both computers have
>192.168.110.X. X means 1 or 2.
>You have to know, I've Windows installed on my first partition. If I
>tell my other computer to have the IP 192.168.110.2, I'm not even able
>to have a network between Windows and Windows! but if I set the IP's to
>"autoconfigure" in Windows, the network works fine... But that's not the
>problem.
>How can I connect my Linux and Windows PC?
>



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

From: Michael Schmidt <[EMAIL PROTECTED]>
Subject: Re: how to migrate ide to scsi hd
Date: Wed, 14 Apr 1999 16:21:05 +0200

> Dear all,
> I'm new to Linux, I want to migrate old hda to new sda
> my scsi controll card is AHA2490UW. All hardware was installed collect
> the BIOS boot sequence is SCSI ,A,C
> When I type fdisk after prompt #, howcome only hda was presented and sda
> was not presented?

Type 'fdisk sda'.

--
Michael Schmidt           |
Utimaco Safe Concept GmbH | Tel:    ++43 732 655 755 - 35
Europaplatz 6             | Fax:    ++43 732 655 755 - 5
A-4020 Linz, Austria      | E-Mail: [EMAIL PROTECTED]

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

From: "Alain Coetmeur" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.admin
Subject: "rpc.rstatd" forks too many processes when calling "rup" or "rsysinfo"
Date: Wed, 14 Apr 1999 14:23:05 +0200

I'm currently using rpc.rstatd daemon
on Suse6.0 Linux with 
nkitb-99.1.7-4 package installed

when I call "rup" , hundreds of rpc.rstatd daemon are 
spawn, and often rup does not list the machine.

I'm running a beowulf cluster on a 10.0.0.x inner network
and the master is the only to have an outer address.

the master and each slave does spawn this bogus
processes...

does anybody have information
about this ?
explanation ? patches ? packages ?

thanks in advance.


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

From: Brian McCauley <[EMAIL PROTECTED]>
Subject: Re: ppp server no default route
Date: 14 Apr 1999 13:12:28 +0100

"Andrew G. MacPhee" <[EMAIL PROTECTED]> writes:

> I'm trying to use a linux box (redhat 5.2, 2.0.36 kernel) with a modem
> and a direct conection to the ethernet (eth0) as a ppp server (pppd
> version 2.3p5).
> I can dial in and manually set up pppd using minicom from my similar
> Linux
> box at home as suggested in the PPP HOWTO. When I quit minicom without
> closing the
> connection, I start pppd locally as per the PPP howto.
> 
> I am then able to ping the remote ppp server, but no further.

Did you enable IP forwarding?

> route -n
> shows that there is no default route. There is only one entry pointing
> to the ppp interface.

On which machine is this?
 
> The HOWTO more or less runs out at this point, saying I should explore
> the system initialisation files.
> 
> I have tried to start pppd with  proxyarp, defaultroute or both (when
> logged into the server via minicom)

You want "proxyarp" on the server and "defaultroute" on the client.

> I have an options.ttyS3  file with local and remote IP addresses (both
> are legal addresses for our network) on the server as well.

BTW: Especially when using proxarp you should make the IP address of
the server's PPP interface the _same_ as its ethernet interface[1].  This
is the default pppd behaviour.  It won't cause big problems if you
don't but you'll see a few minor odd effects.

[1] Many people will tell you that this is impossible/wrong.  These
people are mistaken.  Ignore them.

-- 
     \\   ( )  No male bovine  | Email: [EMAIL PROTECTED]
  .  _\\__[oo   faeces from    | Phones: +44 121 471 3789 (home)
 .__/  \\ /\@  /~)  /~[   /\/[ |   +44 121 627 2173 (voice) 2175 (fax)
 .  l___\\    /~~) /~~[  /   [ | PGP-fp: D7 03 2A 4B D8 3A 05 37...
  # ll  l\\  ~~~~ ~   ~ ~    ~ | http://www.wcl.bham.ac.uk/~bam/
 ###LL  LL\\ (Brian McCauley)  |

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

From: Sascha Ulbrand <[EMAIL PROTECTED]>
Subject: passing data from ttyS1 to ttyS0 and vice versa
Date: 14 Apr 1999 16:01:38 +0200

Hi folks,

I'm trying to use my modem from two computers with totally different
operating systems (Linux and AmigaOS to be precise). My Modem is
connected to /dev/ttyS1 and works fine under Linux. The Amiga is
connected via nullmodem cable to /dev/ttyS0. The thing I intend to do
is use the modemline for Amiga applications, that have absolutely no
idea, what TCP/IP is. So IP-Masquerading or IP-forwarding will not
work for me, as long as there is no special tcpipserial.device for the
Amiga ;-) that provides a virtual serial port, that is in fact
accessed via TCP/IP.

Is there any application, that passes all data between the two serial
ports ttyS0 and ttyS1 in both directions so that the Amiga believes,
its connected to a real modem?

cat /dev/ttyS0 > /dev/ttyS1&
cat /dev/ttyS1 > /dev/ttyS0&

does not really work as both commands wait for a return until they
forward data.

The cableconnection works fine and a real TCP/IP-connection between
both computers works flawlessly.

Any Ideas? Can't be that difficult.
(again: no IP-forwarding or IP-Masquerading is wanted)

-- 
cya _    _
 _ //   (_'
 \X/    ,_)ascha

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

From: "Alex Slaets" <[EMAIL PROTECTED]>
Subject: Re: Linux/98/NT Network
Date: Wed, 14 Apr 1999 21:03:15 +0200


Chris <[EMAIL PROTECTED]> wrote in message
news:qj5R2.291$[EMAIL PROTECTED]...
>     I am completely new to linux. I have a small peer to peer network
> between a NT workstation and 98 Box, I want to get the linux box to share
> the it's drive with the rest of the network. and vice versa. I am using
> RH5.2... where do i start?
>

Start with the howto's on SAMBA
KH on installing software is required  (rpm)
samba itself is fairly easy to use and configure.

The required howto is the SMB-HOWTO.
Maybe already in you /usr/doc or else find at
ftp://nimbus.anu.edu.au/pub/tridge/samba/

Ale



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

From: TS Stahl <[EMAIL PROTECTED]>
Crossposted-To: linux.net.masquerade,comp.os.linux.help
Subject: Re: Masquerade on Red Hat 5.2...
Date: Wed, 14 Apr 1999 09:11:40 -0500

In addition to Curt's post, I will add that you need to make the ppp device the
default route.  When you are connected to the isp, issue a route command and see
if ppp0 is the default route.  If not, you can add it this way:

route add default ppp0

If a default route beside ppp0 is set, then you must remove it before setting
the new route.  A default route can be removed like this:  route delete default

Your windows  machines need to have a gateway set as well.  The gateway address
should be the same as the _internal_ address of your Linux box.  The Linux
internal address should be bound to your network card, normally eth0.

Of course, don't forget to make sure that all machines share the same network
number and netmask.

Jarmo wrote:

> Hello!
>
> I have two windows computers, and i would like to connect them to internet
> through a "server" with a modem.
>
>
> This has been my starting point for various ipfwadm configurations.
> Have i missed something obvious?
>
> Is there other simpler options than masquerade?
> Routing? Proxxy? Other?

--
Scott Stahl
MIS Asst.
Illinois Housing Development Authority



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

From: Michael Powe <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,comp.protocols.ppp
Subject: Re: PPP problems dialing up
Date: 14 Apr 1999 10:49:30 -0700

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

>>>>> "Eric" == Eric Marquez <[EMAIL PROTECTED]> writes:

    Eric> This is a multi-part message in MIME format.
    Eric> --------------842C62ED0425AC8DA4C11656 Content-Type:
    Eric> text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit

First of all, turn off this damned MIME posting crap.  Only text to
newsgroups.

    Eric> Going by the PPP-HOWTO file I was able to test pppd with
    Eric> minicom but after configuring the ppp-on, ppp-on-dialer,
    Eric> ppp-off.  When I issue the command pppd debug file
    Eric> options.myserver /dev/ttyS1 115200\
    >> ppp-on &
    Eric> pppd: unrecognized optoin 'ppp-on'

Ppp-on is a script which dials and connects for you.  You don't use it
as an option to pppd.  You type `ppp-on' at the prompt or
`/etc/ppp/ppp-on' at the prompt.  Then it sets some environmental
variables and uses ppp-on-dialer to actually handle the modem.  When
the dialing part is complete, ppp-on then runs pppd.

mp

powered by GNU/linux since Sept 1997
- --
Michael Powe                                          Portland, Oregon USA
           [EMAIL PROTECTED]    http://www.trollope.org
  "Would John the Baptist have lost his head if his name was Steve?"

=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard

iD8DBQE3FNUX755rgEMD+T8RAhllAJ9UvKjV0PdRlAth1H01l3UTXDtZ7wCfY8Ma
lvRBHqAizaz09aWnOueDlsg=
=BGbx
=====END PGP SIGNATURE=====

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

Date: Wed, 14 Apr 1999 20:35:27 +0200
From: Arndt Kritzner <[EMAIL PROTECTED]>
Subject: banner sheet with marsnwe printservice

The dedicated switch to suppress the banner sheet in nwserv.conf works
in my server as far, as the printet banner sheet is empty. With lpr the
same printer doesnt produce a banner.
Does someone know an elegant solution to save paper? Thank in advance.

Arndt Kritzner

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

From: [EMAIL PROTECTED] (BECSS)
Subject: df problems:  used + available != total
Date: 14 Apr 1999 19:11:22 GMT

Ran out of disk space while e-mailing mime attachments.  Deleting old files did
not change available blocks.  Using RH5.1, also similar event happened on a
Caldera 1.3 system when doing ftp uploads.

Here is the problem:

Filesystem         1024-blocks  Used Available Capacity Mounted on
/dev/hda1             916979  880369        0    100%   /
/dev/hdb3            1172543 1114479        0    100%   /mnt/oldmax      
      
Missing almost 37,000 blocks on disk1, almost 60,000 blocks on disk2.  


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

From: "Alex Slaets" <[EMAIL PROTECTED]>
Subject: Re: Subnetting and Masquarading
Date: Wed, 14 Apr 1999 21:12:42 +0200


> > I'm guessing I should stick an NIC card into each of the other machines
> > and get some sort of a hub, but what exactly? Where do I find out?
>
> >
> > Thanks a lot in advance!

In addition, if you want to use only one ethernet card in the linux box
connected to the internet, you need to set up IP Aliassing (i.e. a kernel
compiled with this option and an ifconfig for eth0:0 at system
initialisation).

the net-3-howto is the right source together with the ip-masquerading mini
howto.

Alex




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

From: "dino" <[EMAIL PROTECTED]>
Subject: Routing-problems
Date: Wed, 14 Apr 1999 20:26:10 +0100

Hi,
i have set up an Network with one Linux box and Samba and one Linux box as
router for
three subnetworks (Win95/98/NT). Samba works fine. The problem is that it
isn�t possible to log on from
a NT-machine (192.168.0.x) to the Samba server (192.168.1.x). To log on from
Win95-machine that is in the same subnetwork like the Samba-server to the
NT-server in the other subnetwork is no problem. I can ping each box from
each other. I have edited the etc/hosts on the router too.
Anybody knows how to set up an simple DNS on the router?
Thanks in advance
tobi



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

From: "Bill Dunn" <[EMAIL PROTECTED]>
Subject: Re: Assigning IPs to serial ports
Date: Wed, 14 Apr 1999 13:42:13 -0500

    I found some round about info at
http://www.compaq.com/support/techpubs/techtips/Microcom4000_netsup.html

    Not exactly what I was looking for though.




Bill Dunn wrote in message ...
>
>    I am wanting to connect a serial cable from a Linux machine (Red Hat)
to
>the console port on some access servers (Cisco, Livingston, Microcom). I
>need to be able to give the Microcom maintenance program an IP address and
a
>port to connect to. Connecting the cable is obviously easy but how do I
>assign an IP address or port?
>
>    Bill Dunn
>
>
>



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

From: John Edwards <[EMAIL PROTECTED]>
Subject: Re: diald:  connect doesn't
Date: Wed, 14 Apr 1999 08:40:51 -0400

Check your IP addresses in your diald.conf file.  They should be
127.0.0.3 for local and 127.0.0.3 for remote.

Steve Farris wrote:
> 
> I am trying to set up a 486 as IP-masquarade / firewall for a small home
> network.  Being as this is my first linux box, I expect to make mistakes
> and have to sort my way through faqs and manuals to get things working.
> 
> I have done alright up to now.  I have run out of ideas for getting diald
> to work, so I turn to the newsgroups.  I hope this post isn't too long, but
> I want to provide what I hope is the important piece of information that I
> am doing wrong.
> 
> I have set up pppd to dial my isp (which gives my a dynamic ip address).  I
> have ip-masquarade working, and have been able to establish a simple
> firewall.  So the only piece of the puzzle is to get diald working.  I
> downloaded the distribution along with the latest patch, ran the patch, did
> my make file, make, make install.  When I start diald, I can see it start
> slip (through the /var/log/message file).  I see a sl0 device in my
> ifconfig.
> 
> However, if I try to do anything which requires a connection, nothing
> happens.  Ping will just sit there, or sometimes give me a host unknown.  I
> tried running pppd after diald was running, and managed to connect but
> nothing worked since the default route is now through slip which goes
> nowhere.
> 
> I am running Caldera 1.2 (kernel 2.0.33, pppd 2.2.0, slip 0.8.4).  Slip is
> loaded using kernld (does this matter?)
> 
> My diald.log file gives me outputs similar to these:  Calling site
> 192.168.0.12.  Disconnected, call duration 1 seconds.  IP transmitted 84
> bytes, received 0 bytes.  From my messages file, I see the following
> activity:  Running connect.  Connect script failed.  Waiting 30 sec before
> clear to dial.
> 
> Following are relevant scripts.
> 
> My diald.conf file:
> 
> mode ppp
> fifo /etc/diald/diald.ctl
> accounting-log /var/log/diald.log
> connect /usr/diald/connect
> device /dev/modem
> speed 115200
> modem
> lock
> crtscts
> local 192.168.0.11
> remote 192.168.0.12
> dynamic
> defaultroute
> include /usr/lib/diald/standard.filter
> ip-up /etc/ppp/ip-up
> ip-down /etc/ppp/ip-down
> 
> I tried using the example connect script that came with the diald
> distribution (putting in my relevant info where appropriate).  When that
> didn't work, I tried using the chat-script I use for pppd (see below).  The
> diald manual said to eliminate most of the stuff I had in my options file
> for ppp, so my options file is blank when trying to use diald.
> 
> This is my options file for ppp:
> 
> connect "usr/sbin/chat -v -f /etc/ppp/chat-script"
> /dev/modem 38400
> modem
> crtscts
> defaultroute
> noipdefault
> kdebug 1
> 
> This is my ppp chat-script:
> 
> ABORT   BUSY
> ""      ATDT9722800
> CONNECT ""
> ogin:   USERNAME
> ssword: PASSWORD
> 
> Using this setup, pppd works fine.  It connects when called (although the
> only way I can figure to close a connection is using kill and the pid # I
> get from ps.  There's got to be a better way...)
> 
> If anyone has any tips or pointers, I am at a loss.  Thanks!
> 
> ----------
> Steve Farris, [EMAIL PROTECTED]
> "Computers are really reliable things that do everything you want
> them to do and nothing else."  --Linus Torvalds

-- 

-- john edwards
   [EMAIL PROTECTED]
   301.470.4805

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

From: Zachary Buckner <[EMAIL PROTECTED]>
Subject: mgetty: modem comm loop - locks up my system
Date: 14 Apr 1999 18:35:02 GMT

I have mgetty installed on my Debian/Sparc system.  I have a remote 
computer scheduled to call into the system every hour.  Most of the time, 
things work fine.  But sometimes a call comes in and -- somewhere in the 
course of connection -- mgetty locks up the system.  Actually, it appears 
that mgetty is playing a trick on my modem... Both the send and receive 
lights glow on the modem, as if there is a send / receive loop going on.
The computer completely freezes, and I can't even telnet in.  If I cut 
the modem off, then on... the computer recovers.

I can't offer many clues:  all I know is that mgetty isn't respawning... 
and the log file doesn't show anything.  On one occasion it said 'setting 
ICRNL ONLCR' then restarted an hour later only to find the CD signal 
active and was unable to init or force-init.  On another occassion, my 
remote computer dialed in / logged in, and was shown in the wtmp / utmp 
listing until the computer's power was killed 5 hours later.  In other 
words, the logs don't help.

The log does mention:
cannot turn off soft carrier: Invalid argument
I think it's trying to lower the DTR, but I'm not sure.

Any help will be greatly appreciated.  -Zach




-- 
 ^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._

 Zach Buckner
 [EMAIL PROTECTED]
 
 _.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^

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

From: [EMAIL PROTECTED] (Tom Elsesser)
Subject: PPP route dies 
Reply-To: [EMAIL PROTECTED]
Date: Wed, 14 Apr 1999 19:24:04 GMT

I have RH5.2 setup up as a ipforward machine. After being connected
for a while (the time frame varies, at least 1/2 hour), nobody on the
network, including the linux box, can get connected to the outside
world even though the ppp link has not gone down. I have to bring down
ppp and start it up again. It happens suddenly, even during a
download. I have PPP set up as the default route, and route -n shows
the remote host IP (my ISP's) as the route when it's connected, not
the dynamic IP. 

Here is route -n:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref
Use Iface
209.69.206.57   0.0.0.0         255.255.255.255 UH    0      0
0 ppp0
10.1.1.0        0.0.0.0         255.255.255.0   U     0      0
95 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0
15 lo
0.0.0.0         209.69.206.57   0.0.0.0         UG    0      0
4 ppp0


Any help/suggestions greatly appreciated.


--
Tom


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

From: =?iso-8859-1?Q?J=FCrgen?= Averbeck <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail
Subject: Re: Strange sendmail message
Date: Wed, 14 Apr 1999 20:06:55 +0100

Hello!

Wonil Roh wrote:
> For the last three days, syslog's recorded strange log messages on
> /var/log/maillog, and this repeats almost every 2-3 minutes:
> Apr  7 11:41:39 skyblue sendmail[1382]: LAA01382: collect: premature EOM:
> Connection reset by mimizuku.restec.or.jp

Two days ago I switched my sendmail to smtp (uucp before). And i got 
the same "strange" message, but mail from hosts which "produce" such
errormessages don't reach me or my server...

So what should I write to the postmaster of such mailservers? 
Should they reconfigure their mailer-timeouts?
Or must I do an upgrade of my leased-line (128K)?

best regards,
Juergen

-- 
===============================================================================
DRIVE-Systems (Consulting, Development, InterNetworking Solutions)
http://www.drivenet.de
Juergen Averbeck (mailto:[EMAIL PROTECTED])

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

From: "pcheco" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.setup,comp.protocols.ppp
Subject: Re: Configuring Linux As Gateway to Internet: Help
Date: Sun, 11 Apr 1999 18:43:14 -0700


Jim Harper wrote in message <[EMAIL PROTECTED]>...
>pcheco wrote:
>>
>> Jim Harper wrote in message <[EMAIL PROTECTED]>...
>> >pcheco wrote:
>> >
>> >> I am configuring my Linux 2.0.35 (RedHat pkg) as a gateway to the
>> Internet
>> >> for NT Workstations (NT 4.0 build 1381, pack 3). So far, I have not
been
>> >> able to succeed. In brief, the NT workstation knows to use the Linux
>> system
>> >> for DNS services, but a ping (ftp or telnet) to an Internet address
fails
>> >> with a Request Time Out error.
>> >
>> >Do you have masquerading set up?
>>
>> No. I turned that feature off on my kernell as well as firewalling. I'm
>> trying to configure a plain and simple gateway (IP Forwarder between
>> interfaces ppp0 and eth0). I am aware of the risks (I think I am), but I
>> have to get something simple to work first.
>
>Do the NT boxes have real routable IP's? If not, then why not use IP
>Masquerading? It takes all of about five minutes to set up.
>
My understanding of IP Masquerading is limited. It's exciting to hear that
it takes so little time to set up, but I rather move into that at a later
stage. Right now, I need to know that my NT boxes can see the Internet via
the Linux box and they are not.


>If they do have real Inet addresses, are they on a different subnet? If so,

No, they don't have real Inet addresses (it's a B network with non-Internet
addresses: 172.16.2.1 .2 and .3).

>you'll need to set up a route between the two nets.
>
>--
>Jim Harper
>http://24.0.127.204
>"Linux... it's not just for breakfast anymore."




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

From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Using ipchains to block ICQ.
Date: Fri, 9 Apr 1999 08:37:25 +0200

Really? What happens if they configure icq to "use firewall" and set the
range to "6000-6020" or something? blocking 4000 only (as i have understood
it) blocks the ability to register NEW accounts? Or am i misstaken?

glenn wrote in message
<01be8249$17ff8dc0$[EMAIL PROTECTED]>...
>dont open port 4000 that stops it cold



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


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