Linux-Networking Digest #502, Volume #10 Mon, 15 Mar 99 06:13:37 EST
Contents:
dummy interface ("arman")
Re: Telnet to Linux from Win 98 ("Daniel Crawshay")
Re: Unable to mount NFS
Re: error:ppp link is not active on ppp0?? ("David B. Rivenburg")
Re: /usr/local/bin/perl ->/usr/bin/perl (Villy Kruse)
Re: /usr/local/bin/perl ->/usr/bin/perl (Villy Kruse)
Initial Delay in telnet/ftp prompts through ethernet ("Taiho Koh")
netatalk/MacOS 8.5.1 - Can't access subdirectorys ([EMAIL PROTECTED])
URGENT! Mailproblems (gemelburg)
nt-client + sp4: =?iso-8859-1?Q?can=92t?= connect to linux/samba-box (Hubert Ming)
F-Secure SSH set up? (GenaBlu)
Re: RH 5.2 PPP working fine, but still a little clueless (Richard Stovall)
Re: ne card no longer detected (T.L. (Terry Branscombe))
Re: IP Masq+Cablemodem, need 2 nics? (Michael Johnson)
Re: What is RPC: program not registered? (Villy Kruse)
Proxim Ethernet Adapter (Steven Sartorius)
Re: MCSE preparation exams (Harry Lewis)
Re: nt-client + sp4: =?iso-8859-1?Q?can=92t?= connect to linux/samba-box (gemelburg)
Re: TCP/IP Upgrade! ("Kosta Kostis")
System can't detect network card ([EMAIL PROTECTED])
samba encrypted passwords ("liam toh")
Re: pppd LCP problem with kernel 2.2 (Bill Unruh)
----------------------------------------------------------------------------
From: "arman" <[EMAIL PROTECTED]>
Subject: dummy interface
Date: Mon, 15 Mar 1999 06:21:55 GMT
Hi all,
Please help if you know the solution to this problem.
I am trying to set the dummy interface on RedHat 5.1:
ifconfig dummy 192.1.1.13
I get the Error:
SIOCSIFADDR: Operation not supported by device.
I know that the dummy module is in the kernal. in fact after executing the
above command the dummy interface is loaded, I can see it using "lsmod"
command.
What is happening ?
Arman
------------------------------
From: "Daniel Crawshay" <[EMAIL PROTECTED]>
Subject: Re: Telnet to Linux from Win 98
Date: Sun, 14 Mar 1999 20:15:34 +1300
ifconfig is as follows.....
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:168 errors:0 dropped:0 overruns:0 frame:0
TX packets:168 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:00:C0:92:EB:27
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3790 errors:0 dropped:0 overruns:0 frame:0
TX packets:1876 errors:0 dropped:0 overruns:0 carrier:0
collisions:1
Interrupt:5 Base address:0x290 Memory:d4000-d6000
ppp0 Link encap:Point-to-Point Protocol
inet addr:209.78.48.109 P-t-P:202.49.242.13 Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1524 Metric:1
RX packets:63 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Memory:1042038-1042c34
and route -n ...
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
202.49.242.13 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 12 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 2 lo
0.0.0.0 202.49.242.13 0.0.0.0 UG 0 0 6 ppp0
all the hosts files have all ip addresses of the required boxes.
David Efflandt wrote in message ...
>On Sun, 14 Mar 1999 08:51:51 +1300, Daniel Crawshay <[EMAIL PROTECTED]>
>wrote:
>>I have just set up a ppp/printer server in my home, and want to be able to
>>shut away the Linux box in a cupboard. The printing and ppp works
correctly
>>(and ping to the Linux box etc), but I cannot telnet to the Linux box to
>>make modifications. What do I need to do? When I try to connect to the
box
>>from Win98 I get a message saying "Connection to Host Lost".
>>
>>I also cannot connect correctly from the Linux box itself via loopback, or
a
>>direct connect to the server IP. If I telnet from the Linux box to the
>>loopback (or the Linux box IP), I get "Connection closed by foreign host"
>>after a few seconds of no response.
>>
>>I would appreciate any Help. I have looked around at FAQ's etc, but it
>>appears ad if the Telnet is something that should just work??
>
>If you cannot even telnet to yourself, don't expect to be able to do it
>from anywhere else. The first time I installed RH5.0 the loopback was
>missing, for some reason. When I reinstalled, it was there. It is
>necessary to do anything network related.
>
>What do 'ifconfig' and 'route -n' show?
>
>Do you have names for your IP's in /etc/hosts and \windows\hosts?
>
>--
>David Efflandt [EMAIL PROTECTED]
>http://www.xnet.com/~efflandt/
------------------------------
From: <[EMAIL PROTECTED]>
Subject: Re: Unable to mount NFS
Date: Mon, 15 Mar 1999 06:30:07 GMT
brian <[EMAIL PROTECTED]> wrote:
: Friends,
: I have 3 machines running Linux all networked together. I am unable to
: mount one of the machines from either of the other two. I have made the
: appropriate modifications to /etc/export. From the machine in question,
: I can mount dirs on the other two and the other two can mount each
: other.
: When I attempt to mount the problem machine I get the following message:
: mounting: RPC: Program not registered
Once you edit /etc/exports:
as root;
killall portmap
killall rpc.mountd
killall rpc.nfsd
Then, as root:
portmap
rpc.mountd
rpc.nfsd
Steve
------------------------------
From: "David B. Rivenburg" <[EMAIL PROTECTED]>
Subject: Re: error:ppp link is not active on ppp0??
Date: Mon, 15 Mar 1999 02:28:36 -0600
> And what or where exactly is ppp0?
ppp0 is a network device. ppp-off assumes there is a connection on
ppp0 unless you tell it otherwise. If you run /sbin/ifconfig, you
will see all your active connections. I'm not sure why, but sometimes
when dialing in to my ISP, it connects on ppp1, so I then have to use
'ppp-off ppp1' to disconnnect.
Hope this helps.
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: /usr/local/bin/perl ->/usr/bin/perl
Date: 15 Mar 1999 09:40:54 +0100
In article <7cg75v$e2g$[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>
>I guess I shouldn't have said that I have "no idea" why Linux sticks perl in
>/usr/bin, because I know damn well why it's put there and I happen to agree
>(and, if you really wanted to stick with the "seniority" method of placing
>binaries, PERL is older than Linux, so sticking it in /bin shouldn't really
>even be taboo). That still doesn't change the fact that, outside the Linux
>community, perl5 in /usr/bin is wrong, and if you depend on it you *will*
>find your scripts breaking.
>
What it comes down to is that there should be a default location for
the perl binary excatly because to the many perl scripts which has this
location hard coded in the first line. The discussion of whether the
perl program came with the system or is installed later is not relevant
for this standardisation. The perl executable must be installed where
the scripts expects to find it.
You have a similar situation with sendmail. The traditional location is
/usr/lib/sendmail, and a lot of programs depend on that. Now, sendmail is
an executable, so it belongs in one of the bin directories, and as it is
not meant for normal users it is put in /usr/sbin. But for compatibility
reasons there is a symbolic link /usr/lib/sendmail -> /usr/sbin/sendmail.
Villy
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: /usr/local/bin/perl ->/usr/bin/perl
Date: 15 Mar 1999 09:42:57 +0100
In article <7cg7r4$ek5$[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>
>Where "should" perl be installed? /usr/bin. Where will the default location
>be in most future OS releases? /usr/bin. Where should you install perl
>_today_ (or symlink it) to make sure your scripts work in as many
>environments as possible? /usr/local/bin.
>
Both places. One being a symlink to the other.
Villy
------------------------------
From: "Taiho Koh" <[EMAIL PROTECTED]>
Subject: Initial Delay in telnet/ftp prompts through ethernet
Date: Mon, 15 Mar 1999 17:45:38 +0900
My Linux machine seems to work quite well for me including masquarading,
etc. But when I tried to get into the machine through ethernet with ftp or
telnet, I get "Connected to ..." message immediately but had to wait a
minute so until I get the first response from the machine. Afterward, it is
very responsive.
This problem happened to me in more than one cases. Has any one experienced
a similar problem? There is no such problem if I access the machine
through modem/ppp, so I suspect this has something to do with my ethernet
setup (netgear /w ne2000 driver).
Any help would be appreciated.
------------------------------
From: [EMAIL PROTECTED]
Subject: netatalk/MacOS 8.5.1 - Can't access subdirectorys
Date: Mon, 15 Mar 1999 08:42:50 GMT
Hi all,
I've got a strange problem with netatalk (last release) and
MacOS 8.5.1...
When trying to copy a somewhat nested folder, the Mac first
says 'Preparing to copy..' but after a short while it tells
me that the operation cannot be performed because the source
can't be found !
When trying to copy just a single folder containing no others
all works fine, a level higher and I get this strange error..
User/Group rights seem to be ok, even playing around with
some of netatalk options doesn't work, there are no messages
in the syslog, too.
Any ideas ??
ciao .. Jan Barnholt
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: gemelburg <[EMAIL PROTECTED]>
Subject: URGENT! Mailproblems
Date: Mon, 15 Mar 1999 10:00:41 +0100
Hi there, I have just introduced Linux as the most stable, friendly,
inexpensive OS in the world in our organisation and am allowed to test
it. We have installed a popserver and samba server on it, RedHat 5.2
Linux and Imap mailserver. Now we have a strange problem. Every morning
about 9.15 hours some users (all win 95 clients) get a message stating
that they could not connect to de mailserver, check everything and if it
continues contact your system administrator, ergo me. Ten minutes later
the problem dissapears. When I look in the maillog there are a lot of
messages stating AUTHENTICATE twinkie failure. Does anyone has any idea
what is going on? I got an advice to get pop out of inetd and let it run
all the time (how?) instead of letting it start at every request. But if
that is the case, why does it work fine the rest of the day? Oh yeah,
between 8.30 and 9.00 everybody logs on, total 125 clients, which must
be a laugh for linux isn't it?
Peter Baars
------------------------------
From: Hubert Ming <[EMAIL PROTECTED]>
Subject: nt-client + sp4: =?iso-8859-1?Q?can=92t?= connect to linux/samba-box
Date: Mon, 15 Mar 1999 10:16:38 +0100
Reply-To: [EMAIL PROTECTED]
hello samba gurus
i'm quite new to linux / samba. no i have setup a linux box with samba
1.9.18. my client's are win-nt-boxes with sp4 !! i can browse the
network-folder on the nt-box an i see the linux/samba-server. but when i
try to conncet to the samba-shares i get a dialog box: incorrect
password or unkown user name ???? the user i try to connect with is a
valid linux-user (passwd) and a valid nt-user as well. i'have set
'encrypt passwords = yes' in the smb.conf file and i created a smbpasswd
file in the /usr/local/samba/private directory with mksmbpasswd.
so what am i doing wrong.... how can i reach the penguin...
thanx alot for any help
hubert
------------------------------
From: [EMAIL PROTECTED] (GenaBlu)
Subject: F-Secure SSH set up?
Date: 15 Mar 1999 09:12:47 GMT
Hi!
Thanks to all for your help in setting SSH up. All my Linux machines are
happily configured and talking to one another with a clear conscience. Now,
the ugly part of the business: I must have the SSH client for Winblows.
I downloaded and installed F-Secure SSH but somehow I can't talk to any of my
Linux boxes. Does anyone have any idea why this might be? I'm using password
authentication, no compression, port 22. No RSA identity, though I've defined
one.
Is there a good tutorial anywhere on-line?
Thanks!
G
------------------------------
From: Richard Stovall <[EMAIL PROTECTED]>
Subject: Re: RH 5.2 PPP working fine, but still a little clueless
Date: Mon, 15 Mar 1999 01:16:01 -0800
A little earlier I wrote:
> I am running RH 5.2 with kernel 2.2.3. I built the new kernel with no
> problems and everything seems rosy. My problem is that the only way I
> know how to initiate a ppp connection is by running netcfg as superuser
> and "activating" the ppp0 interface from there.
>
> This works fine but is a little klunky. Can someone please tell me how
> to dial up my ISP from the command line as an ordinary user?
>
> Thanks
>
> RS
Nevermind. I figured it out based on a post in comp.os.linux.help.
The short answer, for those interested, is:
1) set ppp0 (or whatever your interface is) so that it may be enabled by
users.
2) run the following from the command line: /usr/sbin/usernetctl ppp0 up
3) when finished run /usr/sbin/usernetctl ppp0 down
This works great for me.
RS
------------------------------
From: [EMAIL PROTECTED] (T.L. (Terry) Branscombe)
Subject: Re: ne card no longer detected
Date: Mon, 15 Mar 1999 05:43:35 GMT
T.L. (Terry) Branscombe ([EMAIL PROTECTED]) wrote:
: [snip]
: Mounting local filesystems...
: /proc on /proc type proc (rw)
: SIOCSIFADDR: no such device
: SIOCSIFNETMASK: no such device
: SIOCSIFBRDADDR: no such device
: SIOCADDRT: no such device
: Mounting remote filesystems...
: [snip]
Just another note. These messages are the same as those generated by
ifconfig. For some reason, Linux can no longer detect the eth0 device,
while Win95 on the same machine still can.
--
+------------------+
Terrence Branscombe
[EMAIL PROTECTED]
------------------------------
From: Michael Johnson <[EMAIL PROTECTED]>
Subject: Re: IP Masq+Cablemodem, need 2 nics?
Date: Mon, 15 Mar 1999 05:47:27 GMT
Nate Case wrote:
>
> Hi. I'm using MediaOne for my cablemodem service and I'm trying to
> setup IP Masqerading to allow my other computer to share the
> connection. I understand IP Masqerading fairly well, but what I'm
> trying to figure out is if I need to get a 2nd ethernet card for my
> linux box in order for it to function correctly. Most people do use 2
> ethernet cards, but I think it's possible for me to not have to use one,
> and here's why:
>
> The cablemodem is a surfboard 1200 (sb1200), eth0 is permanantly
> assigned with 192.168.100.2, even while connected (which poses problems
> with some apps, but i've learned to deal with it). Currently, I have
> the cable modem plugged directly into the hub, along with my other
> computers. Right now, I can access the Internet, as well as services on
> my LAN with my Linux box. So, I don't think I need a second ethernet
> card, but maybe i'm missing something.
>
> The reason I ask is because I've tried to get it to work this way
> already, but was unable to. Either I was doing something wrong while
> setting up IP Masqerading, or I indeed need another ethernet card.
>
> Thanks in advance
Ya
I think you will need a second network card - one to plug the cable
modem into and the other to network to the other copmputers.
That is the way I have our cable modem set up with masquerading, and it
works great.
Mike
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: What is RPC: program not registered?
Date: Mon, 15 Mar 1999 06:00:52 GMT
In article <7b7gd6$7ic$[EMAIL PROTECTED]>,
������ <[EMAIL PROTECTED]> wrote:
>hi,
>when i tried nfs mount, I got following message :
>mount : RPC : program not registered.
>What does it mean?
>What shoud I do?
>Thanks for reading
Most likely you don't have any nfs server installed and configured.
The portmap service is also required, as this is the service that will
register all the nfs services (listening on port 111).
Villy
------------------------------
From: [EMAIL PROTECTED] (Steven Sartorius)
Crossposted-To: comp.sys.mac.hardware.misc,comp.os.unix
Subject: Proxim Ethernet Adapter
Reply-To: [EMAIL PROTECTED]
Date: Mon, 15 Mar 1999 06:14:54 GMT
I'm looking to set up a small wireless network consisting of a linux box
and a couple of Macs (no Windoze machines). Most of the existing products
I've seen are Win95/98 specific (i.e. HomeFree, Symphony) but I did run
across Proxim's RangeLan2 Ethernet Adapter. All the machines I'm looking
to hookup already have ethernet installed and are split between 2 separate
hubs. I basically want to bridge the hubs (which are on different floors)
without laying cable. From what I can tell from Proxim's literature I
should be able to connect each hub to a 7920 Ethernet Adapter and have a
transparent, wireless bridge between the hubs. Does anyone have any
experience with these adapters. Is it really this simple or are there any
hidden "gotcha's"??
Thanks for any help,
Steve
------------------------------
From: Harry Lewis <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: MCSE preparation exams
Date: Mon, 15 Mar 1999 09:35:30 +0000
Reply-To: [EMAIL PROTECTED]
Miguel Cruz wrote:
> I've flipped through the books in stores and everything was completely
obvious.<
Then you're ready for the exam. Don't forget to post your results and let us know
how you got on.
Harry
------------------------------
From: gemelburg <[EMAIL PROTECTED]>
Subject: Re: nt-client + sp4: =?iso-8859-1?Q?can=92t?= connect to linux/samba-box
Date: Mon, 15 Mar 1999 10:53:24 +0100
In smb.conf you should edit the line security = server into security = share
peter
Hubert Ming wrote:
> hello samba gurus
> i'm quite new to linux / samba. no i have setup a linux box with samba
> 1.9.18. my client's are win-nt-boxes with sp4 !! i can browse the
> network-folder on the nt-box an i see the linux/samba-server. but when i
> try to conncet to the samba-shares i get a dialog box: incorrect
> password or unkown user name ???? the user i try to connect with is a
> valid linux-user (passwd) and a valid nt-user as well. i'have set
> 'encrypt passwords = yes' in the smb.conf file and i created a smbpasswd
> file in the /usr/local/samba/private directory with mksmbpasswd.
> so what am i doing wrong.... how can i reach the penguin...
> thanx alot for any help
> hubert
------------------------------
From: "Kosta Kostis" <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.ibm.pc.hardware.networking
Subject: Re: TCP/IP Upgrade!
Date: Mon, 15 Mar 1999 06:13:40 GMT
Michael Croft-White schrieb in Nachricht <[EMAIL PROTECTED]>...
>Anyway I have been working on a slight improvement to the way
>information is thrown around the internet, in particular the ARP
>protocol. ...
> ...
>email me and hopefully we can speed up the internet!
Speed up the Internet by speeding up ARP which only works
on LANs? Did I miss something here?
Kosta
------------------------------
From: [EMAIL PROTECTED]
Subject: System can't detect network card
Date: Mon, 15 Mar 1999 09:35:57 GMT
OS: Caldera Linux Kernel 2.0.29
Network Card: D-Link DE220PCT (ISA network card)
I'm new to Linux...I bought a Linux book but it did not have sufficient
information on how to install network....and the system cannot detect the
network card....
Except for networking, I already installed Linux successfuly...
Can someone please tell me the detailed steps in how to let Linux detect the
card and install the network?
Thanks....
e-mail: [EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "liam toh" <[EMAIL PROTECTED]>
Subject: samba encrypted passwords
Date: Mon, 15 Mar 1999 00:20:01 -0800
Im new to linux, using redhat 5.2 2.0.36 with samba 1.9.18p10
I have the network working good, just 1 win98 system networked to 1 redhat
linux system. I have just one user account (besides root) on the linux. This
user account directory on linux was accessable in network neighborhood
before I tried to configure encrypted passwords. I tried to set up the
encrypted passwords,
I uncommented, in smb.conf, the
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
then I did
cat passwd | mksmbpasswd.sh >smbpasswd
this created a smbpasswd file but now the user account password doesnt work
when I try to access the user home directory from win 98, it seems the
smbpasswd file made a different password than the user account password. The
password I used was a simple 2 character password. Is that to small for
samba or not a 'legal' password? Anybody know where I went wrong or how I
can reset my password? I can still log into my user account with the
password from the bash shell, but I cant access my user directory in network
neighborhood because it ask for the password and the user account password
doesnt work. I can access the shares on the win 98 system from linux, I have
a printer and a shared directory with full read and write permissions that
has a password on the win 98 that I can access from the linux system . Also
while logged in as the user and using smbpasswd to set the password gets me
nowhere as it ask for my password and the user account password doesnt work.
Any help would be appreciated.
Thanks
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: pppd LCP problem with kernel 2.2
Date: Mon, 15 Mar 1999 06:33:19 GMT
In <7bbqoi$[EMAIL PROTECTED]> [EMAIL PROTECTED] (Clifford Kite) writes:
>: Feb 27 22:21:57 film chat[438]: CONNECT
>: Feb 27 22:21:57 film chat[438]: -- got it
>: Feb 27 22:21:57 film chat[438]: send (\d)
>: Feb 27 22:21:58 film chat[438]: expect (sername:)
>: Feb 27 22:21:58 film chat[438]: 115200^M
>Here is something strange. No ordinary modem can send or receive at
>115200 bit/sec over the usual PPP connection except with help from modem
>compression and error correction. Connecting at that speed, specified by
>the pppd option, very likely means that no error correction or compression
>is configured in the modem itself.
Actually that is the computr to modem speed. It should be high to
account for the modem to modem compression (at 50K modem to modem speed
that can easily give your 100K needed in computer to modem speed.)
------------------------------
** 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
******************************