Linux-Networking Digest #642, Volume #11 Wed, 23 Jun 99 22:13:54 EDT
Contents:
2 modems routing problem ([EMAIL PROTECTED])
Re: ipautofw??? (Drew)
Re: POP Installation ("Brian E. Parker")
Sharing a modem !!! (Theodor Cranendonk)
Re: Newbie Alias, Mail, and DNS Question ("David Means")
Re: httpd: cannot determine local host name (dkselich)
Re: Network dies under Kernal 2.2.5-15 & 22 -- Kernal BUG?? (Marc Mutz)
Dial Up/PPP with Red Hat ("Matt Ford")
route insists on using dns, ifconfig on modifying the routing table... please help
me! (Daniel Schaffrath)
Re: NO CARRIER (Max Heijndijk)
Modem Speed (Joshua Grauman)
Re: Firewall and services (Zoltan Pittner)
Re: About secondary name server ("Andrey Smirnov")
Re: strange ftp problem ("Bob Glover")
problems with yppasswd (Jon Bernard)
Re: Where to get Proxy info (Monte Phillips)
Re: apache default document ("Mark")
Re: Which is eth0, and which eth1? (Malware)
Regarding TLI programming ... (Manish Lachwani)
How to setup a testing DNS ("Wiley Coyote")
Re: Network Card Collisions (Frank Sweetser)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: 2 modems routing problem
Date: Wed, 23 Jun 1999 23:22:25 GMT
I have 2 modems on my linux server. One stays on a leased line
and has a ppp connection to our internet provider.
The second stays for incoming calls with mgetty +ppp +pap.
On the same box I have a network card which is used for masquerading our
LAN (C class - 192.168.x.x). I also configured a squid cache server
in order to reduce traffic with the ISP.
I gave to the second modem (for incoming calls) an address from our
LAN so that it looks like a member of the LAN and I put the local IP
identical with the network card IP (the gateway for the LAN).
The problem is that after I enter with an incoming call into the
network with a remote windows machine (pap) I cannot browse the inter
the internet and I can't even ping another machine (from the internet)
Can anybody tell me how should I configure the routing table in order to
behave access to the internet. (I didn't forget to put in the options file
the proxyarp option). If I enter directly with mgetty and login speed is ok.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Drew <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.admin
Subject: Re: ipautofw???
Date: Thu, 24 Jun 1999 09:34:34 +1000
On Tue, 22 Jun 1999, Devon Harding wrote:
> When I run ipautofw, I get this
>
> [root@mars rc.d]# ipautofw -A -r tcp 47624 47624 -h 192.168.0.1
> setsockopt: Protocol not available
>
> I'm running RH5.2
>
> -Devon
Hey again,
I replied to this yesterday saying how I had the same problem and was at
home last night thinking about it and remembered how when upgrading my
kernel it changed some of the references in /proc etc... so some other
packages wouldn't work properly since the paths were different, I upgraded
them also and they now work again.. so I started thinking that ipautofw
might be for 2.0.3x and this could be why it doesn't work with 2.2.xx
So this morning I came in and looked at the ipchains man page.
I threw together this command on my linux box:
ipchains -A input -j REDIRECT -p tcp -s 0.0.0.0/0 7000:7050 -d
10.10.10.201 7000:7050
so my ipchains rules look like:
Chain input (policy ACCEPT):
target prot opt source destination ports
REDIRECT tcp ------ anywhere 10.10.10.201
7000:7050 -> 7000:7050 => any
I then set my icq up as you would when using ipautofw and did a test proxy
connection... it returned "success", I haven't had a chance to actually
test this with someone on icq but it does seem to be doing what I want it
to.
Drew.
------------------------------
From: "Brian E. Parker" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: POP Installation
Date: Wed, 23 Jun 1999 14:50:43 -0500
Addendum - This is in my /etc/inetd.conf :
# 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
#
and this is what happens if I telnet to port 110 (or 109) :
# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
#
I can telnet to the sendmail port just fine, though. It's as if I have
those ports blocked for some reason.
Thanks for the reply, Jesse.
-BEP
Brian E. Parker <[EMAIL PROTECTED]> wrote in message
news:ZE8c3.7$[EMAIL PROTECTED]...
> Hello Linux people,
>
> We have a Redhat 5.2 box that is running fine and quite stable. It is
> on our network at work, does web services, has 3 modems in it and allows 3
> PPP dial-ups, and never fails us *knock knock knock*. The machine also
runs
> the sendmail that came with it and we have no problems with it. It has
its
> own domain name and that works fine, too.
>
> What I want to do is to allow access via POP mail. I know exactly
> nothing on the subject, so I don't know if POP-mail comes with Redhat,
> Sendmail, etc,. nor do I know how to activate it if it does exist already
on
> the box.
>
> What do I need to do to get started on running POP mail? I don't need
> anything fancy at all, so I don't want to install some 3rd party app that
> does a bunch of things I don't need. We just want very basic POP mail
> services.
>
> Any help is, as usual, appreciated! Thanks,
> -BEP mailto:[EMAIL PROTECTED]
>
>
------------------------------
Date: Wed, 23 Jun 1999 22:17:02 +0200
From: Theodor Cranendonk <[EMAIL PROTECTED]>
Subject: Sharing a modem !!!
I could use some help !
I would like to share my modem.
I want to connect my modem to the server, which
is running Suse 6.1 and access it from an NT and
another linux box.
can anyone give me some tips howto install and configure
it!
thanks a lot !!!
+------------------------------------+
| Theodor Cranendonk |
| E-Mail: [EMAIL PROTECTED] |
+------------------------------------+
------------------------------
From: "David Means" <[EMAIL PROTECTED]>
Subject: Re: Newbie Alias, Mail, and DNS Question
Date: 23 Jun 1999 20:59:33 GMT
I think that what you describe about mail-handling is known as
Virtual Hosting, or words to that effect. I recommend consulting
http://www.sendmail.org. This topic is one of the 5 most - FAQ.
DNS configuration (as a cacheing server) is quite well described
by /usr/doc/HOWTO/DNS-HOWTO. But most of what you need to
do is described in the sendmail site.
Shonne <[EMAIL PROTECTED]> wrote in message
news:7kp0l4$l9m$[EMAIL PROTECTED]...
> I need to build a DNS box. Also, I need to create an alias file. Here is
> the situation. We will call the domain dof.org. I need to create a DNS
> for a situation that all email [EMAIL PROTECTED] will go mail.dof.org.
> When the mail reaches mail.dof.org, Big_Dof.org will need to be sent to
> [EMAIL PROTECTED] The present is a HPUX box, and I was wanting to possibly
> use those db table if they had to be rebuilt.Do I need to create a file
> with the email addresses, and their forwarded address in the resolver
> file format. This is what I mean:
>
> [EMAIL PROTECTED] [EMAIL PROTECTED]
>
> Will I have to create this file with all email addresses in theat
> domain. Or is there a sendmail fix?
> Can anyone please help or throw a website in their somewhere.
------------------------------
From: dkselich <[EMAIL PROTECTED]>
Subject: Re: httpd: cannot determine local host name
Date: Wed, 23 Jun 1999 17:53:24 -0700
Thanks Chris. I think my problem was that although I had the new name
for localhost in the hosts file, I didn't have the new name for
localdomain with it. I also had to add the newnamefordomain to
newhostname in Host Name in Basic Host Information in linuxconf.
The original hosts file reads:
127.0.0.1 localhost localhost.localdomain
Mine was reading:
127.0.0.1 newnameforlocalhost localhost.localdomain
Problem solved when I changed it to:
127.0.0.1 newnameforlocalhost.newnameforlocaldomain
localhost.localdomain
Dennis
Chris L wrote:
>
> Maybe add the computers name to the hosts file?
>
> Chris
> dkselich wrote in message <[EMAIL PROTECTED]>...
> >I get this message at boot up ever since I changed my computers name in
> >linuxconf
> >
> >Executing: //etc/rc.d/rc3.d/S85httpd start
> >* httpd: cannot determine local host name.
> >* Use the ServerName directive to set it manually
> >> Starting httpd: httpd
> >
> >How do I fix this?
> >
> >Dennis
------------------------------
Date: Wed, 23 Jun 1999 23:12:45 +0200
From: Marc Mutz <[EMAIL PROTECTED]>
Subject: Re: Network dies under Kernal 2.2.5-15 & 22 -- Kernal BUG??
kernel 2.2.5 is said to contain a networking bug, altough I do not know
more. You should probably upgrade to 2.2.10, as this version also fixes
a vulnerability for DoS-Attacks (see www.kernelnotes.org).
Marc
PS: Don't post so big an article. No-one will read them completely...
------------------------------
From: "Matt Ford" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions,de.comp.os.linux.networking,udel.linux
Subject: Dial Up/PPP with Red Hat
Date: Wed, 23 Jun 1999 17:08:40 -0400
Does anyone know how to (Successfully) connect to the internet using a PPP
connection in Red Hat Linux 5.2? I can dial, I hear the computers talking,
but then nothing... Any ideas? Thanks.
------------------------------
From: Daniel Schaffrath <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.misc,comp.os.linux.questions,comp.os.linux.setup,comp.os.linux.admin
Subject: route insists on using dns, ifconfig on modifying the routing table... please
help me!
Date: Thu, 24 Jun 1999 00:11:38 +0000
Reply-To: [EMAIL PROTECTED]
Sorry for the cross-posting -- but I really need you help!
Dear Guys,
nsswitch reads to translate hostnames just by "files". host.conf too....
but
"route add -host anyhost dev anydev"
wants to talk to the name server..... I straced it... and it really
queries bind for anyhost and nothing more..... although libnss_files
gets loaded, afterwards libns_dns gets loaded.
"ping anyhost" does NOT behave like this... it just uses files as it
should.
Does anyone know why route always uses dns!? Is this a bug perhaps, or a
bug in the resolver.... this behavior appears only with route of SuSE
Linux -gt 6.0.
btw: does anyone know why ifconfig modifies the routing table if you set up a new
device?! for instance
ifconfig ippp4 192.168.3.1 dstaddr 192.168.1.1
yields a route in the kernel to 192.168.1.0 dev ippp4. Isn't that strange!?
thank you in advance,
Dan
------------------------------
From: Max Heijndijk <[EMAIL PROTECTED]>
Subject: Re: NO CARRIER
Date: Wed, 23 Jun 1999 23:29:12 +0200
Reply-To: [EMAIL PROTECTED]
George Georgakis wrote:
>
> "NO CARRIER" usually means your modem can't connect to whatever answers the
> phone at the other end. Usually it means the modems can't talk to each
> other.
>
> PPP is the Point To Point Protocol. PPPD is the PPP daemon, which initiates
> and controls the PPP link.
>
> I strongly suggest you do some basic network reading before going any
> further. Try the Linux Network Administrator's Guide, written by Olaf Kirch
> and published by O'Reilly & Assocs.
>
> George
> ---------------------------------------------------------------------------
> I never reply by email as a) I don't give out my real email address freely,
> and b) it stops other NG users from reading the solutions to problems
> If necessary, however, I can be contacted thru geegs (a) linuxstart DOT com
> --------------------------------------------------------------------------
>
> Todd Graham <[EMAIL PROTECTED]> wrote in article
> <7k42qe$6ji$[EMAIL PROTECTED]>...
> > I'm not sure on the "NO CARRIER" message, but you can go to the sbin
> > directory "cd /sbin" from the command line and then type "./ifconfig -
> > a" to see what your connections are. The first should be loopback and
> > then the ppp connection should be there if you are connected.
> >
> > You may want to try "usenet" to get the ppp connection - good luck!
> >
> >
> > In article <wwc93.433$[EMAIL PROTECTED]>,
> > "newb" <[EMAIL PROTECTED]> wrote:
> > > I can connect to my ISP(gte.net) but after awhile(around 2 min) my
> > modem
> > > hangs up giving me NO CARRIER message.
> > >
> > > My ISP was able to give me an IP. I'm using minicom to dial and every
> > > configuration was done in X environment. BTW, how do I know if I have
> > named
> > > running and ppp running. Do I need this in order to connect. I know
> > what's
> > > it mean by those two(named and ppp) at least in theory. I have pppd
> > running,
> > > is this ppp service? Are ppp and pppd the same?
> > >
> > > TIA
> > >
> > > Leon
> > >
> > >
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
> >
small contribution: try "netstat -r" and "ping" for information on your
ip adresses
also try to use something else as minicom, for instance kppp to dial up,
and a web browser, to see if everything is working. I had a similar
problem and i just gave up using minicom.
named is not necessary to connect to an ISP.
read the PPP-HOWTO
the "network" daemon is handy to test your configuration over the
loopback network
127.0.0.1
------------------------------
From: Joshua Grauman <[EMAIL PROTECTED]>
Subject: Modem Speed
Date: Wed, 23 Jun 1999 14:49:53 -0700
How can I find out how fast my modem is transferring data (sending
and/or receiving) and what speed it connected at? C function calls would
be nice,
but any command that tells me the information would be ok. If there is
an
entry somewhere in /proc, that would also be ok. Thanks.
Joshua Grauman
[EMAIL PROTECTED]
------------------------------
From: Zoltan Pittner <[EMAIL PROTECTED]>
Subject: Re: Firewall and services
Date: Wed, 23 Jun 1999 08:56:35 -0400
==============55AB303476936BE887CA142B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Corinna Esmeralda Schultz wrote:
> I'm a slightly experienced newbie :) so I hope this isn't a dumb
> question...
>
Everyone has to start somewhere... Don't worry, most of us are newbie's too...
>
> I have 2 machines, a Linux box which is my gateway/firewall/web server, etc
> and a windows box which is internal (ip address of 192.168.100.2). My
> problem is that when I try to block anything (via dotfile ipfwadm), the
> windows box can't communicate with the Linux box or the outside world.
>
> Details:
> The Linux box has two ethernet cards, one on the internet with a valid IP
> address, and one internal with a private address. This machine is
> running a Web server (Apache), kernel 2.0.34 with masq and ipfw.
>
> I set up the firewall initially to send everything through, no blocking.
> The Windows box could talk to my web server and the outside world, no
> problem. Then I started to implement the CERT checklist to tighten
> security before my web site went public. They suggest that you filter out
> various services unless you need them (I have no idea what most of these
> services are, so how do I know if I need them? Are there docs somewhere
> about this?). I figured the right place to do this was in the section
> "global deny" in the dotfile generator (I left the default policy as
> allow). After entering various services (both incoming and outbound, was
> that a bad thing to do?), the windows box couldn't access the web server
> or the outside world. A couple of things I'm wondering:
>
> 1) How would configuring the firewall prevent the internal network from
> working properly?
When you configure a firewall, you have to configure for both ethernet cards.
One card one rulset, the other card other ruleset. The best way to do this
without thinking too much is: http://rlz.ne.mediaone.net/linux/firewall/.
>
> 2) How do I know which services I need? I should really be defaulting to
> deny and allowing only what's necesary, right?
In your /etc/services file you can find the services and which port they are
running on. If there is something #-d out obviously that is not in use. Another
file is the /etc/inet.conf which tells you exactly which are the running
services.
>
> 3) Does web access require anything other than port 80?
>
I'm not sure...
> 4) What am I doing wriong??? :)
I would build the firewall line by line to see which is the line which is
causing the problem.
>
>
> Thanks for any help you can give me. It seems like nobody has had this
> problem..
You're wrong, I have two win98 workstations connected to the internet through a
Linux box, same configuration as yours. The difference is that I'm using the
redhat 6.0 with IPchains. Here is a link from where you can get really much and
really important information on IP masquerading and how to set up a strong
firewall ruleset: http://members.home.net/ipmasq/
regards, Zoltan Pittner
==============55AB303476936BE887CA142B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Corinna Esmeralda Schultz wrote:
<blockquote TYPE=CITE>I'm a slightly experienced newbie :) so I hope this
isn't a dumb
<br>question...
<br> </blockquote>
<i>Everyone has to start somewhere... Don't worry, most of us are newbie's
too...</i>
<blockquote TYPE=CITE>
<br>I have 2 machines, a Linux box which is my gateway/firewall/web server,
etc
<br>and a windows box which is internal (ip address of 192.168.100.2).
My
<br>problem is that when I try to block anything (via dotfile ipfwadm),
the
<br>windows box can't communicate with the Linux box or the outside world.
<p>Details:
<br>The Linux box has two ethernet cards, one on the internet with a valid
IP
<br>address, and one internal with a private address. This machine is
<br>running a Web server (Apache), kernel 2.0.34 with masq and ipfw.
<p>I set up the firewall initially to send everything through, no blocking.
<br>The Windows box could talk to my web server and the outside world,
no
<br>problem. Then I started to implement the CERT checklist to tighten
<br>security before my web site went public. They suggest that you filter
out
<br>various services unless you need them (I have no idea what most of
these
<br>services are, so how do I know if I need them? Are there docs somewhere
<br>about this?). I figured the right place to do this was in the section
<br>"global deny" in the dotfile generator (I left the default policy as
<br>allow). After entering various services (both incoming and outbound,
was
<br>that a bad thing to do?), the windows box couldn't access the web server
<br>or the outside world. A couple of things I'm wondering:
<p>1) How would configuring the firewall prevent the internal network from
<br>working properly?</blockquote>
<i>When you configure a firewall, you have to configure for both ethernet
cards. One card one rulset, the other card other ruleset. The best way
to do this without thinking too much is: <A
HREF="http://rlz.ne.mediaone.net/linux/firewall/">http://rlz.ne.mediaone.net/linux/firewall/</A>.</i>
<blockquote TYPE=CITE>
<br>2) How do I know which services I need? I should really be defaulting
to
<br>deny and allowing only what's necesary, right?</blockquote>
<i>In your /etc/services file you can find the services and which port
they are running on. If there is something #-d out obviously that is not
in use. Another file is the /etc/inet.conf which tells you exactly which
are the running services.</i>
<blockquote TYPE=CITE>
<br>3) Does web access require anything other than port 80?
<br> </blockquote>
<i>I'm not sure...</i>
<blockquote TYPE=CITE>4) What am I doing wriong??? :)</blockquote>
<i>I would build the firewall line by line to see which is the line which
is causing the problem.</i>
<blockquote TYPE=CITE>
<p>Thanks for any help you can give me. It seems like nobody has had this
<br>problem..</blockquote>
<i>You're wrong, I have two win98 workstations connected to the internet
through a Linux box, same configuration as yours. The difference is that
I'm using the redhat 6.0 with IPchains. Here is a link from where you can
get really much and really important information on IP masquerading and
how to set up a strong firewall ruleset: <A
HREF="http://members.home.net/ipmasq/">http://members.home.net/ipmasq/</A></i>
<p>regards, Zoltan Pittner</html>
==============55AB303476936BE887CA142B==
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: About secondary name server
Date: Wed, 23 Jun 1999 18:17:53 -0700
Hello,
I've checked my secondary dns, and realized that I need to remove zone file
on secondary, then restart named in order to get update.
But that does not sounds right to me, I'll keep researching, but you can try
this as a quick fix.
Good luck!
Lim <[EMAIL PROTECTED]> wrote in message
news:7kqguj$5be$[EMAIL PROTECTED]...
> Hello,
> I have two servers running with bind 8.2 (primary & secondary), I use
> nslookup to check each server is worked. But I still have a problem, when
I
> add a new record in a zone file at primary server and update the serial
> number, but secondary server do not update the new zone file.
> Any help would be more than appreciated. Thanks
>
>
------------------------------
From: "Bob Glover" <app1rtg_at_air.ups.com>
Subject: Re: strange ftp problem
Date: Wed, 23 Jun 1999 20:54:12 +0100
If I understand correctly, you are using Win98 as your gateway (Linux is
better), and changes made to the Windows box (connecting to the internet)
affect its LAN connectivity.
That sounds like a Windows problem, you'd certainly have better luck if you
posted your question in a Windoughs group.
bv wrote in message <7krcn4$j43$[EMAIL PROTECTED]>...
>In my lan i can only connect to or from my win98-box to linux-box when
>internet is 'on' When i have connection i can shutdown internet and ftp as
>much i want. I have a gateway on the win98 machine that both linux-computer
>use.
>how can i fix this problem?
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Jon Bernard)
Subject: problems with yppasswd
Date: Wed, 23 Jun 1999 21:46:28 GMT
I'm having trouble with yppasswd (version 2.2), under Redhat 6.0.
As root on the master server, I can successfully invoke yppasswd only
once; thereafter I get the error message 'RPC: Unable to receive', and
/etc/rc.d/init.d/yppasswd status tells me that rpc.yppasswd is
stopped.
I've pasted in the contents of my xterm below.
Any help at all is appreciated.
Thanks,
Jon
[root@pylon src]# /etc/rc.d/init.d/yppasswdd status
rpc.yppasswdd (pid 1445) is running...
[root@pylon src]# yppasswd booker
Changing NIS account information for booker on pylon.uchicago.edu.
Please enter root password:
Changing NIS password for booker on pylon.uchicago.edu.
Please enter new password:
Please retype new password:
The NIS password has been changed on pylon.uchicago.edu.
[root@pylon src]# /etc/rc.d/init.d/yppasswdd status
rpc.yppasswdd is stopped
[root@pylon src]# yppasswd booker
Changing NIS account information for booker on pylon.uchicago.edu.
Please enter root password:
Changing NIS password for booker on pylon.uchicago.edu.
Please enter new password:
Please retype new password:
RPC: Unable to receive
The NIS password has not been changed on pylon.uchicago.edu.
[root@pylon src]# /etc/rc.d/init.d/yppasswdd restart
Stopping YP passwd service: [FAILED]
Starting YP passwd service: [ OK ]
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: Where to get Proxy info
Date: Thu, 24 Jun 1999 00:15:28 GMT
Probably a good site, BUT
lousy if no habla deutche so gut!
gozaimas, Marc san
Marc Mutz <[EMAIL PROTECTED]> wrote:
>Maybe the documentation accopanying junkbuster or squid helps...?
>Try searching for these programs on www.leo.org (or similar sites)
>
>Marc
------------------------------
From: "Mark" <[EMAIL PROTECTED]>
Subject: Re: apache default document
Date: Thu, 24 Jun 1999 01:23:06 GMT
Frank,
First, thanks for your answer. Second, I did look at www.apache.org
for the answer. You should try this yourself. I searched several relevant
strings, like
default document
index.html
home page
and recieved no mention of the srm.conf file. Why be so insulting? Yes, the
answer is simple, but sharing info
is what saves us time and energy. Why pull my hair out trying to find the
answer when you can just ask and save the
headaches. I think you are undermining the principles that make linux so
great: sharing. If it pains you to answer such a simple question, don't
someone polite will.
Mark Bitz
Frank Sweetser <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "Mark" <[EMAIL PROTECTED]> writes:
>
> > I am migrating websites from an NT IIS server to a Linux Apache server.
How
> > can I change the default document from index.html to something like
home.htm
> > or default.htm. I need to do this on a vhost by vhost basis, as you can
with
> > IIS 4.0, or else all the sites will have to be edited.
>
> in the future, i'd suggest you check out http://www.apache.org for simple
> questions such as this, or just poke around in the config files.
>
> found in srm.conf
>
> # DirectoryIndex: Name of the file or files to use as a pre-written HTML
> # directory index. Separate multiple entries with spaces.
>
> DirectoryIndex index.html index.shtml index.cgi
>
> --
> Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key
available
> paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5 i586 | at public
servers
> They can always run stderr through uniq. :-)
> -- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
From: Malware <[EMAIL PROTECTED]>
Subject: Re: Which is eth0, and which eth1?
Date: Wed, 23 Jun 1999 18:59:56 +0200
Hi Frank,
you wrote:
> Count yourself lucky that you could even get the eepro to compile. When i
> ran any of the make config's for 2.2.10, the eepro driver selection is
> always greyed out. I'm too much of a linux newbie to figure out how to
> compile it in by hand, so it never makes the eepro.o driver.
Within the section 'Code maturity level options' choose the option
'Prompt for development and/or incomplete code/drivers' and the Option
for the EtherExpress Pro will be selectable.
Malware
------------------------------
From: Manish Lachwani <[EMAIL PROTECTED]>
Subject: Regarding TLI programming ...
Date: Wed, 23 Jun 1999 18:32:27 -0700
Hi All,
I am trying to port an application written in C on IRIX onto Linux. This
application uses the TLI system calls. Somehow the system calls don't seem
to work in Linux.
I link with the libnsl.so library during the compilation. However, it is
unable to recogonize the TLI calls like tl_open, tl_close ec.
Can someone explain me how exactly can TLI programming be done on Linux ?
Thanks,
Manish
------------------------------
From: "Wiley Coyote" <[EMAIL PROTECTED]>
Subject: How to setup a testing DNS
Date: Wed, 23 Jun 1999 17:08:35 -0700
I am trying to learn how to configure a DNS using linux Mandrake (Redhat)
6.0.
I have been using the DNS HOW-TO, usergroups, and web pages. I am just
testing/learning this, so my network is not yet on the Internet.
I am trying to setup a DNS on a 3 computer network as follows: Linux Server
as DNS and Web server10.1.0.1; a Win95 computer running Iexplorer 10.1.0.2;
a Win95 computer for whatever 10.1.0.3.
Currently, I am able to acces the Linux Web server if I enter an IP address
in
the web browser. I would like to access it by name (www.mydomain)using a
DNS. If I can learn this stuff, I will move my setup onto a Internet
configuration.
I hope this is making sense.
What is confusing me is that all the examples and instrucions are based on
a domain name which starts with the InterNIC. Does somebody have
instructions/examples based on an Intranet setup? How can I set this up
without first registering on the InterNIC?
Thanks in Advance for any assistance,
Steve
------------------------------
From: Frank Sweetser <[EMAIL PROTECTED]>
Subject: Re: Network Card Collisions
Date: 23 Jun 1999 18:06:52 -0400
Martin Ng <[EMAIL PROTECTED]> writes:
> Hi,
>
> Does any one know about the cause of collision of network card? I can
> see a number of collision when issuing 'ifconfig'.
> I suspect that it is the cause of why I telnet to it very slowly.
when two hosts try to send a packet out at the same time, rather than have
two bad packets transmitted, a collision is generated. both hosts detect
this, wait a random amount of time, and then try again. however, the only
reason that collisions would be causing a problem is if a) the segement is
*totally* saturated, b) there's an underlying problem (ie, dead card,
frayed cable), or c) the hub port you're plugged into is set to full duplex
while your network card is set to half.
--
Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key available
paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5 i586 | at public servers
Sometimes we choose the generalization. Sometimes we don't.
-- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
** 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
******************************