Linux-Networking Digest #165, Volume #11 Sat, 15 May 99 14:13:47 EDT
Contents:
Re: ping responds with "unknown protocol icmp" ([EMAIL PROTECTED])
Re: Ethernet setup, also linux ([EMAIL PROTECTED])
Re: Null Modem Connection Linux <> Win95? (Mike Frisch)
Sendmail can't start in RH (Kelvin Leung)
Re: Masquerading security ([EMAIL PROTECTED])
Re: How do I get fetchmail to just dowmload for one user (Phil Hunt)
Re: get client machine's IP-address (Craig Johnston)
Re: How do I get fetchmail to just dowmload for one user (MikeVW)
map_static in exports? (Steffen Leich)
Re: Network hangs up (Ben Hopkins)
Re: mgetty - no dialout (MikeVW)
Can't TELNET to Linux (K Berrien)
Re: CAN I USE ISAPNP FOR PCI MODEM? (Bill Unruh)
Re: ppp runs in ram disk (Bill Unruh)
Re: Sendmail can't start in RH (John Oliver)
Re: Can't TELNET to Linux (John Oliver)
NFS changes file groups !! ([EMAIL PROTECTED])
Re: ppp: Protocol-Reject for unsupported protocol? (Bill Unruh)
Re: Null Modem Connection Linux <> Win95? (John Oliver)
Re: PPP: where, how? Please Help! (Bill Unruh)
Re: Q: Newbie. Can't get client address (Angus)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Re: ping responds with "unknown protocol icmp"
Date: Fri, 14 May 1999 12:55:17 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Jim McDonagh) wrote:
> Hello,
>
> I have a little DragonLinux installation. I can telnet and such out
> to the network over an ethernet card but I cannot ping.
>
> When i ping it responds with unknown protocol icmp. Where does that
> get setup?
>
> thanks in advance,
> jim mcdonagh
>
>
yup, i think i found it
check your /etc/protocols
should have a line like this:
icmp 1 icmp ( plus maybe some comment here )
see if its there and add it if not
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup,comp.dcom.lans.ethernet
Subject: Re: Ethernet setup, also linux
Date: Fri, 14 May 1999 13:10:33 GMT
Try http://www.emuse.net That's a linux portal site I put up to help
me in my day to day work that has links to much of what you're asking
for (linux books, linux faqs, etc).
Good luck,
Randy
In article <7heub9$ers$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> (1) My small company would like to set up a small 10base-T Ethernet
LAN.
> I would appreciate pointers to books and on-line references for:
> (a) Setting up LANs;
> (b) Proxy servers (I'd like to provide "centralized" internet access
to
> everyone in the office, so as not to buy many modems and tie up many
> phone lines);
> (c) Setting up printer sharing/queues;
> (d) Using Linux to administer the network (the clients are Windows
95);
> (e) A general book on Linux set-up and sysadmin;
> (f) Product comparison for various Linux releases.
>
> (2) What is the URL of the FAQ for this newsgroup?
>
> Thanks,
>
> Stephen J. Fromm
> [EMAIL PROTECTED]
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---
>
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (Mike Frisch)
Subject: Re: Null Modem Connection Linux <> Win95?
Date: 15 May 1999 14:57:33 GMT
On Sat, 15 May 1999 06:35:36 -0800, Alex Manuk <[EMAIL PROTECTED]> wrote:
>Hi all... Trying DESPERATELY to interconnect two machines.. RH Linux to
>Win95 over a null
>modem cable. The two machines are capable of talking over Win95's "direct
>cable connection",
The most flexible and easiest way to connect two machines is over
Ethernet. You can buy ISA Ethernet cards in the US for around $10/each
that will work fine with Linux.
Mike.
--
======================================================================
Mike Frisch Email: [EMAIL PROTECTED]
Northstar Technologies WWW: http://saturn.tlug.org/~mfrisch
Newmarket, Ontario, CANADA
======================================================================
------------------------------
From: Kelvin Leung <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Sendmail can't start in RH
Date: Sat, 15 May 1999 17:01:05 GMT
Hello,
I got a RH 5.1 installed in my home server as ipmasq, printer server and
file server with Samba and Netatalk. I got cable modem connected to it.
I haven't touch the sendmail configure file since the system installed.
I have tried to find the mail server howto but they all in bits and
pieces.
I found that the sendmail stop after a while when the system start, when
I look at the log in /var/log/maillog, it shows:
==============================================================
May 15 09:21:45 CX346166-A sendmail[668]: problem creating SMTP socket
May 15 09:21:50 CX346166-A sendmail[668]: NOQUEUE: SYSERR(root):
opendaemonsocket: cannot bind: Address already in use
May 15 09:21:50 CX346166-A sendmail[668]: problem creating SMTP socket
May 15 09:21:55 CX346166-A sendmail[668]: NOQUEUE: SYSERR(root):
opendaemonsocket: cannot bind: Address already in use
May 15 09:21:55 CX346166-A sendmail[668]: problem creating SMTP socket
May 15 09:22:00 CX346166-A sendmail[668]: NOQUEUE: SYSERR(root):
opendaemonsocket: cannot bind: Address already in use
May 15 09:22:00 CX346166-A sendmail[668]: problem creating SMTP socket
May 15 09:22:00 CX346166-A sendmail[668]: NOQUEUE: SYSERR(root):
opendaemonsocket: server SMTP socket wedged: exiting
and here is my /etc/inetd.conf
===============================================================
# These are standard services.
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
gopher stream tcp nowait root /usr/sbin/tcpd gn
# do not uncomment smtp unless you *really* know what you are doing.
# smtp is handled by the sendmail daemon now, not smtpd. It does NOT
# run from here, it is started at boot time from /etc/rc.d/rc#.d.
smtp stream tcp nowait root /usr/bin/smtpd smtpd
#nntp stream tcp nowait root /usr/sbin/tcpd in.nntpd
# Shell, login, exec and talk are BSD protocols.
shell stream tcp nowait root /usr/sbin/tcpd in.rshd
login stream tcp nowait root /usr/sbin/tcpd in.rlogind
#exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
talk dgram udp wait root /usr/sbin/tcpd in.talkd
ntalk dgram udp wait root /usr/sbin/tcpd in.ntalkd
#dtalk stream tcp waut nobody /usr/sbin/tcpd in.dtalkd
# Pop and imap mail services et al
pop-2 stream tcp nowait root /usr/sbin/tcpd ipop2d
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
imap stream tcp nowait root /usr/sbin/tcpd imapd
=======================================================
Can anyone give me some advice? I know nothing about mail server setup.
I am really looking for some kind of howto/faq stuff for general
description of the relationship between sendmail, procmail, fetchmail,
etc...
Thanks.
Kelvin
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Masquerading security
Date: Sat, 15 May 1999 16:52:11 GMT
> > My question is, can linux set the ip-masquerading to a specific
device
> > instead of a local net. Say to route eth0 <-> ppp0. I've read the
how-
> > to and they seem to point to a routing of [local net] <-->
[internet]
> > before i decided to instantiate the changes i'd like to know if its
> > possible to spoof a packet as one of the allowed addresses from the
> > local net, send it to the linux machine in question and have it
forward
> > it out to the internet. This would be a real easy way to blindly
> > spoof/attack another machine.
>
> Shouldn't be possible if you bind the masquerading to a special
device,
> means:
>
> If you allow the kernel to only forward packets from the local net
(say
> 192.168.1.0/24 or similar) when they came in on device eth0. Then
spoofing
> the packet to source 192.168.1.* but sending it in thru another
device like
> ppp0 will not forward this packet...
>
> ciao
> Kai
But how is it that you can bind a device to the masquerading. Can it
be done through ipfwadm (2.0 kernel)? Or would the binding be done
through manually changing the /proc/net/ip_xxxxx files? And if so
whats the format for those arguments? I've tried reading some of the
man pages but they only make a little sense to me.
If you could give me more info or point me to it that'd be great. So
many questions and so little answers ;-)
Thanks Kai.
Argus
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (Phil Hunt)
Crossposted-To: demon.ip.support.unix,uk.comp.os.linux,comp.mail.misc
Subject: Re: How do I get fetchmail to just dowmload for one user
Date: Sat, 15 May 99 15:22:20 GMT
Reply-To: [EMAIL PROTECTED]
In article <[EMAIL PROTECTED]>
[EMAIL PROTECTED] "Chris Croughton" writes:
> On Thu, 13 May 99 23:10:46 GMT, Phil Hunt <[EMAIL PROTECTED]> wrote:
> >
> >I am using fetchmail to download email from my Demon account.
>
> So am I...
>
> >Currently, it is downloading mail for all users at the account;
> >I want it to just download email for some users, e.g.
> >mail addressed to [EMAIL PROTECTED]
>
> Say as the user "phil@vision25", then it will just get mail for that one
> user.
That works now, thanks. But it is still very slow, I have to stay
logged on for some time before I get my mail downloaded for me. Is
this because Demon is slow, or because fetchmail waits before
polling pop3.demon.co.uk?
> >Is there any documentation anywhere expalining what all the commands
> >in .fetchmailrc do? The sample.rcfile that comes with the distribution
> >is a bit sketchy on some of them.
>
> The man(1) page gives all of the options and several examples. However,
> it doesn't give the "user@site" syntax explicitly because that's Demon
> specific (in fact it's ISP specific, some use different syntax).
>
> >I have tried replacing the 4th line with:
> >
> > user "philh+vision25" i
>
> Use '@' not '+' for Demon.
>
> >but this makes no difference. When I remove the ``is philh'' from the
> >rc file, and run ``fetchmail --version'', fetchmail returns the same
> >list of options; does this mean that ``is philh'' is being ignored?
>
> No, it seems to mean that it's one of the options it doesn't list.
> Which, if true, is indeed a bug but when I tried changing the 'is xxx'
> option it seemed to work.
>
> Part of my .fetchmailrc is:
>
> set postmaster "ccrough"
> poll pop3.demon.co.uk with protocol POP3
> localdomains keris.demon.co.uk:
> user "chris@keris" with password "my-password" is ccrough
> with mda "~/mda.sh chris %F"
> user "postmaster@keris" with password "my-password" is ccrough
> with mda "~/mda.sh chris %F"
> user "ccrough@keris" with password "my-password" is ccrough
> with mda "~/mda.sh chris %F"
> user "keris@keris" with password "my-password" is ccrough
> with mda "~/mda.sh keris %F"
Is it possible to get it to run a program when each email arrives, as
well as getting it sent to sendmail? I want to make it beep when I
get new mail.
> (I actually use my own MDA, a shell script which puts the mail into
> folders in my ~/Mail directory according to which mailbox they were sent
> to @keris.dcu, but the default sendmail works happily if you want it all
> into the one mailbox, or into real user accounts.)
Could I use procmail to get stuff put into different mailboxes? If so,
do I need to do anything specific when I run fetchmail?
--
Phil [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Craig Johnston)
Crossposted-To:
comp.os.linux.development.apps,comp.os.linux.development.system,comp.programming,comp.unix.programmer
Subject: Re: get client machine's IP-address
Date: 15 May 1999 16:50:50 GMT
In article <[EMAIL PROTECTED]>, Iond Research Srl <[EMAIL PROTECTED]> wrote:
>
>I'll try to explain myself better with an example:
>
>You are connected from a linux machine (client) to a solaris machine
>(server) with
>a telnet session during which you want to execute this c-program
>(complex.c)
>
>main()
>{
> printf("Hi, Mark\n");
>/* Now I wish to know the IP-address of the machine on which
> the string "Hi, Mark" is displayed"
> */
>}
You'll have to grab the info from /var/wtmpx or the equivalent
on your system.
--
Craig Johnston
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (MikeVW)
Crossposted-To: demon.ip.support.unix,uk.comp.os.linux,comp.mail.misc
Subject: Re: How do I get fetchmail to just dowmload for one user
Date: 15 May 1999 17:14:55 GMT
Reply-To: [EMAIL PROTECTED]
On Sat, 15 May 99 15:22:20 GMT, Phil Hunt <[EMAIL PROTECTED]> wrote:
>That works now, thanks. But it is still very slow, I have to stay
>logged on for some time before I get my mail downloaded for me. Is
>this because Demon is slow, or because fetchmail waits before
>polling pop3.demon.co.uk?
I've noticed that fetchmail is a little slow but not that bad. I useally
run it in the background with the command, fetchmail -d 600, this way I
don't even see it and it dls mail every 10 minutes automatically.
>Is it possible to get it to run a program when each email arrives, as
>well as getting it sent to sendmail? I want to make it beep when I
>get new mail.
>Could I use procmail to get stuff put into different mailboxes? If so,
>do I need to do anything specific when I run fetchmail?
Yes, this is what I do. Here is one filter rule for your .procmailrc file:
:0
* ^Received.*(\[153\.3[2-9]|\[208\.25[0-5]|uu.net)
{
:0c
flush
:0
| ~/wav/plunk
}
This rule scans the header of all incoming mail, screens out uu.net spam
and puts it in a folder called plunk. It activates this script that makes
a toilet flushing sound as it does. Here's the script:
cat - > /dev/null
wavplay ~/wav/flush.wav
I love procmail!
--
Trying to prevent arterial clogging of my CPU from eating too much spam!
Change the spam in my address to spring to reply. Stop the inspamity!
Visit my website www.mindspring.com/~us015148
This is a Microsoft Free message.
.........
`:::' ....... ......
::: * `::. ::'
::: .:: .:.::. .:: .:: `::. :'
::: :: :: :: :: :: .::.
::: .::. .:: ::. `::::. .:' ::.
...:::.....................::' .::::..
The choice of a GNU generation
UNIX is user friendly. It's just selective about who its friends are.
------------------------------
From: Steffen Leich <[EMAIL PROTECTED]>
Subject: map_static in exports?
Date: 15 May 1999 16:43:28 GMT
Hi,
anybody knows how to use the map_static-Option in /etc/exports files?
I'm using RedHat 6.0 and the man 5 exports tells me i may use this option to
map uids and gids from nfs-clients to the server.
My entry in exports is ... mynfsclient(rw,map_static=/etc/nfs.map)
/etc/nfs.map looks like this:
uid 700-800 700
gid 700-800 700
But exportfs complains with:
exportfs: Unknown keyword "map_static=/etc/nfs.map" in export file
Any help?
Steffen
--
___________________________________________________
Steffen Leich Phone: +49-6421-283144
[EMAIL PROTECTED]
Universitaet Marburg
Informations- und Kommunikationsdienste FB 02
------------------------------
From: Ben Hopkins <[EMAIL PROTECTED]>
Subject: Re: Network hangs up
Date: Sat, 15 May 1999 15:16:28 +0000
Ben Hopkins wrote:
>
> Hi,
>
> I have been fighting this problem off and on for several months
> now. I have a AMS Roadster laptop, AMDK6, 96MB RAM, Linux 2.0.34,
> RH 5.2, PCMCIA modem card. I'm running diald, pppd, a caching name
> server. But I've had this problem from before I started using diald,
> and before I setup the caching name server.
>
> The problem is that whenever I try to send a large file, all network
> activity stops. Ping doesn't reach anything (except localhost),
> netstat -t hangs (but netstat -tn works). The only way I've found
> to clear it up is to terminate diald (and pppd), and let it set for a
> few minutes.
>
> I can *receive* large files, but cannot *send*. It doesn't seem
> to matter how I send them, FTP or email. It seems that the limit
> is about 90K bytes.
>
> Any ideas?
I'm adding to this message here to say that I have already explicitly
enabled hardware control in the modem init string (AT&H3).
FWIW, here is diald.conf:
mode ppp
accounting-log /var/log/diald.log
fifo /etc/diald/diald.ctl
debug 0x0019
-buffer-packets
connect /usr/lib/diald/connect
device /dev/modem
debug
speed 115200
modem
lock
crtscts
local 198.162.0.1
remote 198.162.0.2
dynamic
defaultroute
include /usr/lib/diald/standard.filter
------------------------------
From: [EMAIL PROTECTED] (MikeVW)
Subject: Re: mgetty - no dialout
Date: 15 May 1999 17:24:26 GMT
Reply-To: [EMAIL PROTECTED]
On 15 May 1999 06:30:54 GMT, gpro <[EMAIL PROTECTED]> wrote:
>I installed mgetty and got it working to accept incoming calls
>(I'm running Red Hat 5.2). I can call my linux computer from
>my win98 computer and run telnet, ftp and bring up my homepage
>from my win98 netscape (strictly computer to computer connection).
>
>My problem is that now I can't dial out to get to my ISP
>(it worked before mgetty). Here is my inittab:
>May 16 01:16:22 localhost chat[786]: abort on (Invalid Login)
>May 16 01:16:22 localhost chat[786]: abort on (Login incorrect)
>May 16 01:16:22 localhost chat[786]: send (ATZ^M)
>May 16 01:16:23 localhost chat[786]: expect (OK)
>May 16 01:16:23 localhost chat[786]: ^M
>May 16 01:16:23 localhost chat[786]: OK
>May 16 01:16:23 localhost chat[786]: -- got it
>May 16 01:16:23 localhost chat[786]: send (ATDT8121055^M)
>May 16 01:16:23 localhost chat[786]: expect (CONNECT)
>May 16 01:16:23 localhost chat[786]: ^M
>May 16 01:16:23 localhost chat[786]: ATZ^M^M
>May 16 01:16:23 localhost chat[786]: OK^M
>May 16 01:17:08 localhost chat[786]: alarm
>May 16 01:17:08 localhost pppd[783]: Connect script failed
>May 16 01:17:08 localhost pppd[783]: Connect script failed
>I've been trying and reading, but no success.
>Why is the connect script failing? The modem doesn't even
>make any sound when I activate my ppp0 interface from network
>configuration in x. To dial out, I have to put in my old inittab
>without mgetty. What's the problem?
I had this problem when I was using getty too. With me the modem kept
locking up when I got a call where someone hung up too soon and the modem
couldn't complete the connection. Sometimes the thing would actually have
the lock file in place. Yours looks to not be the case as your log files
say the modem responded to the ATZ signal. Try and dialing out with
minicom or seeing if you can reset the modem through that. As to why this
happens it's beyond me. Good luck.
--
Trying to prevent arterial clogging of my CPU from eating too much spam!
Change the spam in my address to spring to reply. Stop the inspamity!
Visit my website www.mindspring.com/~us015148
This is a Microsoft Free message.
.........
`:::' ....... ......
::: * `::. ::'
::: .:: .:.::. .:: .:: `::. :'
::: :: :: :: :: :: .::.
::: .::. .:: ::. `::::. .:' ::.
...:::.....................::' .::::..
The choice of a GNU generation
UNIX is user friendly. It's just selective about who its friends are.
------------------------------
From: [EMAIL PROTECTED] (K Berrien)
Subject: Can't TELNET to Linux
Date: Sat, 15 May 1999 15:50:33 GMT
I'm having trouble telnetting to my Linux box. When I connect to
Linux I only get so far....
Red Hat Linux release 5.2 (Apollo)
Kernel 2.0.36 on an i486
And then it hangs. I have one other user account created at this
time, other than root.
Help, TIA.
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.setup
Subject: Re: CAN I USE ISAPNP FOR PCI MODEM?
Date: 15 May 1999 17:34:45 GMT
In <7hieol$np9$[EMAIL PROTECTED]> "Ed Blosch" <[EMAIL PROTECTED]>
writes:
]Although I looked very carefully to see that the box didn't say "Windows
]only"
]on it, I was duped anyway. Called Viking Components and they said it was
]"Windows only", a "plug and play". Also "We're looking into supporting
]Linux in the future."
]I've seen posts that suggest you might still be able to use one of
]these things if you disable PnP and use isapnptools. But my modem is an
No. A winmodem leaves out all the modem functionality, and requires a
driver on the computer to replace them. No such drivers exist for Linus.
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: ppp runs in ram disk
Date: 15 May 1999 17:37:21 GMT
In <7his7j$a3c$[EMAIL PROTECTED]> [EMAIL PROTECTED] writes:
>I am doing a project, whose top request is speed,
>so I load a basic files in a ram disk then mount it to the root,
>but the pppd can not work. my kernel can detect ttyS0 and support ppp
>both pppd and chat can work, but when combining them together , I got no
>result. does any one have some idea?
?? Don;t know what the speed requirement is since the loading speed of
ppp is not a limiting factor.
Anyway, in general look at
axion.physics.ubc.ca/ppp-linux.html
for step by step to getting ppp working. It shouldnot matter if ram disk
or not.
------------------------------
From: [EMAIL PROTECTED] (John Oliver)
Crossposted-To: comp.os.linux.misc
Subject: Re: Sendmail can't start in RH
Date: Sat, 15 May 1999 17:38:19 GMT
On Sat, 15 May 1999 17:01:05 GMT, Kelvin Leung
<[EMAIL PROTECTED]> wrote:
>I got a RH 5.1 installed in my home server as ipmasq, printer server and
>file server with Samba and Netatalk. I got cable modem connected to it.
>I haven't touch the sendmail configure file since the system installed.
>I have tried to find the mail server howto but they all in bits and
>pieces.
Problem #1: Your Red Hat 5.1 is a root exploit waiting to happen.
Even if you upgrade to 5.2, there's still some work ahead of you. But
as far as sendmail is concerned, get rid of the version included with
either RH, and install 8.9.3 Then, of course, go through all the
other usual security measures... put ALL: ALL in /etc/hosts.deny,
comment out all unneeded services, etc.
># do not uncomment smtp unless you *really* know what you are doing.
># smtp is handled by the sendmail daemon now, not smtpd. It does NOT
># run from here, it is started at boot time from /etc/rc.d/rc#.d.
>smtp stream tcp nowait root /usr/bin/smtpd smtpd
>#nntp stream tcp nowait root /usr/sbin/tcpd in.nntpd
And here's Problem #2... :-)
------------------------------
From: [EMAIL PROTECTED] (John Oliver)
Subject: Re: Can't TELNET to Linux
Date: Sat, 15 May 1999 17:39:07 GMT
On Sat, 15 May 1999 15:50:33 GMT, [EMAIL PROTECTED] (K
Berrien) wrote:
>I'm having trouble telnetting to my Linux box. When I connect to
>Linux I only get so far....
>
>
>Red Hat Linux release 5.2 (Apollo)
>Kernel 2.0.36 on an i486
>
>And then it hangs. I have one other user account created at this
>time, other than root.
What do your logs say? If you leave it for like five minutes, does it
connect eventually?
------------------------------
From: [EMAIL PROTECTED]
Subject: NFS changes file groups !!
Date: Sat, 15 May 1999 17:27:00 GMT
Hello,
I'm getting weird error when i use NFS.
I've read the various HOWTO's, but I'm very new to NFS. (and linux).
I'm using linux 2.2.6 on server
and 2.2.2 on client.
my set up:
server name is fangorn.
exports on fangorn is:
/home k6(rw) fangorn(rw)
/usr/local/share k6(rw) fangorn(rw)
hosts.allow
ALL: LOCAL
ALL: .my.net
rpcbind: 192.168.1.
========================
k6 is the client:
fstab on k6 includes:
fangorn:/usr/local/share /mnt/fangorn
nfs rsize=8192,wsize=8192,time0=14,intr
fangorn:/home /mnt/fhome nfs rsize=8192,wsize=8192,
time0-14,intr
I get lots of errors when I boot k6:
portmap: RPC call returned error 111
RPC: task of released request still queued
RPC: (task on xprt pending)
lockd_up: makesock failed, error=-111
The mounts can be used however file groups and owners
are all messed up !
Any help would be greatly appreciated, thanks
Andy Rayner
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: ppp: Protocol-Reject for unsupported protocol?
Date: 15 May 1999 17:40:32 GMT
In <7hiuh7$[EMAIL PROTECTED]> kite@NoSpam.%inetport.com (Clifford Kite) writes:
>Carsten G Brautigam ([EMAIL PROTECTED]) wrote:
>: After upgrading to RedHat 6.0, I have problms with PPP.
>: The lgo file says:
>: May 13 22:48:17 unicorn pppd[6890]: pppd 2.3.7 started by carsten, uid
>: 501
>: May 13 22:48:17 unicorn pppd[6890]: Using interface ppp0
>: May 13 22:48:17 unicorn pppd[6890]: Connect: ppp0 <--> /dev/modem
>: May 13 22:48:23 unicorn modprobe: can't locate module ppp-compress-21
>: May 13 22:48:24 unicorn modprobe: can't locate module ppp-compress-26
>: May 13 22:48:24 unicorn modprobe: can't locate module ppp-compress-24
Try
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate # From original RFC draft
alias ppp-compress-26 ppp_deflate # Final standard per ppp-2.3.4
n /etc/conf.modules
------------------------------
From: [EMAIL PROTECTED] (John Oliver)
Subject: Re: Null Modem Connection Linux <> Win95?
Date: Sat, 15 May 1999 17:43:52 GMT
On Sat, 15 May 1999 06:35:36 -0800, [EMAIL PROTECTED] (Alex Manuk)
wrote:
>Hi all... Trying DESPERATELY to interconnect two machines.. RH Linux to
>Win95 over a null
>modem cable. The two machines are capable of talking over Win95's "direct
>cable connection",
>but when I try to set up pppd on the Linux box, it won't talk to the Win
>machine. Using the proper
>null modem serial cable, Com1 (ttys0) to Com1. Is there additional software
>that's required on
>either box to make this work? The eventual goal is to "modem-share" between
>the two boxes, so
>pppd is kind of necessary, but I have no clue what authentication procedure
>Win95's direct
>cable connection follows, so I don't know what to send to the serial port
>during the connection
>process.
>
>Another option (I think) is to use Win95's "dial up networking" to establish
>the connection, and use
>the Linux box as a server, but I'm pretty lost as to how to acheive even
>THAT goal. Any assistance
>would be greatly appreciated.
First: Your serial connection would be painfully slow... don't bother.
The reason it's not working is probably the fact that pppd would need
to be set up for whatever weird protocol the Windows box will expect.
Two: I second Mike about getting a couple of $10 Ethernet cards and a)
a hub and a couple of cables, or b) a crossover cable, or c) a piece
of RG-58 and a couple of terminators (id the cards have BNC
connections, then they should come with Ts).
Three: I really doubt that you can "share" the modem. You can share
the *connection*, though... if the modem is on the Windows box, get
SyGate (www.sygate.com), and if it's on the Linux box, use IP
Masquerading. There's a HOWTO for setting that up.
Good luck!
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.setup
Subject: Re: PPP: where, how? Please Help!
Date: 15 May 1999 17:47:32 GMT
In <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes:
>If there is some kind soul out there:
>I have been trying to get ppp (RedHat 5.2) working for months. After being told
>to read volumes on the subject (and after reading volumes on this subject) I'm
Well, in case you have not read the following, it may help
axion.physics.ubc.ca/ppp-linux.html
>set the Dial-Up Phone Number:
>/etc/ppp/ppp-on
>/usr/sbin/pppd
>name=<username> -d connect
>'/usr/sbin/chat -t 45 -v ABORT BUSY
>ATDT3379922 CONNECT
>set the Dial-Up Password:
>/etc/ppp/chap-secrets
>[EMAIL PROTECTED] ""password""
Wrong format.
[EMAIL PROTECTED] * password
The second item which you have as password, is actually the other
machine name (suppied in remotename option.) The * says accept any
remotename.
>/var/log/messages
>localhost kernel:registered device ppp0
>localhost pppd [1897]:pppd 2.3.5 started
>by root, uid 0
>localhost pppd
>[1897]:tcgetattr:Input/output error (5)
Looks to me like you have modem prolems. Issomething else using one of
the serial lines?
(By the way, where do you tell pppd which modem port to use? I did not
see it anywhere.)
------------------------------
Date: Thu, 13 May 1999 22:35:13 +1000
From: Angus <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.unix.programmer,comp.protocols.tcp-ip
Subject: Re: Q: Newbie. Can't get client address
Im not quite with you here
if you are talking about a telnet connection to a server from a client then
you may try using some unix scripts
you could just do a 'whoami' or at worst get the user name some otherway and
do a 'whois' on that
I guess if worst came to worst you could try a ping and then read the IP
from that and report it back
The client address should be in the syslog as well as initiating the telnet
session (or any other connection)
any way... good luck
Iond Research Srl wrote:
> Hi guys,
> I want to develop such an incredible package.
>
> When a client logs on a server and run the package, it writes the client
>
> address on stdout.
>
> I don't know how to get the address, I've been suggested to use
> getpeername but I haven't been able to work it out.
>
> Sorry for a probably silly question. I hope it is not an OT, at least
>
> Thanks a lot for your time and help
>
> Luca
------------------------------
** 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
******************************