Linux-Networking Digest #59, Volume #10 Sat, 30 Jan 99 21:13:47 EST
Contents:
pppd connectoin with user (Louis the Goober)
Re: Telnet & FTP time out (Linux <--> Win98) (David Efflandt)
Re: Which 'flavor' of Linux best for a M$ Separatist (Christopher B. Browne)
Re: lessons learned while setting up masquerading ("Michael 'BeLFrY' S. E. Kraus")
Re: Linux 5.2 SMTP (Pawel Sakowski)
Re: ne2000 clone help? (Patrick Atoon)
Re: SAMBA -> Gethostbyaddr failed for 90.0.0.3 (Paul Harris)
Gateway solo PCMCIA w/ Slackware 3.6 ([EMAIL PROTECTED])
SMBFSmount,...HELP !! (Robert Verdicchio)
Re: Weird 3COM Card Problem - Help Please ([EMAIL PROTECTED])
Re: Newbie Q: Linux Box as Router, Server, Gateway? (Alinoor Walli)
Re: Cannot login to samba server ("Lucas Technology")
Log file question ("zoobeauval.com")
Re: Xlib.h (Gin-Lung Cheng)
DNS: cu\032-l\032ttyS0, type = A, class = IN ([EMAIL PROTECTED])
Another poor sap with DIALD problems (Ron Gage)
Re: Remote-booting via NFS (Nikhil Sharma)
Re. Remote-booting via NFS (Nikhil Sharma)
How can I add pkg into linux via glint ? (wlo)
Re: get MX record ("Christopher G. Petty")
Something screwed up with route and ifconfig! (Malay Shah)
----------------------------------------------------------------------------
From: Louis the Goober <[EMAIL PROTECTED]>
Subject: pppd connectoin with user
Date: Fri, 29 Jan 1999 23:27:44 -0500
Reply-To: [EMAIL PROTECTED]
Hi:
I have my scripts right and up and running on my Linux RedHat
5.2 connecting to my school computer , my problem is I can't used pppd
daemon when I login as a user instead of root, can anyone help ? Thanks
! It tell me only the root has privleges to use pppd, so ????
sincerely, Louis
------------------------------
From: David Efflandt <[EMAIL PROTECTED]>
Subject: Re: Telnet & FTP time out (Linux <--> Win98)
Date: Sat, 30 Jan 1999 04:36:56 GMT
Reply-To: [EMAIL PROTECTED]
On 1/29/99, 3:40:15 PM, Steven Parker <[EMAIL PROTECTED]> wrote=20
regarding Telnet & FTP time out (Linux <--> Win98):
> I have a Linux box with a 3Com 3c905B NIC and a Win98 box as the only
> two machines on my 10BaseT LAN (right now); they're connected with a
> little 8 port hub. I can ping back and forth fine... But, telneting=20
to
> the Linux box takes a very long time (sometimes so long that it times
> out). Does anyone have any clues as to why this could be occurring?
> What should the gateway be set to? (I've tried setting it to the=20
linux
> box...). Could it be the telnet daemon configured badly?
In a word, DNS. Make sure that Linux has a name in /etc/hosts for any=20
local machines connecting too it. You might do the same for=20
\windows\hosts if you want to access the Linux box by name.
------------------------------
From: [EMAIL PROTECTED] (Christopher B. Browne)
Crossposted-To: alt.os.linux.caldera,comp.os.linux
Subject: Re: Which 'flavor' of Linux best for a M$ Separatist
Reply-To: [EMAIL PROTECTED]
Date: Sat, 30 Jan 1999 05:10:27 GMT
On Fri, 29 Jan 1999 14:49:00 GMT, Bow Shock Wave <[EMAIL PROTECTED]>
posted:
>On Thu, 28 Jan 1999 11:21:12 -0500, <[EMAIL PROTECTED]> wrote:
>
>Judging by following this NG there is defiantly more Redhat penguins
>that Caldera penguins.
>
>As a Caldera user trying to become experienced, I find that I have to
>post to other Linux NG's for Q&A. hopefully over time Caldera will get
>more users that will help with Q&A's on this Distribution.
>
>Caldera Linux has become a very nice Distribution and will hopefully
>gain a bigger Market share.
Caldera seems to be primarily targeting organizations that want to
install *relatively* "embedded" server systems. They are selling
distributions that cost considerably more than Red Hat's, and
apparently are much more aggressively providing (paid for) customer
service and handholding.
Red Hat hasn't thus far been targeting that nearly as much or as well.
Red Hat's lower prices are not supportive of high levels of service,
but do make adoption cheaper, which attracts users.
>For those that are interested, what do you feel Caldera can do to make
>the distribution a better than other version that other Linux
>distributions.
The main things that they can do are the things that they *are* doing.
a) Bundle in support for Novell Netware and DR-DOS. This is decidedly
valuable in departmental computing environments where the Linux system
has to fit in with existing DOS and Novell systems. Other
distributions do very well, but it is of benefit to some customers to
*really* directly support these technologies.
b) COAS represents one of the two major "system administration
projects" (the other being Linuxconf). Since Caldera is directly
supporting COAS, it's pretty likely that their distribution will be
well supported by it.
I don't think either of these factors will cause Caldera installs to
outnumber Red Hat installs any time soon. That can still leave
Caldera as a quite viable company.
(And if they get any judgement money out of MSFT, that's liable to be
a *PILE* of money, of which I'd expect a little to sprinkle down into
producing software for Linux...)
--
Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer <http://www.hex.net/~cbbrowne/lsf.html>
[EMAIL PROTECTED] - "What have you contributed to Linux today?..."
------------------------------
From: "Michael 'BeLFrY' S. E. Kraus" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux
Subject: Re: lessons learned while setting up masquerading
Date: Sat, 30 Jan 1999 15:52:23 +1100
G'day...
> 1. Disable PnP on your cards. Hand set the IRQs and addresses.
Yes and no... =) PnP is confusing and not wholly reliable - main point - make sure
the cards are
working and configured properly first... =)
> 3. The kernel . . . .
> Linux version 2.0.34 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Fri May 8
>16:05:57 EDT 1998
> . . . does contain masquerade support.
RH5.2 (2.0.36 kernel) does - if it isn't it should be available as a module. (You
don't really need
to recompile the kernel these days.)
> 4. Don't try to tell the system which card to be eth0
> and which to be eth1 on bootup. I tried all kinds
> of boot-time options, and they were all ignored.
> The card with the lower MAC got eth0, end of story.
Interesting...
On my machine using modules I didn't find this to be a problem.
sample modules.conf
aliase ne eth0
options ne irq=11,12 io=0x240,0x260
The first set of parameters is assingned to eth0, and the second to eth1. (I've tried
this with the
options the other way around and it works.)
Using lilo to pass parameters to the kernel you could do:
append ether=11,0x240,eth0 ether=12,0x260,eth1
...and...
append ether=12,0x260,eth0 ether=11,0x240,eth0
if you wanted them the other way around.
Great stuff in giving such help to all!!!! =)
I hope what I've told you helps your ethernet card management.
All the best...!
Michael.
------------------------------
From: [EMAIL PROTECTED] (Pawel Sakowski)
Subject: Re: Linux 5.2 SMTP
Date: Thu, 28 Jan 1999 14:53:32 +0059
> Subject: Linux 5.2 SMTP
Where did you get Linux 5.2? AFAIK the latest is 2.2.0-pre9.
Or perhaps you meant _Red_Hat_ 5.2??? :->
--
"We are different"
[EMAIL PROTECTED]
------------------------------
From: Patrick Atoon <[EMAIL PROTECTED]>
Subject: Re: ne2000 clone help?
Date: Thu, 28 Jan 1999 15:08:54 +0100
KHK wrote:
> > > I have a cheap ne2000 clone (SN-2000 ISA card matter of fact) that
> > > works in a friend's 486/66 running redhat 5.1.
> >
> > You don't mention what irq and io port you have your network card set to
> > ?
> well, I've tried 0x240,280,300 with irq 5,7,9,11 ...
> and several combination of these, if they were no
> collisions in io address or the ioports.
I have just installed two NE2000 clones in our Linux box, both were
detected just fine, although I needed to add a line to /etc/lilo.conf
to enable the 2.0.36 kernel to detect the second card.
To make your kernel detect your card, check /etc/conf.modules (or use
linuxconf if you don't like to change files manually). Mine says:
alias eth0 ne
options eth0 io=0x340
It was not necessary to include the IRQ, that was detected automagically!
In fact, at first I _did_ use a wrong IRQ, and the module loaded just
fine but refused to work. By leaving out the "irq=" part, I discovered
the cards real IRQ!
If I remember correctly, I inserted the module for the first card with
insmod ne io=0x340
But then again, that was two days ago. Yesterday I switched to kernel 2.2.0
and compiled the NE2000 driver into the kernel, not as a module. I suggest
you try insmod'ing the module with different io addresses to find the working
one.
Greetings,
Patrick
------------------------------
Date: Sat, 30 Jan 1999 07:07:12 +0000
From: Paul Harris <[EMAIL PROTECTED]>
Subject: Re: SAMBA -> Gethostbyaddr failed for 90.0.0.3
David Efflandt wrote:
Hello,
I have this a listed in my hosts file. I only have a lmhosts on the
windows machine.
This also happens when I try to use the ip address of the linux box
directly...
> On 1/24/99, 4:51:13 PM, [EMAIL PROTECTED] wrote regarding SAMBA ->
> Gethostbyaddr failed for 90.0.0.3:
>
> > Hi All,
>
> > I am having a problem with samba
> > Here is the log for the only machine trying to connect:
>
> > Gethostbyaddr failed for 90.0.0.3
> > Gethostbyaddr failed for 90.0.0.3
> > 1999/01/23 01:06:26 sparches (90.0.0.3) connect to service tmp
> > as user
> > ann (uid=501,gid=100) (pid 3983)
> > 1999/01/23 01:06:26 sparches (90.0.0.3) closed connection to
> > service tmp
>
> > Gethostbyaddr failed for 90.0.0.3
> > Gethostbyaddr failed for 90.0.0.3
>
> This would appear to mean what it says. Do you have a name for that
> IP in /etc/hosts or /etc/lmhosts?
>
> > this is a win98 machine.
> > The win98 machine can see the linux box.
> > The linux machine lists it as one of the computer on the net
> > using
> > nmblookup.
> > smbclient and testparm works great.
> > please help!!!
> > [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: Gateway solo PCMCIA w/ Slackware 3.6
Date: Sat, 30 Jan 1999 07:15:28 GMT
I have a Gateway Solo 5100 and I'm dual-booting Win98 and Slackware 3.6 and
Slackware would hang on the boot after detecting the PCMCIA slots until I
renamed the rc.pcmcia file so it wouldn't try to load. I'm new to Linux and
would greatly appreciate some help on getting my PCMCIA cards working under
Slackware. Thanks.
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Robert Verdicchio <[EMAIL PROTECTED]>
Subject: SMBFSmount,...HELP !!
Date: Sat, 30 Jan 1999 02:23:47 -0500
Reply-To: [EMAIL PROTECTED]
==============BAC632C336A4409351D3D646
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Dear Networkers:
Please bear with me, I have been at this all afternoon.
As you will be able to conclude from all that is below, I need to either
A) load the SMBFS module, that is bresent in my system but not supported
by my kernel or B) Install Samba which has an SMBFS client to handle
what I want done.
I need a little assistance to do either,.......please
To do A),....can I use the available insmod command ? If so, I
think I need a little syntax help.
To do B),....would the version called "samba-latest.tar.gz" do
the trick,...again, if so where should I load it,...?
For now I simply need to have Apache, on the Linux, retreive and serve
the Home Pages which are on the WindowsNt 4.00.1381.
I started with these requests, which were really quite quickly responded
to,.....
1) Has this problem been addressed ? I went through all the
FAQs and the whole Virtual Hosts documentation and cannot see where I am
erring.
Scenario; I have a small LAN, the DNS Server is on Linux
and the Webserver is Apache.
I want the Apache to respond to any HTTP
query for www.continuuminternational.com with a Home Page which resides
on a Windows NT Workstation which is within my LAN. Everytime I restart
my Apache after having reconfigured the httpd.conf file, I get the
following response referring only to the re-direct which is off my DNS
server and on the NT. (I am planning to load the NT with alot of
Virtual Sites since it has a huge hard-disk): Warning ! Document Root
<NT.IP.number/directory/index.htm> DOES NOT EXIST.
My httpd.conf file configuration is as follows:
<VirtualHost NT.IP.number>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot NT.IP.number/directory/index.htm
ServerName www.foo.com
</VirtualHost>
I have tried all kinds of combinations with both the IP #s and the names
and even reversed the / to \. I still get the same response. And by
the way, what ahppens to the Log fies, I assume they are maintained by
the NT since it controls the file once served.
2) So, I set a Share on the NT, the whole drive is shared, but when I
went back to the Linux(2.0.29BTW), I found I have no manual at all for
the smbmount command, suggested to use to mount the shared directory.
May I be so bold as to ask you for the syntax for such a
command that I would then write in
back of DocumentRoot,...?
I thought I would mount the share onto /nt,........ ; . )
ps,...yes, there is a web server on the NT and yes, Apache is on the
Linux,......I don't usually include
/index.html in the DocumentRoot but, as I said, I was really
frustrated,...thanks for the assistance,..
Sincerely,
Robert Verdicchio
[EMAIL PROTECTED]
@Darwin.com - 212, Darwin Park - Nuns' Island, Quebec
Canada, H3E 2C5 - Tel : (514) 762-2208 - Fax : (514) 762-0881
==============BAC632C336A4409351D3D646
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
Dear Networkers:
<P>
Please bear with me, I have been at this all afternoon. As you will
be able to conclude from all that is below, I need to either A) load the
SMBFS module, that is bresent in my system but not supported by my kernel
or B) Install Samba which has an SMBFS client to handle what I want done.
<P>
I need a little assistance to do either,.......please
<P> To do A),....can I use the
available insmod command ? If so, I think I need a little syntax
help.
<P> To do B),....would the version
called "samba-latest.tar.gz" do the trick,...again, if so where should
I load it,...?
<P>For now I simply need to have Apache, on the Linux, retreive and serve
the Home Pages which are on the WindowsNt 4.00.1381.
<P>I started with these requests, which were really quite quickly responded
to,.....
<P>1)
Has this problem been addressed ? I went through all the FAQs and
the whole Virtual Hosts documentation and cannot see where I am erring.
<P>
Scenario;
I have a small LAN, the DNS Server is on Linux and the Webserver is Apache.
<BR>
I want the Apache to respond to any HTTP query for www.continuuminternational.com
with a Home Page which resides on a Windows NT Workstation which is within
my LAN. Everytime I restart my Apache after having reconfigured the
httpd.conf file, I get the
<BR>following response referring only to the re-direct which is off my
DNS server and on the NT. (I am planning to load the NT with alot
of Virtual Sites since it has a huge hard-disk): Warning ! Document Root
<NT.IP.number/directory/index.htm> DOES NOT EXIST.
<P>My httpd.conf file configuration is as follows:
<P> <VirtualHost
NT.IP.number>
<BR> ServerAdmin
[EMAIL PROTECTED]
<BR> DocumentRoot
NT.IP.number/directory/index.htm
<BR> ServerName www.foo.com
<BR> </VirtualHost>
<P>I have tried all kinds of combinations with both the IP #s and the names
and even reversed the / to \. I still get the same response.
And by the way, what ahppens to the Log fies, I assume they are maintained
by the NT since it controls the file once served.
<P>2) So, I set a Share on the NT, the whole drive is shared, but when
I went back to the Linux(2.0.29BTW), I found I have no manual at all for
the smbmount command, suggested to use to mount the shared directory.
<P> May
I be so bold as to ask you for the syntax for such a command that I would
then write in
<BR>back of DocumentRoot,...?
<P> I
thought I would mount the share onto /nt,........ ; . )
<P>ps,...yes, there is a web server on the NT and yes, Apache is on the
Linux,......I don't usually include
<BR>/index.html in the DocumentRoot but, as I said, I was really frustrated,...thanks
for the assistance,..
<P>Sincerely,
<BLOCKQUOTE><B><I>Robert Verdicchio</I></B>
<BR><B><I><FONT COLOR="#000066">[EMAIL PROTECTED]</FONT></I></B></BLOCKQUOTE>
<CENTER>
<P><BR><B><I><FONT COLOR="#FF9900">@Darwin.com - 212, Darwin Park - Nuns'
Island, Quebec</FONT></I></B>
<BR><B><I><FONT COLOR="#FF9900">Canada, H3E 2C5 - Tel : (514) 762-2208
- Fax : (514) 762-0881</FONT></I></B></CENTER>
</HTML>
==============BAC632C336A4409351D3D646==
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.portable,linux.redhat.install
Subject: Re: Weird 3COM Card Problem - Help Please
Date: Sat, 30 Jan 1999 07:27:58 GMT
I have this same Combo card (3com/Megahertz 3CCFEM556B) and
am trying to install RH5.2 across a network (I don't have a
CDrom on this notebook) Since I can't get the card to work
off the boot and supplemental floppies, I can't get to any new
drivers...
Is there a way to make new image diskettes with the proper
drivers for this card? (If they exist...I hope I don't need to
get a new card)
Thanks for any help!
Robert
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote:
> >
> > My problem with my 3COM problem continues, any help would be GREATLY
> > APPRECIATTED
> >
> > Problem: System hangs during "boot" with new PCMCIA multi-function card.
> > =======
> >
> > Background:
> > ==========
> >
> > -IBM ThinkPad 600
> > -Dual Booting Windows 5.2 and Macmillan RedHat 5.2 - new clean install
> > -Trying for almost a week to get a new 3com 3CXEM556B to work.
> > -Card installed great in WINDOWS, works perfectly, WINDOWS gave it IRQ 9,COM
> > 3.
> >
>
> I have nearly the identical card / if not the same
>
> To start, get an install pcmcia-cs.3.0.5+ (I am on 3.0.8)
> **snip**
>
> Sincerely,
> Todd A. Wood
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Alinoor Walli)
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Newbie Q: Linux Box as Router, Server, Gateway?
Reply-To: [EMAIL PROTECTED]
Date: Sat, 30 Jan 1999 07:28:23 GMT
On 30 Jan 1999 06:34:13 GMT, Cyrus Mehta <[EMAIL PROTECTED]> wrote:
What you need is here:
http://edge.fireplug.net/
I use it on an old 486 I had. Works great with @HOME
>Hi,
>
>I have tried to lurk to find the answer, but here goes:
>
>I want(hope??) to build a Linux Box for a home network connected to the net by
>Cable Modem with IP masquerading with a possiblity of web hosting.
>
>I intend to have a number of WinNT/9X PCs connected by Samba to the Linux Box which
>has the
>cable modem connected to it. I know Samba does the file/print sharing for
>Linux/Windows.
>
>The Win PCs will have NICs, but do I need a hub to connect to a NIC on the LInux Box?
>Or can I add more NICs to the LInux BOX to become a router, with direct wire
>connections
>from the other NICs. Can (and intend to) use 10/100 NICs all around, hoping for 100.
>
>And if the above is possible, obviously I am limited by the # of NICs I can put in a
>Linux
>box, can I then add a small 4 port hub with one port to the Linux Server.
>
>Yes, it sounds like a lot of work just to eliminate one piece of hardware, but with a
>small
>home network and access to cheap NICs, this seems like a legit question to me.
>
>If the above is possible, what software components do I need, I know I will need the
>following:
>
>Recent Linux Distribution with all Relevant Hardware Drivers (DUH)
>Samba 2.0
>IP Masquerading
>Apache
>
>
>
>
>
>Cyrus
>
------------------------------
Reply-To: "Lucas Technology" <[EMAIL PROTECTED]>
From: "Lucas Technology" <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb,comp.os.linux.setup,linux.redhat.misc
Subject: Re: Cannot login to samba server
Date: Fri, 29 Jan 1999 23:45:31 -0800
The other way to go without giving up password encryption is to modify samba
/etc/smb.conf but good luck trying to do it!
Jonas <[EMAIL PROTECTED]> wrote in message
news:774aqt$rgr$[EMAIL PROTECTED]...
>If you are using windows 95 osr2 or NT you have to use encrypted passwords
>or disable this feature on your windows mashines.
>Read files ENCRYPTION.txt, WinNT.txt and Win95.txt in /usr/doc/samba*/docs
>directory for more info.
>
>/Jonas
>
>
------------------------------
From: "zoobeauval.com" <[EMAIL PROTECTED]>
Subject: Log file question
Date: Sun, 31 Jan 1999 02:57:30 +0100
I just compiled Abacus sentry
(http://www.psionic.com/abacus/abacus_sentry.html).
I want to check if it works.
In the doc it says "Tail the local log and you should see several Sentry
initialization messages.".
Which log file is it? I can't find any log file to look at.
If I have to create it, what should I do?
Thanks for your help
Amaury
------------------------------
From: Gin-Lung Cheng <[EMAIL PROTECTED]>
Subject: Re: Xlib.h
Date: Sat, 30 Jan 1999 09:29:38 +0100
Frank Sweetser wrote:
> Gin-Lung Cheng <[EMAIL PROTECTED]> writes:
>
> > i can't find my Xlib.h headerfile in RedHat Linux 5.2.
> > which packages haven't I installed ?
> > please reply by sending an e-mail to [EMAIL PROTECTED]
>
> that's part of the XFree86-devel package.
>
> --
> Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key available
> paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.0 i586 | at public servers
> : But for some things, Perl just isn't the optimal choice.
>
> (yet) :-)
> -- Larry Wall in <[EMAIL PROTECTED]>
thanks a lot!
------------------------------
From: [EMAIL PROTECTED]
Subject: DNS: cu\032-l\032ttyS0, type = A, class = IN
Date: Sat, 30 Jan 1999 08:25:26 GMT
Linux2.0.33, libc5, mgetty 1.1.8-Jul27 (tried even with the last available
from the ftp site) My settings: I use diald, so that I've a modified routing
table; in diald.conf I put 192.168.0.1 as my local ip address (It's not my
real local address but diald manuals says it's ok).
Looking at the diald log I see that everytime a connection is starting, there
are packets going from 192.168.0.1 to my ISP's DNS server (written in
resolv.conf)
So, among the packets which are "accepted" from diald there are those from the
Linux machine:
Jan 25 21:49:37 i3 diald[253]: filter ignored rule 10 proto 17 len 57 packet
192 .168.0.1,1738 => 194.243.154.62,53
This happens even if the connection originates from a PC on my lan; and only
if mgetty is in respawn on that serial port; I tried leaving only "debug 5"
in mgetty.config but to no avail.
The same happens If I access the modem with cu:
cu -l ttyS0
when, after "connected", I press a key the packets starts going.
To find out what name those packets were trying to resolve, I set up named,
and put 127.0.0.1 in resolv.conf Now doing "cu -l ttyS0" I have:
ns_req(from [127.0.0.1].1758)
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39953
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; cu\032-l\032ttyS0, type = A, class = IN
req: nlookup(cu\032-l\032ttyS0) id 39953 type=1 class=1
req: missed 'cu\032-l\032ttyS0' as '' (cname=0)
findns: np 0x80ab0f8 ''
findns: 13 NS's added for ''
ns_forw()
......
and packets starts going towards all the servers in root.hints.
In the case of the starting internet connection I get the same log with:
ns_req(from [127.0.0.1].1172)
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19007
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; diald, type = A, class = IN
req: nlookup(diald) id 19007 type=1 class=1
req: missed 'diald' as '' (cname=0)
findns: np 0x80ab0a0 ''
findns: 13 NS's added for ''
ns_forw()
qnew(0x80c7be8)
nslookup(nsp=0xbffff6d8, qp=0x80c7be8, "diald")
nslookup: NS "G.ROOT-SERVERS.NET" c=1 t=2 (flags 0x3)
.......
.........
What's the reason of those dns lookups, and why this happens only with mgetty
on the port?
Thanks.
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (Ron Gage)
Subject: Another poor sap with DIALD problems
Date: 31 Jan 1999 01:56:37 GMT
Hi all!
After much experimentation, I finally got DIALD to dial out when
appropriate. This took a bit of experimenting and guesswork as the
docs are quite insufficient. Anyhow, on to my problem...
Once the connection is made and ppp0 shows up in ifconfig, the
connection does not work. Route -N shows no gateway being configured.
The pppon script is exactly the same as the one I use to start the
connection manually. In this manner, the connection works correctly
including the route table showing a configured gateway.
What the heck am I doing wrong here?
System is my private network gateway, ip: 192.168.10.1. ISP is ATT
Worldnet. Private network has 4 more nodes on it. Using kernel
2.0.34 from Slackware 3.5. Dial-out is USR Courier v.everything on
dedicated line. diald.conf and pppon.diald scripts are immediately
available for review if this will help.
HELP!
Ron Gage - Saginaw, MI
([EMAIL PROTECTED])
------------------------------
Date: Sat, 30 Jan 1999 09:02:56 +0100
From: Nikhil Sharma <[EMAIL PROTECTED]>
Subject: Re: Remote-booting via NFS
Chris Carlson wrote:
> kernel, and so on), and installed the kernel on a disk. Likewise, I
> have created an NFS-exported directory on my server containing the
> contents of /dev, /etc, /bin, and /sbin, and have installed the bootp
> server.
Try not to export these directories as these are needed to initialize the
kernel modes, instead mount these from a tftp directory via bootp request
(foe ex. /tftpboot/192.168.0.2/sbin ../bin etc.).
Hope this helps.
>
> The client starts up the kernel just fine, enables the NIC, gets
> information from the bootp server, successfully mounts the root
> directory over NFS and then reports:
>
> "No init found. Try passing init= option to kernel."
>
> According to main.c in the kernel's init/ directory, it reports this
> message after checking on /sbin/init (which definitely exists),
> /etc/init, /bin/init, and /bin/sh (which also exists) and
> unsuccessfully starting any of them.
>
> Am I missing something?
>
> --- Chris
------------------------------
Date: Sat, 30 Jan 1999 09:04:32 +0100
From: Nikhil Sharma <[EMAIL PROTECTED]>
Subject: Re. Remote-booting via NFS
Chris Carlson wrote:
> kernel, and so on), and installed the kernel on a disk. Likewise, I
> have created an NFS-exported directory on my server containing the
> contents of /dev, /etc, /bin, and /sbin, and have installed the bootp
> server.
Try not to export these directories as these are needed to initialize
the
kernel modes, instead mount these from a tftp directory via bootp
request
(foe ex. /tftpboot/192.168.0.2/sbin ../bin etc.).
Hope this helps.
>
> The client starts up the kernel just fine, enables the NIC, gets
> information from the bootp server, successfully mounts the root
> directory over NFS and then reports:
>
> "No init found. Try passing init= option to kernel."
Nikhil
------------------------------
Subject: How can I add pkg into linux via glint ?
From: [EMAIL PROTECTED] (wlo)
Date: Sat, 30 Jan 1999 09:00:07 GMT
Hi, I am trying to add additional packages from the RH5.2 2nd cd to the linux
kernal 2.036 using the glint(GUI). However, after I configured the path for
the src.rpm directory (/mnt/cdrom/SRPMS) and select available. It returns
error message that it does not contain any packages. I can see all the
src.rpm packages in that cd from a xterm. Please help !
Thanks in advance...
------------------------------
From: "Christopher G. Petty" <[EMAIL PROTECTED]>
Subject: Re: get MX record
Date: Sat, 30 Jan 1999 04:06:57 -0500
Hardy:
have you tried this?
dig domain.com
?
It will return as much information as it can find from the network at
domain.com, including MX records, etc.
Hope this helps.
_CGP
Hardy Pawletta wrote:
> Did anybody know an easy way to get the MX record for a given hostname
> from within a C program. It also shoud be possible to find out if no
> MX record exists for the given host.
>
> Thanks,
>
> Hardy
------------------------------
From: Malay Shah <[EMAIL PROTECTED]>
Subject: Something screwed up with route and ifconfig!
Date: Sat, 30 Jan 1999 05:30:49 GMT
Hi...i'm using the 2.2.1 kernel and every time I use ifconfig and set an
ip on a device, it automatically sets a route for it, how would i
disable that in order to set a manual route for a tunnel device
Malay Shah
------------------------------
** 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
******************************