Linux-Networking Digest #975, Volume #11 Thu, 22 Jul 99 19:13:36 EDT
Contents:
ppp connection freezes after a while ([EMAIL PROTECTED])
Re: hook a normal printer directly up to a network? (Grant Taylor)
need static route on bootup (Marsha Petry)
Re: Problems with FTP and Squid? ("Frederik Meerwaldt")
Kernel 2.3.11 - error ("Frederik Meerwaldt")
Re: CGI in linux? Help please. (Paul Anderson)
Mars_nwe and upper-and-lower case CDs ([EMAIL PROTECTED])
Re: IPX Networking (Paul Anderson)
Re: IP masq amd PPPd diald on demad ("Morris Maynard")
admin user (mango)
Port listings ([EMAIL PROTECTED])
Re: Setting Linux up as a proxy server (Holger von Ameln)
Re: Strange reboot... (Warren Young)
Re: tulip.o (Rod Smith)
sendmail, RH 5.2, and virtual mail ("D. Stark - EZW")
Re: RH 6.0 firewall config (Marco)
Re: Win98 to Linux via null modem (Tim Peeler)
compuserve ISP dialup script (Bruce Edge)
Re: 2 ethernet cards + new kernel = doh. (Vidar Andresen)
Re: PPP to Shiva LanRover from Linux (Steve Masticola)
ipchains question (Chip Buck)
Re: Is it possible?.. ("D. Stark - EZW")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: ppp connection freezes after a while
Date: Thu, 22 Jul 1999 19:52:49 GMT
Reply-To: [EMAIL PROTECTED]
hi, i've installed both a ppp server and a ppp client on a redhat 5.2
and redhat 6.0 system (respectively). i have the standard settings
from the HOWTO, but i keep running into the same problem:
right after the ppp connection is established, i can telnet to the
server but only for a few seconds-- afterwards the telnet session
freezes. i know the problem is not with the client because i can
connect to a local ISP and to another linux ppp server i had
previously configured. furthermore, i can't ping the server (or
the client from the server's side) at all-- not even for the first
few seconds of the connection.
any help would be greatly appreciated.
please CC the response to my email ([EMAIL PROTECTED]).
thanks-- Aldy
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Grant Taylor <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: hook a normal printer directly up to a network?
Date: 22 Jul 1999 15:23:00 -0400
Human<[EMAIL PROTECTED]> writes:
> But then the problem will be how could I print postscript or from
> netscape to that printer on the network using external print server?
> Ihave successful in putting the printer on the network which share by
> some windoz (NT/98) machines with some linux machines. The only problem
> I have is I can print plain text tto the printer from linux but dont
> know how to put in filter for print under netscape or others. The
> HOW-TO only mentioned the filter if you are connecting the machine to
> the linux machine directly, but didnt mention if the printer is on
> network. Would someone able to give me some hints on that?
Yes, in the HOWTO there are a few notes on this. There are two
options:
- Implement the quick-and-easy "double-queue" hack to fool a Linux
box into thinking that it is a local printer. Then point everyone
at that linux box.
- Obtain and use the FreeBSD lpd port; it includes a patch to allow
if filters to be run locally for remote printers.
The first one is probably the easiest; just follow the instructions in
the HOWTO's network printing section. URL below.
--
Grant Taylor - gtaylor@picante<dot>com - http://www.picante.com/~gtaylor/
Cellphone information: http://www.picante.com/~gtaylor/cell/
Libretto information: http://www.picante.com/~gtaylor/portable/
Linux Printing HOWTO: http://www.picante.com/~gtaylor/pht/
------------------------------
From: Marsha Petry <[EMAIL PROTECTED]>
Subject: need static route on bootup
Date: Thu, 22 Jul 1999 13:17:38 -0600
OK, I am new to Linux (but years using Solaris) and I can't figure out
how to add a static route for a host in the boot scripts on my Linux
machine. The startup scripts check if linuxconf exists (it does) and
then does a "while read $args" - what? am I suppose to echo some args
to it or something? Isn't there a xxxx.conf file that I can put my
static route info.?
I commented out the linuxconf lines and added the route, but if there is
a way to set up a static route using a linuxconf command-line statement
or config file, I'd rather do that. Can anyone help or point my in the
direction of some decent documention on the Internet? I can't find
anything on how to actually USE the command line interface, just vague
references on how great it is.
Thanks in advance for any help
Marsha
[EMAIL PROTECTED]
------------------------------
From: "Frederik Meerwaldt" <[EMAIL PROTECTED]>
Subject: Re: Problems with FTP and Squid?
Date: Thu, 22 Jul 1999 13:30:18 +0200
Yes. Squid is a WWW Proxy Server, and sends no welcome message.
Browsers with FTP support, such as IE.... won't check for a Welcome message.
REAL Ftp Clients do. As they get no welcome message, the connection times
out.
Regards,
Freddy
Rui Mendes <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I have installed a proxy server running the 2.2.STABLE4 of Squid.
> The proxy is running well for the HTTP, but when I try to connect me to a
> FTP site it takes too much time and after a bit I receive I message
saying:
> Coonection timed out.
> Can someone help me to resolve this problem?
>
>
------------------------------
From: "Frederik Meerwaldt" <[EMAIL PROTECTED]>
Subject: Kernel 2.3.11 - error
Date: Thu, 22 Jul 1999 21:37:20 +0200
Hello Gurus,
I downloaded today Kernel 2.3.11 from kernel.org.
BTW: I have installed suse linux 6.0.
I decompressed it and done:
- make menuconfig
- make dep
- make modules
- make modules_install
Till now, everything went allright.
Until I wanted to do a make zImage.
It aborted. Error 1 [vmlinuz]. Something with smbfs.o is not right.
He said Procedures not defined or sth. like that.
What's wrong?? Waht have I done wrong??.
Regards,
Freddy
=====================================================================
$ ON F$ERROR("LANGUAGE","ENGLISH","IN_MESSAGE").GT.F$ERROR("NORMAL") -
THEN EXCUSE/OBJECT=ME
=====================================================================
------------------------------
From: Paul Anderson <[EMAIL PROTECTED]>
Subject: Re: CGI in linux? Help please.
Date: Thu, 22 Jul 1999 19:47:04 GMT
Post the source (no attachment) and we'll have a look.
In article <7n6b2a$g7q$[EMAIL PROTECTED]>,
"Andrew" <[EMAIL PROTECTED]> wrote:
> Hi. I tried to run some CGI scripts in Redhat 5.2 linux but I didn't
get any
> response when I push the "submit button" in the html form.
> (This program works ok if I run it on my university's machine)
> I don't know if I should change something about my pppd or I need do
> something else. Any one can help me or point out some reference will
be very
> appreciate.
>
>
--
"Sometimes you have to slap them in the *face* just to get their
attention."
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED]
Subject: Mars_nwe and upper-and-lower case CDs
Date: Thu, 22 Jul 1999 19:47:33 GMT
I've been toying with the idea of using Mars_nwe as a CD server on our
NetWare 4.11 network; I'd like to simply copy a number of CDs to their own
partitions and connect to them as needed. I'm running RH 6.0. I've pretty
much got it working as planned (still need to be able to log on as someone
other than supervisor...) but I think I may have hit a big snag. I just tried
to share a M$ CD which has a mix of upper and lower case filenames and I
could only see the files and directories with lower-case first letters. I
tried removing the k attribute from the share, but then I couldn't see the
files I could see before. Is there any workaround which would allow me to see
both upper and lower case filenames on the same CD? Or should I try using
samba instead?
Thanks,
Bobby Jones
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Paul Anderson <[EMAIL PROTECTED]>
Subject: Re: IPX Networking
Date: Thu, 22 Jul 1999 19:54:46 GMT
What version of Novell? If it is newer (4.1) you can turn on IP in your
protocol stack and run. I can't remember if 4.0 was clean. IP was
available on 3.1, but it was a pseudo thing. Basically an IP wrapper
for IPX packets.
In article <[EMAIL PROTECTED]>,
Stephen Blair <[EMAIL PROTECTED]> wrote:
> Can anyone tell me where to get the latest ipx stuff. I've downloaded
> ipxripd but unfortunately I'm
> unable to compile it on my machine (RH6.0). Anyway, what I'm trying to
> do is provide IPX to ppp clients and allow them to access the Novell
> Server. Any ideas?
>
> Thanx in advance for any advice and/or help
>
> ---
> Remove the x in my address to reply
>
>
--
"Sometimes you have to slap them in the *face* just to get their
attention."
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "Morris Maynard" <[EMAIL PROTECTED]>
Subject: Re: IP masq amd PPPd diald on demad
Date: Thu, 22 Jul 1999 14:53:37 -0400
Here it is: (note I misspelled ipcp-* as icpc-* in prevous post)
DEVICE="ppp0"
ONBOOT=yes
USERCTL=no
MODEMPORT=/dev/ttyS1
LINESPEED=115200
PERSIST=no
DEFABORT=yes
DEBUG=yes
INITSTRING='ATZ S147=60 S148=40 S150=1 S151=1 S152=2'
DEFROUTE=yes
HARDFLOWCTL=yes
ESCAPECHARS=no
PPPOPTIONS='novj demand idle 60 ipcp-accept-local ipcp-accept-remote
lcp-echo-interval 0'
PAPNAME=mayn
REMIP=10.0.0.1
NETMASK=""
IPADDR=10.0.0.1
MRU=1500
MTU=1500
DISCONNECTTIMEOUT=
RETRYTIMEOUT=5
BOOTPROTO=none
Anders Svensson <[EMAIL PROTECTED]> wrote in message
news:7n7dfv$jr9$[EMAIL PROTECTED]...
>
> Morris Maynard wrote:
> >
> > I am set up with Red Hat 6.0, kernel 2.2.5-15 and pppd 2.7. I am using
> the
> > demand option with pppd and everything works pretty well.
> It works fine on the linux box, my problem is on my macintosh. There is a
> problem with the masquerading the second time I connect - Is the problem
> because of pppd or ipchains???? And is there a solution
>
>
> >In addition to what was mentioned, I have these additional options for
> >pppd:
> >
> > icpc-accept-local
> > icpc-accept-remote
> > 10.0.0.1 : 10.0.0.1 # these are bogus remote/local addresses to force
> >pppd
> > to get them from ISP
> >
> so do I
>
>
> > Also, for my setup, the file /etc/sysconfig/network-scripts/ifcfg-ppp0
> > contains most of the real settings used.
>
> What does that file contian????
>
------------------------------
Date: Thu, 22 Jul 1999 16:34:00 -0400
From: mango <[EMAIL PROTECTED]>
Subject: admin user
how do I make a super user = to root
------------------------------
From: [EMAIL PROTECTED]
Subject: Port listings
Date: Thu, 22 Jul 1999 20:33:23 GMT
Does anybody know where I can find a listing of all the ports and
services that are used? I know http uses port 80 and telnet is port 23,
I think. Thanks in advance.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
Date: Thu, 22 Jul 1999 22:11:47 +0200
From: Holger von Ameln <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: Re: Setting Linux up as a proxy server
You might try masquerading for a start...if u really want a proxy, look for
"delegated"
"R. Ajay" wrote:
> paharri wrote:
>
> > Hi.
>
> >
>
> > I am wanting to set up Redhat 6.0 as a proxy server to serve cross
>
> > platform machines (Win9x, and WinNT) on my private network. I want all
>
> the
>
> > machines to be able to use the cable modem which is hooked up to the
>
> linux
>
> > box. I also want to be able to use everything on the net and not just
>
> http
>
> > and ftp.
>
> >
>
> > Any help on what software to use or what I need to set up would be
>
> greatly
>
> > appreciated
>
> >
>
> >
>
> > Thanks
>
> > Patrick
>
> >
>
> > ------------------ Posted via SearchLinux ------------------
>
> > http://www.searchlinux.com
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
------------------------------
From: Warren Young <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Strange reboot...
Date: Thu, 22 Jul 1999 14:42:00 -0600
Antonio Santos wrote:
>
> a firewall at the faculty, but I've set up all the possible (?) security
> configurations I know (no unecessary daemons, tcp wrappers, etc). This
Is APM enabled in the kernel? Is apmd running? That can shut the
system down under some circumstances.
> the pids were getting higher and higher...
This is normal. The kernel assigns PIDs in order, only reusing them
when it's hit the upper limit and must restart at the bottom.
This is a good feature, because otherwise, you could accidentally kill
processes that you don't mean to. Imagine: a runaway copy of Netscape
needs to be killed, and it's PID is 423. You kill it.
Then, awhile later, you need to kill something else, so you scroll back
in bash to the previous kill command. Instead of changing the PID, you
erroneously just hit Enter. (It happens.) Unless your system is
creating and destroying processes at a horrendous rate, this won't hurt
anything, because nothing will be using PID 423. It'll probably take
hours or days before the system gets back around to using it.
--
= Warren -- See the *ix pages at http://www.cyberport.com/~tangent/ix/
=
= ICBM Address: 36.8274040 N, 108.0204086 W, alt. 1714m
------------------------------
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: tulip.o
Date: Thu, 22 Jul 1999 19:54:11 GMT
Reply-To: [EMAIL PROTECTED]
[Posted and mailed]
In article <7mtrh4$d16$[EMAIL PROTECTED]>,
"Snowi3" <[EMAIL PROTECTED]> writes:
> Hi
>
> I have a cnet pro110b fast ethernet card, 10/100 mbit .... I found out
> through cnet that it's based on the Asix 88140 chip. And through the net, I
> found out that this chip is supported by the tulip.o driver .... I modprobed
> with it, and it found a card ... I recompiled the kernel, and inserted
> support for the tulip.o driver ..... And it finds a card on bootup,
> modprobes it, and up's it and everything ... when I run ifconfig, I have an
> eth0 with the ip 192.168.1.10 ... And no errors what sp ever when it boots
> up the card, it even identifies the chip as AX88140 ..... But whenever I try
> to ping another ip on my network, and on the same subnet, like 192.168.1.20,
> I get a 100 % packet loss, and no replies. I works fine to ping my ip
> internal though, like if I ping 192.168.1.10, I get full reply ..... And
> then there is another strange thing .... When I ping another on my net, the
> lamp on the hub that is lid for my nic blinks, so obviesly there is
> something going on on the network ...... I know the card is ok, since it
> works fine in windows ... Does anybody have an idea ??
You say you've installed the tulip.o driver module, but you don't say what
version of the driver you're using. I have no experience with the Asix
Tulip clone specifically, but many of these clones work better with more
recent versions of the Tulip driver than what comes with the Linux kernel
(at least through 2.2.9; I've not checked more recent ones). You might
want to check http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-devel.html
for the latest driver and recompile your kernel or kernel modules with
that.
--
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me
Author of _Special Edition Using WordPerfect for Linux_, from Que
------------------------------
From: "D. Stark - EZW" <[EMAIL PROTECTED]>
Subject: sendmail, RH 5.2, and virtual mail
Date: Thu, 22 Jul 1999 15:44:52 -0500
What is the name of the database that sendmail "8.9.?" looks in for its
virtual users table? Knowing RedHat, I bet there's an empty file just
waiting to be filled with them. I can't seem to find out what its
called, or where to find it. Its a very stock RedHat box.
Thanks,
Derek
------------------------------
From: Marco <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: Re: RH 6.0 firewall config
Date: Thu, 22 Jul 1999 22:08:08 +0200
will this also fix my ftp problem ?
Now after logging in to a ftp server I get a socket error when a directory listing is
requested or
the ftp client keeps waiting for it.
Chip Transisto wrote:
> My linux server has an ip of eth0:192.168.0.1 and
> eth1:xxx.xxx.xxx.xxx. My other machine on the lan has
> eht0:192.168.0.2. With those numbers, the following in your
> /etc/rc.d/rc.local file does the trick:
>
> /sbin/ipchains -P forward DENY
> /sbin/ipchains -A forward -s 192.168.0.0/24 -d 0.0.0.0/0 -j MASQ
>
> On 16 Jul 1999 07:31:03 GMT, Amir Malik <[EMAIL PROTECTED]> wrote:
>
> >I have a server which I would like to use as a firewall, it has to NICs, one for
>the Internet which has a fixed IP, and another for the network (192.168.0.2).
> >I want to provide HTTP and FTP service on the server machine and also use it as a
>firewall for the other computers on my network. I just don't know how to configure
>ipchains.
> >My main goal is to give the other computers on the LAN access to the Internet via
>the server machine.
> >
> >Network Setup:
> >SERVER = LAN, eth0 (192.168.0.2) and INTERNET, eth1 (xxx.xxx.xxx.xxx)
> >OTHER = LAN, eth0 (192.168.0.1)
> >
> >What should be the appropriate ipchains configuration? So basically Internet access
>from LAN computers should be allowed, but incoming connections on the server should
>not get to the LAN.
> >
> >Thanks,
> >Amir
> >
> >------------------ Posted via SearchLinux ------------------
> > http://www.searchlinux.com
------------------------------
From: Tim Peeler <[EMAIL PROTECTED]>
Subject: Re: Win98 to Linux via null modem
Date: Thu, 22 Jul 1999 22:17:22 +0000
Allan Wingenback wrote:
>
> I don't know for sure, but wouldn't you just use telnet to the serial port?
>
> Paul McClean <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hi all,
> >
> > I have 2 PCs one running Linux/Win98 and the other running Win98. I can
> > connect both together using a null modem serial link, and running
> > windows on both machines, I can use the direct cable connection wizard
> > in win98 to set up a connection. I was wondering does anyone know how to
> >
> > set up a similar connection with one machine running Win95/Win98 and the
> >
> > other running Linux. ( I tried using Dial up networking, but it expects
> > a modem and other such problems...)
> >
> > Paul
> >
I've been trying this for the past few days. First you need a null
modem
driver for windows, see attached (i don't know how to do direct cable
connection).
Next you need to get a null modem cable and hookup between your linux
machine
and your windows machine.
Next, edit /etc/inittab and add the following:
S(X):2345:respawn:/sbin/mgetty -r -s 115200 ttyS(X)
(replace (X) with the number of your serial port you're going to use:
com1=/dev/ttyS0 com2=/dev/ttyS1 etc...)
Next edit /etc/mgetty+sendfax/login.config and add the following:
/AutoPPP/ - a_ppp /usr/sbin/pppd -detach crtscts login auth -chap +pap\
<LINUX IP ADDRESS>:<WINDOWS IP ADDRESS> \
ms-dns <NAME OF YOUR DNS>
Almost home, edit /etc/ppp/pap-secrets and add an entry for your
login
loginname servername secret ip-address(optional)
type init q, then hop onto the windows machine and install the null
modem
driver. For the port, use the port you'll be connecting from, for the
number
just use 555 555 5555 it doesn't matter. Enter your name and password
that
you added to your pap-secrets, click on connect and you should negotiate
a connection. Test it out by pinging back and forth from your win box
to your
linux box.
If it doesn't work check through your logs:
/var/log/messages
dmesg
/var/log/mgetty.log.ttyS(X)
etc...
------------------------------
From: Bruce Edge <[EMAIL PROTECTED]>
Subject: compuserve ISP dialup script
Date: Thu, 22 Jul 1999 22:16:40 +0000
Are there any "standard" chat type scripts which will work with
compuserve?
I had to use a dip script as it's the only dialup type utility I found
which can change baud rates half way through.
However, since dip can't take arguments, you can't pass a number to dial
to it, so for every location I have to have a different copy of the
script.
Is there a better way?
TIA, Bruce.
------------------------------
From: [EMAIL PROTECTED] (Vidar Andresen)
Subject: Re: 2 ethernet cards + new kernel = doh.
Date: Thu, 22 Jul 1999 22:18:04 GMT
In article <7n3po0$843$[EMAIL PROTECTED]>,
"Shr00m" <[EMAIL PROTECTED]> wrote:
>Hey all,
>I'm running RH 6, and I recently upgraded my kernel to 2.2.10. My problem
>is that I had both ethernet cards working fine before I upgraded my kernel,
>now only one of them seems to work. Heres some info on my cards:
>Card 1: Intel Etherexpress III isa (3c509 driver)
>Card 2: SMC etherpower pci (tulip driver)
>
>The way I got both of them to work in the first place was to edit my
>/etc/conf.modules file... it looked like this:
>alias=eth0 3c509
>alias=eth1 tulip
This is only valid if driver's as modules.
>This would allow me to use the isa card as eth0 and the pci as eth1.
>They both worked fine when called upon. However, recently while configuring
>my new kernel, I decided to add both drivers directly into the kernel. Now
>when I do, for example, "ifconfig eth0" it loads up the pci card, which
Guess it is activated during startup. Any messages?
>works fine. However, when I try to "ifconfig eth1" it says it cannot find
>the hardware. The conf.modules is completely untouched, its the same as it
>was when it worked with the old kernel, but linux just seems to be ignoring
>it. I know they arent modules anymore, but im at a loss of what to do next
>to load them both up... can anyone help? Thanks in advance.
Short version, try first (assuming irq 10, I/O 0x300 on isa nic):
In /etc/lilo.conf
[...]
image = /boot/vmlinuz-2.0.36
label = linux
append = "ether=10,0x300,eth0 ether=0,0,eth1"
root = /dev/hda8
[...]
run '/sbin/lilo'
Long version:
In /etc/lilo.conf
[...]
image = /boot/vmlinuz-2.0.36
label = linux
append = "ether=0,0xf480,eth0 ether=10,0x300,eth1"
root = /dev/hda8
[...]
this loaded a pci-card as eth0. (not sure if i need the 0xf480, dont
think so) and a isa-nic (3c509) on irq 10 and I/O 0x300. (was there
some problem, dont remember..)
To have the isa nic as eth0 (assuming irq 10, I/O 0x300) and the pci
as eth1
append = "ether=10,0x300,eth0 ether=0,0,eth1"
should work. Meaning first activate the isa-nic as eth0, at given
values. And then autprobe for the pci-nic.
A line like the one under would autoprobe for two nic's, but if you
need sharp control over what is eth0 and eth1... not:
append = "ether=0,0,eth0 ether=0,0,eth1"
(but for a start, and test, to find values and so set them into the
lilo 'append =' -line for more control, fine. Remeber to run
/sbin/lilo to activate lilo and changes to lilo.)
In linuxconf remove the setting on module on eth0 and eth1. Not
needed. Card should be activated at startup.
I use drivers compiled into the kernel. But will there be any loss of
control on the tulip driver, setting 'media type' and so on?
(Ifconfig will not do that, someone working on it?)
Maybee there is a 'ether=0,0,0,eth1' or 'ether=0,0,0,0,eth1' syntax to
get that on tulip. Searc the doc's for 'append =' or 'ether='.
But. If there is no problem, dont worry.
http://cesdis.gsfc.nasa.gov/linux/drivers/tulip.html
Mvh Vidar Andresen
------------------------------
From: Steve Masticola <badpenny@[127.0.0.1]>
Subject: Re: PPP to Shiva LanRover from Linux
Date: Thu, 22 Jul 1999 16:58:22 -0400
Clifford Kite wrote:
: If you're into "expect" then there's a script, secure-card, in the
scripts
: directory of the ppp-2.3.8 source tree that might help. Otherwise you
: might want to try this:
:
: http://www.inetport.com/~kite/SecurID.gz
:
: It has a patch to chat that was posted a while back.
Unfortunately, I think the problem goes beyond what can be done with
expect or chat scripts. The password has to be specified somehow to pap
or chap.
AFAICT, the only way to specify a password to pap or chap is through the
pap-secrets and chap-secrets files respectively. From the PPP-Howto's
bit about the (p|ch)ap-secrets files:
> They must be owned by user root, group root and have > file permissions 740 for
>security.
It wouldn't be impossible to hack around this requirement, but it'd be
somewhat ugly (write a script to overwrite the file before starting up
pppd.) I might try this as an experiment, but if there's a more elegant
way to do it, I'd certainly be interested in learning.
Thanks,
- Steve.
masticol scr siemens com
@ . .
Reply address spamproofed.
------------------------------
From: Chip Buck <[EMAIL PROTECTED]>
Subject: ipchains question
Date: Thu, 22 Jul 1999 13:29:24 -0400
This is a multi-part message in MIME format.
==============A5C157BE2F3DE6C554737BCA
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
OK, I am trying to configure ipchains and masquerading, hoping to use my
Linux machine as a firewall/ router
for the internet ---> LAN
When I run ipchains -- version I get version info ( 1.3.8)
When I run ipchains --L looking for any current list I get
an error message telling me that ipchains is incompatible with this
kernel ( I am running OL2.2)
I have both the IPchains and Firewall Howto's - I'm not even sure which
is the right one to focus on
to get this working properly
I have recompiled my kernel with Firewall support and Ipmasquerading
support.
Suggestions graciously requested,
Thanks
==============A5C157BE2F3DE6C554737BCA
Content-Type: text/x-vcard; charset=us-ascii;
name="me.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Chip Buck
Content-Disposition: attachment;
filename="me.vcf"
begin:vcard
n:Buck;Chip
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Chip Buck
end:vcard
==============A5C157BE2F3DE6C554737BCA==
------------------------------
From: "D. Stark - EZW" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,sg.linux,comp.os.linux.questions,comp.os.linux.help
Subject: Re: Is it possible?..
Date: Thu, 22 Jul 1999 16:14:44 -0500
JS Solutions wrote:
>
> Erk!
>
> I have a Linux Machine on my Left and a 486DX-66 on my Right.
>
> I was thinking to get these two square heads to work together as in
> connected.
>
> Can i make my Linux as a Host and my 486 as a Guest, but they are in
> different operating systems, whats the best software/solution/advice ?
>
> I was thinking of connecting them thru data cables by their lpt port.
>
> Mensrea
Well, two LAN cards with a coaxial connection would be the easiest, and
also the fastest transfer rates. The lpt can be used, but so can the
serial. You could set up a PPP connection over either ports. Serial
would be easier (IMHO), but no one says you couldn't do the lpt. I just
know more about the serial.
Derek
------------------------------
** 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
******************************