Linux-Networking Digest #139, Volume #11 Thu, 13 May 99 10:15:21 EDT
Contents:
Re: 3c509 and IRQ conflicts ("Frater M.A.Ch.H. 999")
Re: fdisk /MBR ??? (Jon Skeet)
2 Ethernet cards in Linux (Jusa)
Re: fdisk /MBR ??? (Mark Tranchant)
Re: Problems with looking up hostnames after upgrade (Tim Sutherland)
IMAP4 with SSL support? (Greg Spiegelberg)
Re: Newbie humble Q: can't run autoboot.bat at D:\ (Zeljko Cvrkotic)
Re: mgetty blocks dialout (Zeljko Cvrkotic)
Re: pap authentication failure Help.. (Clifford Kite)
Re: 2 Ethernet cards in Linux ("Curt")
Vote to make Linux the best! (Anuradha, the penguin)
Re: Vote to make Linux the best! (Paul Black)
Using two netmasks on one machine? ([EMAIL PROTECTED])
Re: smbmount ("Mies")
Re: pap authentication failure Help.. ("Gene Heskett")
Re: how do I dial into my linux box? (Clifford Kite)
----------------------------------------------------------------------------
From: "Frater M.A.Ch.H. 999" <[EMAIL PROTECTED]>
Subject: Re: 3c509 and IRQ conflicts
Date: Thu, 13 May 1999 06:30:47 -0500
Oh, by the way, seeing the similar post below and the reply, I'd almost
forgotten... make sure that you've used the 3com utilities in DOS/Windoze to
disable the Plug-and-play support on the 3c509. I'd totally forgotten that
that was the first thing that had to happen before making any progress at
all on my RedHat 5.2 Linux box.
AZOTh 999
Jebediah <[EMAIL PROTECTED]> wrote in message
news:7hcvi7$ke0$[EMAIL PROTECTED]...
> I just installed the Red Hat 6.0 a few nites ago. I was hoping it would
> fix the problem with my 3Com 3c509 ethernet card, but this was not the
> case. I have narrowed the prob down to an IRQ conflict, mainly due to my
> SoundBlaster AWE 64 card residing on IRQ 5. The ethernet card seems to
> like residing on this IRQ as well. I used the 3c5x9.exe that came on the
> floppies with my card. I changed the IRQ to my empty location of 9 and
> tried it in Linux again. Still no luck. I would try another IRQ but all
> of them are taken and the SoundBlaster is pretty well set on 5 due to
other
> devices. I would also try IRQ 12 where my mouse resides, but I can not
put
> it into USB mode for Linux yet. Finally in desperation I put the ethernet
> on IRQ 10 and IO 0x300... This at least made my card fail a lot faster, so
> it is recognized. My question is how do I make the card work or am I
> screwed up a tree?
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (Jon Skeet)
Crossposted-To:
comp.protocols.nfs,comp.os.linux.help,alt.linux,alt.os.linux,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: fdisk /MBR ???
Date: Thu, 13 May 1999 13:20:27 +0100
[EMAIL PROTECTED] wrote:
> Well, I just wanna know what the command /mbr does?
> I know u can use it with fdisk to "get ridd of" Lilo , but what does it
> really do?
It writes the "standard" MS bootloader into the master boot record of the
hard disk.
--
Jon Skeet - [EMAIL PROTECTED]
http://www.pobox.com/~skeet/
------------------------------
From: Jusa <[EMAIL PROTECTED]>
Subject: 2 Ethernet cards in Linux
Date: Thu, 13 May 1999 11:45:25 +0000
Okay, I have 2 3COM 3c509 cards on my comp. Now my problem is, that it
doesn't seem to use both of them, just the one with the bigger IP
number!
eth0 has the IP 172.16.1.3
eth1 has the IP 172.16.1.4
Now, when I ping 172.16.1.3, it does NOT respond.
When I ping 172.16.1.4, it DOES respond.
Ok, now I swap the IP numbers, so that
eth0 has 172.16.1.4
eth1 has 172.16.1.3
And again, I ping both, resulting that once again 172.16.1.4 responds,
but 172.16.1.3 does not.
So the problem isn't with the cards. Both are fine. Now I'd like to know
what exactly is wrong.
Why can't it ping the lower numbered IP?
here's my ifconfig:
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:327 errors:0 dropped:0 overruns:0
TX packets:327 errors:0 dropped:0 overruns:0
eth0 Link encap:Ethernet HWaddr 00:60:8C:93:CF:30
inet addr:172.16.1.4 Bcast:172.16.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:11 Base address:0x300
eth1 Link encap:Ethernet HWaddr 00:A0:24:2F:34:78
inet addr:172.16.1.3 Bcast:172.16.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:61 errors:0 dropped:0 overruns:0
Interrupt:10 Base address:0x210
Route:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
a1s13.saunalaht * 255.255.255.255 UH 0 0 0
ppp0
172.16.1.0 * 255.255.255.0 U 0 0 1
eth0
172.16.1.0 * 255.255.255.0 U 0 0 0
eth1
127.0.0.0 * 255.0.0.0 U 0 0 17
lo
default a1s13.saunalaht 0.0.0.0 UG 0 0 10
ppp0
------------------------------
From: Mark Tranchant <[EMAIL PROTECTED]>
Crossposted-To:
comp.protocols.nfs,comp.os.linux.help,alt.linux,alt.os.linux,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: fdisk /MBR ???
Date: Thu, 13 May 1999 12:35:36 +0100
Reply-To: [EMAIL PROTECTED]
It overwrites the master boot record (hence MBR) with the code that
forces a jump to DOS.
Mark.
Mikael Wetterstrand wrote:
>
> Hello
> Well, I just wanna know what the command /mbr does?
> I know u can use it with fdisk to "get ridd of" Lilo , but what does it
> really do?
------------------------------
From: [EMAIL PROTECTED] (Tim Sutherland)
Crossposted-To:
alt.os.linux.slackware,comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.misc
Subject: Re: Problems with looking up hostnames after upgrade
Date: 13 May 1999 08:37:38 GMT
In article <[EMAIL PROTECTED]>, Gambit32 wrote:
>Also:
>
>May 10 12:19:44 www named[6317]: Ready to answer queries.
>May 10 12:19:54 www named[6317]: No root nameservers for class IN
>>(http://www.academic.marist.edu/carob/) it should be saying came from
from my /var/named/named.root
; This file holds the information on root name servers needed to
; initialize cache of Internet domain name servers
; (e.g. reference this file in the "cache . <file>"
; configuration file of BIND domain name servers).
;
; This file is made available by InterNIC registration services
; under anonymous FTP as
; file /domain/named.root
; on server FTP.RS.INTERNIC.NET
; -OR- under Gopher at RS.INTERNIC.NET
; under menu InterNIC Registration Services (NSI)
; submenu InterNIC Registration Archives
; file named.root
Make sure you have
zone "." {
type hint;
file "named.root";
};
in your /etc/named.conf
And that named.root is in the options{directory"foo/baz";} directory.
--
Beauty seldom recommends one woman to another.
------------------------------
From: [EMAIL PROTECTED] (Greg Spiegelberg)
Crossposted-To: comp.os.linux.development.apps
Subject: IMAP4 with SSL support?
Date: 13 May 1999 12:20:48 GMT
Reply-To: [EMAIL PROTECTED]
Is there a free IMAP4 server available that has SSL capabilities?
-- --
| Greg "Twotone" Spiegelberg NetSet Internet Services |
| [EMAIL PROTECTED] +1 614 527 9111 |
| [It is] best to confuse only one issue at a time. -- K&R |
-- --
------------------------------
From: Zeljko Cvrkotic <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Newbie humble Q: can't run autoboot.bat at D:\
Date: Mon, 10 May 1999 09:58:08 +0200
> > Hi Group,
> > I hope somebody can point me to a better place if this is not the
> > appropriated ng to discauss this question.
> >
> > I got the redhat linux 5.2 installation guide with the free CD from
> > linuxmall.com. Soon I realized that I need the boot discatte, or run autoboot
> > at cd-rom. However, at dos prompt the machine can't recognize d drive. I
> > suppose I need some driver. However this is school's box I'm messing around
> > with. I have absolutely no idea where to start.
> >
> > I suppose I can get a bootdisk from a new linux distro (openLinux2.2 is
> > cheap) or get a linux 5.2 box from ebay. Any other recommendation? Any
> > program that can format a floppy disk in linux format and make a linux
> > bootdisk from the dos prompt?
> >
> > Any input is greatly apprecated.
> >
The problem is in Win because it puts some REMs in autoexec.bat. That
means that you can access CD from Win but not from DOS. The solution is
next: edit AUTOEXEC.BAT and remove
REM -------- CD ROM by Windows 95 ----- (or something like that),delete
line,
REM -----------C:\WIN95\COMMAND\MSCDEX.EXE /D:MTMIDE01 /M:10, delete
REM ---------
reboot your PC and try to access CDROM. If it not the solution, write
me.
====================================================================
Zeljko Cvrkotic Linux Users Group of Yugoslavia
[EMAIL PROTECTED] www.linux.org.yu
====================================================================
------------------------------
From: Zeljko Cvrkotic <[EMAIL PROTECTED]>
Subject: Re: mgetty blocks dialout
Date: Mon, 10 May 1999 10:27:19 +0200
Darren McClelland wrote:
>
> Hi
>
> I am setting up a Linux box with dialin remote access and and a dial out
> PPP connection. The idea is to dial in to the box, hang up and then have
> it dial me back to a PPP server. This to provide some security and so
> that the long distance charges live at the remote box. I can dial in
> just fine and get a terminal and login, and I can dial out and establish
> a PPP connection, _but_ not both. When mgetty is running the dialout
> chat script never seems to talk to the modem and just hangs. Here's the
> setup:
>
> RH 5.1
> 2.0.34 kernel
>
> Mgetty
> S2:2345:respawn:/sbin/mgetty ttyS2 -D /dev/ttyS2l
> in inittab to start the mgetty
>
> mgetty.config:
> speed 38400
> debug 8
>
> Chat:
> /usr/sbin/pppd connect '/usr/sbin/chat -v -f /usr/local/etc/ppplogin'
> debug crtscts modem defaultroute /dev/ttyS2 19200 asyncmap 0
>
Try to using /dev/cua instead /dev/tty in chat script.
--
====================================================================
Zeljko Cvrkotic Linux Users Group of Yugoslavia
[EMAIL PROTECTED] www.linux.org.yu
====================================================================
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: pap authentication failure Help..
Date: 13 May 1999 07:05:42 -0500
Burton ([EMAIL PROTECTED]) wrote:
: ok heres the kernel messages i get
: May 12 22:22:15 www pppd[1509]: No response to PAP authenticate-requests
: May 12 22:22:52 www kernel: ppp: channel ppp0 closing.
: May 12 22:22:52 www pppd[1509]: Hangup (SIGHUP)
: May 12 22:22:52 www pppd[1509]: Modem hangup
The initial link LCP negotiation was apparently completed. The failure
to get a response to the PAP authenticate request may be remedied by
something as simple as a change in the "asyncmap" option, "asyncmap 0"
and "asyncmap a0000" are two candidates. Otherwise more information
is necessary.
There should be a log with more PPP link negotiation messages.
The file and location vary with distribution but they're configured
in /etc/syslog.conf, the right-most column. Here it's /var/log/debug.
You also need the pppd "debug" option.
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* Those who can't write, write manuals. */
------------------------------
Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: 2 Ethernet cards in Linux
Date: Thu, 13 May 1999 07:25:44 -0500
Well they are both on the same segment. Not generally a good idea.
So I would guess that it finds the first route to network segment 17.16.1.0
and takes it.
If you are going to have both on the same segment, I would suggest having a
route to the
specific hosts(IP), via 'route add -host 172.16.1.3 dev eth0'.
I THINK your routing table should look something like:
Destination Gateway Genmask Flags Metric Ref Use
Iface
a1s13.saunalaht * 255.255.255.255 UH 0 0 0 ppp0
172.16.1.3 * 255.255.255.255 UH 0 0 1
eth0
172.16.1.4 * 255.255.255.255 UH 0 0 0
eth1
172.16.1.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 17 lo
default a1s13.saunalaht 0.0.0.0 UG 0 0 10 ppp0
Jusa <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Okay, I have 2 3COM 3c509 cards on my comp. Now my problem is, that it
> doesn't seem to use both of them, just the one with the bigger IP
> number!
> eth0 has the IP 172.16.1.3
> eth1 has the IP 172.16.1.4
>
> Now, when I ping 172.16.1.3, it does NOT respond.
> When I ping 172.16.1.4, it DOES respond.
>
> Ok, now I swap the IP numbers, so that
> eth0 has 172.16.1.4
> eth1 has 172.16.1.3
>
> And again, I ping both, resulting that once again 172.16.1.4 responds,
> but 172.16.1.3 does not.
> So the problem isn't with the cards. Both are fine. Now I'd like to know
> what exactly is wrong.
> Why can't it ping the lower numbered IP?
>
> here's my ifconfig:
> 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:327 errors:0 dropped:0 overruns:0
> TX packets:327 errors:0 dropped:0 overruns:0
>
> eth0 Link encap:Ethernet HWaddr 00:60:8C:93:CF:30
> inet addr:172.16.1.4 Bcast:172.16.1.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0
> TX packets:0 errors:0 dropped:0 overruns:0
> Interrupt:11 Base address:0x300
>
> eth1 Link encap:Ethernet HWaddr 00:A0:24:2F:34:78
> inet addr:172.16.1.3 Bcast:172.16.1.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0
> TX packets:61 errors:0 dropped:0 overruns:0
> Interrupt:10 Base address:0x210
>
> Route:
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> a1s13.saunalaht * 255.255.255.255 UH 0 0 0
> ppp0
> 172.16.1.0 * 255.255.255.0 U 0 0 1
> eth0
> 172.16.1.0 * 255.255.255.0 U 0 0 0
> eth1
> 127.0.0.0 * 255.0.0.0 U 0 0 17
> lo
> default a1s13.saunalaht 0.0.0.0 UG 0 0 10
> ppp0
>
------------------------------
From: Anuradha, the penguin <[EMAIL PROTECTED]>
Subject: Vote to make Linux the best!
Date: Thu, 13 May 1999 12:22:06 GMT
There is a poll going on in www.dejanews.com to find our the best
networking operating system. Visit this site to make your decision
for linux.
Anuradha.
=============================================
Powered by Linux
=============================================
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: Paul Black <[EMAIL PROTECTED]>
Subject: Re: Vote to make Linux the best!
Date: Thu, 13 May 1999 13:38:13 +0100
Anuradha, the penguin <[EMAIL PROTECTED]> wrote:
>
> There is a poll going on in www.dejanews.com to find our the best
> networking operating system. Visit this site to make your decision
> for linux.
How does a poll determine which is the best? Or is it another cynical
ploy to get people to look at adverts?
Paul
------------------------------
From: [EMAIL PROTECTED]
Subject: Using two netmasks on one machine?
Date: Thu, 13 May 1999 09:02:29 GMT
I currently have a Red Hat Linux 5.2 (Kernel 2.2.7) installed, but I
have a problem that I cannot get it to respond to two IP addresses on
two networks. Well...I don't know how to do it.
There are two networks, and I want my machine to be visible on both of
them. I have tried IP Aliasing, but that only gives you an option for
extra IP addresses and not Netmasks. Is there a way to respond to two
Netmasks?
Thanks,
Terence.
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: "Mies" <[EMAIL PROTECTED]>
Subject: Re: smbmount
Date: Thu, 13 May 1999 16:28:27 +0300
Excuse me, but you could try to use dots and commas instead of writing
sentences without them. It makes it a lot easier to read.
>Has anyone got smbmount to work my command line is
>
>smbmount //monsta.spawn.net/winhd /mnt/winhd -n
>
> monsta.spawn.net being the win98machine and the share is called
>winhd I have not set a password
> the mount point is obviously /mnt/winhd and the -n is for no
>passwords
>
>I have read all availiable material I can find It seems in that in news
>groups Its a common problem
>
>
>The error it keeps returning is mount error invalid argument
>
>Ive made the dir /mnt/winhd before you ask
>
>Any help would bee much appreciated
------------------------------
Date: 13 May 99 08:58:36 -0500
From: "Gene Heskett" <[EMAIL PROTECTED]>
Subject: Re: pap authentication failure Help..
Reply to: <[EMAIL PROTECTED]>
Gene Heskett sends Greetings to Clifford Kite;
CK> Burton ([EMAIL PROTECTED]) wrote:
CK>: ok heres the kernel messages i get
CK>: May 12 22:22:15 www pppd[1509]: No response to PAP
CK>: authenticate-requests May 12 22:22:52 www kernel: ppp: channel
CK>: ppp0 closing. May 12 22:22:52 www pppd[1509]: Hangup (SIGHUP)
CK>: May 12 22:22:52 www pppd[1509]: Modem hangup
CK> The initial link LCP negotiation was apparently completed. The
CK> failure to get a response to the PAP authenticate request may be
CK> remedied by something as simple as a change in the "asyncmap"
CK> option, "asyncmap 0" and "asyncmap a0000" are two candidates.
CK> Otherwise more information is necessary.
CK> There should be a log with more PPP link negotiation messages.
CK> The file and location vary with distribution but they're
CK> configured in /etc/syslog.conf, the right-most column. Here it's
CK> /var/log/debug. You also need the pppd "debug" option.
It appears that having the 'asyncmap 0x000a0000' option set is a basic
requirement, at least in the USA. Now it logs in, IF the lines not
busy, but can somebody tell me why an 8 meg dload takes 3.5 hours?
It appears my ISP is only giving so much bandwidth per connection, and
each of them seem to get about 800 cps. On a 56k line, that sucks!
Cheers, Gene
--
Gene Heskett, CET, UHK |Amiga A2k Zeus040 50 megs fast/2 megs chip
Ch. Eng. @ WDTV-5 |A2091,GuruRom,1g Seagate,CDROM,Multiface III
<[EMAIL PROTECTED]> or |Buddha + 4 gig WDC drive, 525 meg tape
<[EMAIL PROTECTED]>|Stylus Pro, EnPrint, Picasso-II, 17" vga
RC5-Moo! 22kkeys/sec isn't much, but it all helps
--
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: how do I dial into my linux box?
Date: 13 May 1999 06:49:32 -0500
Tjalfe ([EMAIL PROTECTED]) wrote:
: I would like to know how I would go about having my modem in my linux machine pick
:up an incomming call, and allow a terminal, connection /ppp connection ( whatever the
:correct terminology is).
: the modem is connected to /dev/cua1, and I have PPP support in the kernel...
Try this link:
http://www.swcp.com/~jgentry/dialin2.html
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* The wealth of a nation is created by the productive labor of its
* citizens. */
------------------------------
** 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
******************************