Linux-Networking Digest #251, Volume #12 Mon, 16 Aug 99 22:13:44 EDT
Contents:
Resolving IPs (Thomas/Shurflo)
Re: Connecting Linux to a Mac network ("Rik Osborne")
Re: PPP (Dial-out) connection requirements ([EMAIL PROTECTED])
Do Two PCMCIA NICS coexist? (Frank Schwab)
Re: Share an Internet connection? ("YouDontKnowWho")
problems with (Christian Freet)
3Com 3c905c-tx (Patrick Larkin)
Re: DNS on Linux @home Box (root)
Re: Solaris 2.7 to RH Linux 6.0: RPC: Program not registered ("YouDontKnowWho")
Re: Setting up a Network ("Ng, Choon Hooi")
Re: Anonymous FTP setup (Help needed) (Juergen Heinzl)
Diald, masquerading and dynamic IP addresses ("Mark Thomas")
Re: FTP password help help (Newbie) ("YouDontKnowWho")
Re: Share an Internet connection? ("Andrey Smirnov")
Re: vpn question ("Andrey Smirnov")
ppp dial-up to NT Server with Red Hat ([EMAIL PROTECTED])
How many concurente masqueraded connection can handle Linux (Julien Liebert)
Re: Share an Internet connection? (intellectronix)
Re: Xwin32 failed! (Frank Hahn)
Re: How many concurente masqueraded connection can handle Linux ("Andrey Smirnov")
Re: masquerade two networks? ("Andrey Smirnov")
ncpmount will not mount on bootup (Fritz Wilke)
Re: multiple 3c509 ISA NICs (Monte Phillips)
----------------------------------------------------------------------------
From: Thomas/Shurflo <[EMAIL PROTECTED]>
Subject: Resolving IPs
Date: Mon, 16 Aug 1999 14:36:57 -0700
I'm trying to cut down traffic on unauthorized sites for our network.
Many of the sites are unresolveable sites (unresolveable by me anyway)
and show IP addresses only. If I try to access the site from a web
browser, the browser usually times out.
Anyone know how to resolve this type of IP address?
Another question:
I've been using tcpdump to monitor and capture traffic. Some of the
sites are only accessable if you use the fully qualified name. But they
actually resolve to a different name. If I try to go to the site it
resolves to (the IP address) I'm taken to a different site. Anyone have
any ideas why or how this happens?
i.e.
(I found this site at Yahoo while scanning tcpdump)
shorthair.com (a site about dogs)
nslookup shorthair.com returns
Non-authoritative answer:
Name: shorthair.com
Address: 192.41.43.186
nslookup 192.41.43.186 returns:
Name: displayservice.com
Address: 192.41.43.186
The only way to get to the site is by using "shorthair.com". Any other
means (IP or displayservice.com) go to a different web page.
--
Shurflo does not accept responsibility for any views expressed or
implied
in the text or graphics of this email response/inquiry. I don't either.
Thomas/Shurflo
------------------------------
From: "Rik Osborne" <[EMAIL PROTECTED]>
Subject: Re: Connecting Linux to a Mac network
Date: Mon, 16 Aug 1999 17:52:24 -0700
I have succeeded in getting it working! Thanks!
--
Rik Osborne
Phase 42 Productions
E-mail: <[EMAIL PROTECTED]>
Web: <http://members.xoom.com/phase42>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: PPP (Dial-out) connection requirements
Date: Tue, 17 Aug 1999 00:15:55 GMT
[Just discovered that my ISP has not been sending out any news posts. ]
[No wonder I've never received any responses in nearly a month. ]
[So I'm just reposting everything whether it matters or not, via Deja.]
[Update: Oh well, right after registering with Deja.com my ISP, ]
[PC Magic Network of Industry, CA, cut me off. Right in the middle of ]
[downloading mail. Guess they didn't like my complaint email. ]
[And there's still time left on my account. ]
On Fri, 06 Aug 1999 14:34:55 GMT, <[EMAIL PROTECTED]> wrote:
>I don't want to do this but if no choice I will have to - write a
>program that would keep on sending some junk packets periodically every
>few minutes [let's say 30 min] [ get http://something > /dev/null]
>
>Please suggest a better approach.
>
I went looking through the pppsetup script and found this.
Maybe it'll give some ideas.
____
If you want to ping the other end to keep the connection open.
The output from ping will goto >/dev/null, you won't see it.
Ping -i 60 = send ping every 60 seconds to remote = $5.
____
It was all kind of jumbled within some echo statements.
--
>>ANIME SENSHI<<
Marc D. Williams
[EMAIL PROTECTED] PC Magic Network
http://www.oldskool.org/~tvdog/ -- DOS Internet & Tandy 1000
http://www.geocities.com/SiliconValley/Platform/8269/ -- Win3.x Makeover
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Frank Schwab)
Crossposted-To: comp.os.linux.portable
Subject: Do Two PCMCIA NICS coexist?
Date: Mon, 16 Aug 1999 23:15:36 GMT
I'm trying (and having little success) to set up an old 486 laptop as
a Linux masquerading router through my Cable Modem.
My Hardware: 486DX2/50, 20 MB, 2 GB, two Xircom PS/CE2 PCMCIA Ethernet
NICS.
My software: RedHat 6.0, box stock.
My Intended configuration:
Eth0: address 192.168.1.1 connected to local net (192.168.x.x)
Eth1: address (withheld) connected to Cable Modem (also withheld, call
it CM_Addr)
All local traffic masqueraded to the Internet.
No services running on the Linux box.
My symptoms:
PING to the local network works great.
PING to the Cable modem, I can see (using a packet capture tool) Eth1
transmit an ARP looking for the Modem. I can see the Modem respond.
Then I see Eth1 transmit an ARP (ad infinitum). It appears as though
Eth1 is either igoring the incoming packets, or never receiving them.
All the Addresses (MAC and IP) look as expected.
ARPing or PINGing Eth1 from the Cable Modem network elicits no
response from the card.
PINGing an Internet address from a host on the Local network
(configured with the Linux box as it's router) causes Eth1 to ARP for
the Cable Modem. Eth1 ignores the replies coming back.
IFCONFIG never shows any Transmit or Receive packets on Eth1; they
seem to get assigned to lo, the loopback interface. Eth0 counts
correctly.
My troubleshooting:
Route shows:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.1 * 255.255.255.255 UH 0 0 0 eth0
(withheld) * 255.255.255.255 UH 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
(withheld).0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default (CM_Addr) 0.0.0.0 UG 0 0 0 eth1
IPCHAINS -L shows:
Chain input (policy ACCEPT)
Chain forward (policy ACCEPT)
Chain output (policy ACCEPT)
The same symptoms occur after executing:
ipchains -A forward -i eth1 -j MASQ
Thinking I might have a bad card, I removed Eth0 (but didn't touch
Eth1), and rebooted. Eth1 was now reassigned as Eth0 (as expected),
and worked perfectly on the local network (once the patch cable was
swapped; I left the dongle attached). I tested the patch cables to
make sure they hadn't broken, and they were OK.
My guesses:
1. A driver conflict exists because two identical cards are installed
that keeps the Receive interrupt from the second card from being
recognized.
2. I don't have something configured correctly. I have enabled packet
forwarding using
"echo "1" > /proc/sys/net/ipv4/ip_forward"
as well as by changing
FORWARD_IPV4 to TRUE in /etc/sysconfig/network
My questions:
1. Can two identical PCMCIA cards, specifically two Xircom PS/CE2
cards, co-exist and function?
2. Is there anything obviously wrong with my configuration?
Thanks,
/frank
------------------------------
From: "YouDontKnowWho" <[EMAIL PROTECTED]>
Subject: Re: Share an Internet connection?
Date: Tue, 17 Aug 1999 01:04:17 GMT
Not the politically correct answer in this newsgroup, but if you must
share a net connection via an NT box, check into SyGate.
--
Principle of Minimum Access: "That which is not explicitly permitted
is denied."
ANNOUNCER: And now we return to our regularly scheduled, uncommonly
entertaining thread...
Andrey Smirnov wrote in message
<7p9qqv$c6m$[EMAIL PROTECTED]>...
>Hello,
>
>You can share your INternet connection via NT box, but it's not easy
and
>it's not free!
>
>You should consider making your Linux box the Internet gateway.
>
>Here is some info on IP_Masquerading:
>
>http://members.home.net/ipmasq/
>
>Good luck!
>
>
>
------------------------------
From: Christian Freet <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,redhat.config
Subject: problems with
Date: Tue, 17 Aug 1999 00:30:50 GMT
I have tried several times only to change the permission to the ifup file
to start a connection with a dail-up ISP.
I have succeeded dailing up, but only when logged on as root. Even though
I change the permissions to include everyone, I still cannot use the
function... what must I do to be able to use "ifup ppp0" (at the command
line) as any user?
Thank you
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: Patrick Larkin <[EMAIL PROTECTED]>
Subject: 3Com 3c905c-tx
Date: Mon, 16 Aug 1999 17:40:04 -0400
I got a new machine with a
3Com 3c905c-tx
When I select 3c90x from the RedHat 6 installer, it can't find the
device.
any advice? is this specific card supported?
--
Patrick J. Larkin
Senior Computing Consultant
Lehigh University
http://www.lehigh.edu/~pjl2/
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Re: DNS on Linux @home Box
Date: Mon, 16 Aug 1999 22:23:29 GMT
news. <[EMAIL PROTECTED]> wrote:
> Yes, you should configure DNS on your linux box. It's not that hard, there
> are lots of tutorials online that got me through it.
The O'Reilly DNS and BIND book is good to have on hand.
>>Hi all:
>>I have a linux box here that is set up as a poxy server for my internal
>>network. It has two network cards, 1 connected to the cable modem and one
>>to the internal network. I want to register a domain for my linux box so
>>that i can play with mail services along with some other things....it's
> also
>>nice to be able to host my own web server with a real domain name.....
>>
>>but when i am trying to register for a .on.ca domain, i was asked to
> provide
>>the address of the ns server... or ns lookup.... then i realize that i
> gotta
>>configure a DNS server so to help resolve my domain (or so i think...)
>>
>>so is this the best solution? To configure a DNS server on my linux
>>box....and then i can register my domain and it will work? And if so, how
At least here, athome specifies "no servers"; your contract may differ.
Also, since athome owns the ip address, you will have to coordinate through
them, or reverse lookup on your address won't work.
------------------------------
From: "YouDontKnowWho" <[EMAIL PROTECTED]>
Subject: Re: Solaris 2.7 to RH Linux 6.0: RPC: Program not registered
Date: Tue, 17 Aug 1999 00:35:37 GMT
I'm not an expert at this, but I'll give it a try...
What does the rpcinfo on the SUN tell you?
If you are trying to mount an export from the SUN to the LINUX,
wouldn't the error tell you that something on the SUN is not running
(portmapper, nfsd, mountd, etc)?
--
Principle of Minimum Access: "That which is not explicitly permitted
is denied."
ANNOUNCER: And now we return to our regularly scheduled, uncommonly
entertaining thread...
Bruce Mohler wrote in message <[EMAIL PROTECTED]>...
>I'm trying to "share" an NFS file system from a Sun workstation
running
>Solaris 2.7 to a PC running RH Linux 6.0. The RH box is patched with
>all available patches for 6.0 from updates.redhat.com.
>
>I've exported the file system off of the Sun workstation as
>
> share -F nfs rw=ornithomimum -d "/tmp file system" /tmp
>
>When I try to mount the file system on the Linux box, I get
>
> mount: RPC: Program not registered
>
>When I do an rpcinfo -p on the Linux box, I get:
>
> program vers proto port
> 100000 2 tcp 111 rpcbind
> 100000 2 udp 111 rpcbind
> 100024 1 udp 983 status
> 100024 1 tcp 985 status
> 100011 1 udp 994 rquotad
> 100011 2 udp 994 rquotad
> 100005 1 udp 1004 mountd
> 100005 1 tcp 1006 mountd
> 100005 2 udp 1009 mountd
> 100005 2 tcp 1011 mountd
> 100005 3 udp 1014 mountd
> 100005 3 tcp 1016 mountd
> 100003 2 udp 2049 nfs
> 100021 1 udp 1024 nlockmgr
> 100021 3 udp 1024 nlockmgr
> 100021 1 tcp 1024 nlockmgr
> 100021 3 tcp 1024 nlockmgr
>
>What am I doing wrong? All suggestions welcome!
>
>Thanks, in advance!
>
>Bruce
>
>--
>Bruce W. Mohler 858-826-2675 (voice)
>SAIC/ITS/Server Support 858-826-7806 (fax)
>Sr UNIX system administrator 888-781-5697 (pager)
> mailto:[EMAIL PROTECTED]
>Of course my password is the same as my pet's name.
>My dog's name is pit5%dept, but I change it every 90 days.
------------------------------
From: "Ng, Choon Hooi" <[EMAIL PROTECTED]>
Subject: Re: Setting up a Network
Date: Tue, 17 Aug 1999 08:36:19 +0800
Reply-To: [EMAIL PROTECTED]
try this..
Control penal -> Network -> Identification (here u can find out ur domain name
and the hostname)
Clink on the protocol tab -> select TCP/IP -> right click -> properties (shows
the ip addr, submask, etc)
Joshua Mitnick wrote:
> I just finished installing RedHat 6.0. My first question is: When I
> installed for my LAN (Cable Modem) I didn't know all of the information.
> How do I find out my Domain name, Default Gateway, Primary Nameserver and
> all those things from Windows98? (Domain name is not in the winipcfg, so I
> need to find out some info that's not there) Anyway, if I were to reinstall
> and have all of the information to set up the network correctly, would the
> cable modem be working? (ie. be able to just click on netscape or something
> and automatically goto webpages without having to connect to an ISP or
> anything) Thank you.
> [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Anonymous FTP setup (Help needed)
Date: Mon, 16 Aug 1999 22:26:56 GMT
In article <[EMAIL PROTECTED]>,
Hanqing Wu wrote:
>How can I set up anonymous ftp to my new linux server. the login seems
>
>work, but not go to the right directory. The message is shown below:
[...]
>257 "/" is current directory.
>ftp> ls
>200 PORT command successful.
>150 Opening ASCII mode data connection for /bin/ls.
>226 Transfer complete.
>ftp>
Looks very much like you haven't got a ftp server with
a builtin ls. You can grab the latest fileutils package
from any GNU mirror and compile a static version. Copy
it to ~ftp/bin/ls and done you are.
Yes, it is possible too to use a dynamic linked version,
but then you need much more in ~ftp.
As a quick test you can do this ...
main() { puts( "foo" ); }
... compile it with -static and copy the binary
to ~ftp/bin/ls. If "foo" shows up when you do a
ls you know for sure.
Ta',
Juergen
--
\ Real name : J�rgen Heinzl \ no flames /
\ EMail Private : [EMAIL PROTECTED] \ send money instead /
------------------------------
From: "Mark Thomas" <[EMAIL PROTECTED]>
Subject: Diald, masquerading and dynamic IP addresses
Date: Mon, 16 Aug 1999 23:31:25 +0100
I am trying to setup a Linux server for a small home network with about four
machines, unfortunately the ISP that I use is running using dynamic IP
addressing. I have managed to setup diald and it works great and all of the
appropriate masquerading and routing is done using the addroute script,
however the packets which seem to start the connection do not get through to
their destination or the TCP connection is reset. However if any packets
are sent after the initial connection they are fine.
As far as I can tell I have followed all of the directions in the
README.masq file, does anyone have a sample configuration that I could view?
Any help would be appreciated,
Mark
------------------------------
From: "YouDontKnowWho" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.setup,alt.os.linux.mandrake,linuxworld.forums.expo.announce
Subject: Re: FTP password help help (Newbie)
Date: Tue, 17 Aug 1999 01:06:44 GMT
If you are logging in as a native user, most likely that user is a
member of the USERS group and, because all other users are also
members, the account can see other people's files (depending on the
chmod mask used).
What you need is to allow anonymous access and keep it well
controlled. You need to read the man pages on in.ftpd and ftpaccess.
--
Principle of Minimum Access: "That which is not explicitly permitted
is denied."
ANNOUNCER: And now we return to our regularly scheduled, uncommonly
entertaining thread...
Dwane Smith wrote in message <[EMAIL PROTECTED]>...
>
>
>Need some help on how to set-up FTP users and Passwords.
>some how to's or step by step help.
>
>i did this so far .
>i made a user account and set-up a pssword for that user, but when
that
>user log on he
>can go all over my linux HD and see all my files.
>
>
>Need some help.
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: Share an Internet connection?
Date: Mon, 16 Aug 1999 18:18:27 -0700
The solution they offer is not FREE (and that's the big difference, no
matter how good they say it is!). So if you want to spend any money on
something that could be accomplished for free, go ahead!
Good luck!
intellectronix <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi Doug,
>
> Please try JProxyma( http://www.intellectronix.com/jpro/ ).
> It takes minutes to install on your NT machine. You can
> also run it on your Linux box(or any Java-enabled machine)
> and turn your Linux computer into your Internet gateway as
> Andrey suggested. If you run JProxyma on Linux I strongly
> recommend that you use IBM's Java virtual machine.
>
> There are several reasons why you may be better off running
> a proxy server rather than using IP-Masquerading:
>
> - a caching proxy server reduces network traffic and improves
> content access time
> - proxy servers often provide many useful security features.
> - imho, proxy servers are simpler to install and easier to
> manage/administer than doing IP-Masquerading. if
> you choose to run a proxy server you will not need any
> luck (-:
>
> Hope this helps.
>
>
> Doug Robbins wrote:
>
> > This might be a duh question, but I'll ask anyway.
> >
> > I have two machines networked -- connected directly with NICs and cable.
> > One is running Linux Redhat 6, the other NT4 wkstn. I use the Linux
> > machine primarily as a webserver, and generally for learning Linux. Both
> > are configured with dial-up Internet access. Samba is installed and
> > working.
> >
> > Can I configure things so that if I connect to the Internet via the NT
> > machine I can also access this connection (while its up) from the Linux
> > machine? Right now the Linux machine communicates fine with the NT
> > machine but doesn't "see" an Internet connection when the NT machine is
> > dialed-in. I have to disconnect the NT machine and dial-in from the
> > Linux box.
> >
> > Any suggestions appreciated, but please go easy with this beginner (it's
> > amazing I got this far on my own!)
> >
> > --
> > Doug Robbins
> > http://www.labradorstraits.nf.ca
>
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: vpn question
Date: Mon, 16 Aug 1999 18:22:50 -0700
http://www.moretonbay.com/vpn/pptp.html
Good luck!
Taso Hatzi <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> Is it possible to set up Linux to accept incomming
> VPN connections from Win95/98/NT DUN clients? How
> do I do it?
>
> TIA
------------------------------
From: [EMAIL PROTECTED]
Subject: ppp dial-up to NT Server with Red Hat
Date: Tue, 17 Aug 1999 00:42:50 GMT
pppd connects to NT server with a mask of 255.255.255.255 I don't seem
to be able to change that - ip-up script which includes wanted mask of
255.255.255.0 gets ignored. Command line dial-up with "netmask" option
also doesn't seem to work. NT requires compatible netmask, otherwise
will not even allow to ping. I use RedHat rev 6.0
Is there a way to effectively force netmask with ppp dial-up?
Peter
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Julien Liebert <[EMAIL PROTECTED]>
Subject: How many concurente masqueraded connection can handle Linux
Date: Tue, 17 Aug 1999 02:10:37 +0200
Hello,
Somebody knows how many users can handle a Linux Firewall
based on kernel 2.0.36 with ipfwadm and Masquerading ?
In other way can I have 100 users that are navigating on the WWW at the
same time accross a Linux Firewall with Masquerading ?
Thanks.
------------------------------
From: intellectronix <[EMAIL PROTECTED]>
Subject: Re: Share an Internet connection?
Date: Mon, 16 Aug 1999 21:04:24 +0100
Reply-To: [EMAIL PROTECTED]
Hi Doug,
Please try JProxyma( http://www.intellectronix.com/jpro/ ).
It takes minutes to install on your NT machine. You can
also run it on your Linux box(or any Java-enabled machine)
and turn your Linux computer into your Internet gateway as
Andrey suggested. If you run JProxyma on Linux I strongly
recommend that you use IBM's Java virtual machine.
There are several reasons why you may be better off running
a proxy server rather than using IP-Masquerading:
- a caching proxy server reduces network traffic and improves
content access time
- proxy servers often provide many useful security features.
- imho, proxy servers are simpler to install and easier to
manage/administer than doing IP-Masquerading. if
you choose to run a proxy server you will not need any
luck (-:
Hope this helps.
Doug Robbins wrote:
> This might be a duh question, but I'll ask anyway.
>
> I have two machines networked -- connected directly with NICs and cable.
> One is running Linux Redhat 6, the other NT4 wkstn. I use the Linux
> machine primarily as a webserver, and generally for learning Linux. Both
> are configured with dial-up Internet access. Samba is installed and
> working.
>
> Can I configure things so that if I connect to the Internet via the NT
> machine I can also access this connection (while its up) from the Linux
> machine? Right now the Linux machine communicates fine with the NT
> machine but doesn't "see" an Internet connection when the NT machine is
> dialed-in. I have to disconnect the NT machine and dial-in from the
> Linux box.
>
> Any suggestions appreciated, but please go easy with this beginner (it's
> amazing I got this far on my own!)
>
> --
> Doug Robbins
> http://www.labradorstraits.nf.ca
------------------------------
From: [EMAIL PROTECTED] (Frank Hahn)
Crossposted-To: comp.os.linux.setup
Subject: Re: Xwin32 failed!
Date: Tue, 17 Aug 1999 01:28:05 GMT
Reply-To: [EMAIL PROTECTED]
On Sun, 15 Aug 1999 17:10:49 -0400, Jack Zhu <[EMAIL PROTECTED]> wrote:
>Thanks for your suggestion! But I did try the 'xdm' before, the error message
>is "XDM: too many retransmissions". And when I try the 'xdm' in win98 machine,
>the linux box is running X(startx).
>
>How do I know XDM is running well in linux box?
>
>From the command line:
% ps -ax | grep xdm
and see if xdm is running.
--
Frank Hahn
You can get more of what you want with a kind word and a gun than you
can with just a kind word.
-- Bumper Sticker
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: How many concurente masqueraded connection can handle Linux
Date: Mon, 16 Aug 1999 18:26:00 -0700
Hello,
It depends on your hardware, but in general I think 100 users is not that
big of a deal!
On my network at work I have Linux based firewall with IP_Masq, and we have
over 400 users working fine using more bandwidth "hungry" apps then http!
Good luck!
Julien Liebert <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello,
>
> Somebody knows how many users can handle a Linux Firewall
> based on kernel 2.0.36 with ipfwadm and Masquerading ?
>
> In other way can I have 100 users that are navigating on the WWW at the
> same time accross a Linux Firewall with Masquerading ?
>
> Thanks.
------------------------------
From: "Andrey Smirnov" <[EMAIL PROTECTED]>
Subject: Re: masquerade two networks?
Date: Mon, 16 Aug 1999 18:33:10 -0700
Hello,
I understand that hosts on network 'B' have Novell server (router) setup as
the default gateway?
Under this assumption you need to make sure that Novell box has Linux
machine as it's default gateway.
PS. I'm not that savvy on the Novell these days, but how can you set it up
as a router?
Good luck!
<[EMAIL PROTECTED]> wrote in message
news:7p9r2e$l8d$[EMAIL PROTECTED]...
> I have a problem. I have a network with a Linux box (2.0 kernel Red Hat
> 5.1) acting
> a firewall to the internet.
>
> On the inside of this firewall I have one private
> network I'll call network "A" that has a direct connection to the linux
> box. It's packets
> are masqueraded properly and anyone on that net can surf the
> internet.
>
> I have another network I'll call network "B" that connects to network
> "A" through a Novell server acting as a router. People on network "B"
> can see everything
> on network "A" including the linux box.
>
> They can even reach the outside address of the linux box but they
> cannot reach anything
> on the internet even though I set up the same
> masquerading statements for their network as I did for network "A"
> (i.e. ipfwadm -F -a masq -S<network_B> -D0.0.0.0/0).
>
> Any ideas?
>
> Keith.
>
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: Fritz Wilke <[EMAIL PROTECTED]>
Subject: ncpmount will not mount on bootup
Date: Mon, 16 Aug 1999 21:35:41 -0400
Hi all,
I am using ncpmount to connect to a netware filesystem. The problem is,
that ncpmount will not mount if it is invoked from rc.local or from a
script started from there. If I invoke it manually after the boot, it
mounts just fine. I am guessing some problem with the process group or
/etc/utmp or something of that sort. Any ideas ?
Thanks in adv, Fritz
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: multiple 3c509 ISA NICs
Date: Tue, 17 Aug 1999 00:49:22 GMT
(All the following presumes that you have compiled kernel or module
support for the 3c509.o module Mine is compiled into kernel 2.2.5)
I have dual 509's running in my home network. The first thing you do
is in linux
cat /proc/interrupts
that gives you a list of IRQs pick 2 that are not used
cat /proc/ioports
that gives you the io addresses that are used pick two unused ones.
next put ONE card in and boot to DOS use the 3COM utility/diags/setup
disk #2 (not #1 it is windows) do an info on the card. Write down
its mac address that will be a long string maybe called hardware
address. write that down. Now set the IRQ to an unused one and the
io to an unused one. Disable the PNP.
Shut down/power down.
Exchange cards and repeat that procedure fro card #2
Shut down, install both cards noting which card is above or first as
regards that hardware address.
Boot linux
run linuxconf got ot networking basic defaults and set the card with
the LOWEST hardware address as eth0 do not put in the IRQ or the io
address Do give it the lowest IP address
move down to #2 and enable that as eth1 also NO IRQ or ioaddr.
Remember to give your hostname at the top.
exit and reboot
Watch carefully during boot you shuld get an ok for first lo then eth0
and then eth1
At this point you are ready to tackle the network
DO NOT BOOT those cards under windows, it will reset the PnP.
g'Luk
>Tim Moore wrote:
>
>> append="ether=5,0x300,eth0 ether=15,0x280,eth1" in /etc/lilo.conf
>> > I'm building a firewall, and I want to control which of two 3Com
>> > 3c509's is assigned as eth0. My first indication of a problem was
>> > that the Ethernet howto at section 3.2 does not work as described.
------------------------------
** 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
******************************