Linux-Networking Digest #671, Volume #11 Fri, 25 Jun 99 20:14:00 EDT
Contents:
Re: Apache not serving web pages ("Lord Byron")
Re: mtu and problems access web sites (Peter Buelow)
Re: Help! NFS uid/gid problems ([EMAIL PROTECTED])
Re: httpd: cannot determine local host name (billpiasecki)
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Terry Carmen)
Re: Netware Server & Linux Client Problem ("Gregory D. Horne")
Re: running ppp as non-root (Greg Steckman)
Re: printing on a lan (Marc Mutz)
ISDN TA for RH5.2 ("Jason Thompson")
multiple ethernet 3c509 cards (David Brode)
Re: ypserv 1.3.6 ([EMAIL PROTECTED])
mail server ("harry dupre")
Re: Sharing ppp0 to eth0 : Ping - Request Timed Out ("Irene ah!")
Re: unresolved symbols? (jeff)
IP Multicast Routing Protocols ([EMAIL PROTECTED])
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (Vincenzo Valvano)
Re: mail server ("Michael Faurot")
Re: Connection accept speed limit? ([EMAIL PROTECTED])
Re: Why not C++ (Bruce Hoult)
Re: 2 modems routing problem (Rob van der Putten)
Re: Linux wont route to gateway ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: "Lord Byron" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Apache not serving web pages
Date: Fri, 25 Jun 1999 00:07:53 -0500
The machine is connected to a LAN and the network settings are configured
properly. I am able to connect to the machine from any other machine via
the telnet, ftp, mail, news, daytime, etc., just not http. I can't access
the http port from the machine itself, from any of the other machines in the
local network, or from any machines outside the local network. I have done
quite a bit of reading on the topic, and I have configured http access on
other machines before. However, on the other machines, I was always doing a
full install of linux. My question was what exactly is the minimum I need
to install to get a working web server, and I know it's not just the base
stuff and apache. There's something missing that I haven't been able to
figure out.
--
Byron
Monte Phillips <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Welll actually <G>
> Benjamin is partly correct. it should be:
> http://<your host name> the default is localhost
>
> More importantly though you failed to tell us just HOW you could not
> connect. Vua a samba network? some other network? stand alone
> machine? Does ANYTHING work between the machines, or is it just
> Apache you cannot access. Need lots of info to be able to help you
> and give meaningful answers.
>
>
------------------------------
From: Peter Buelow <[EMAIL PROTECTED]>
Subject: Re: mtu and problems access web sites
Date: Fri, 25 Jun 1999 14:19:35 -0500
Reply-To: [EMAIL PROTECTED]
Lucas Fisher wrote:
>
> I am having an odd problem accessing certain web sites like www.hotmail.com
> and www.buy.com. I have a dial-up ISP accout and am using pppd 2.3. When
> the mtu of ppp0 is set to 296 I can access these web sites fine, but if I
> change the mtu to 1500 I can no longer access these web sites. The browser
> connects to the site, but then sits there waiting indefinately for a reply.
> Why is this.
> I don't just want to set the mtu to 296 because this linux box is an ip masq
> gateway. The client computers (linux and win98) have the same problem and
> same work around. I don't want to have to set the client computer's
> ethernet mtu to 296. Any ideas?
>
> thanks
> Lucas
Try using 576 as your ppp mtu size. 1500 is used on hardwired ethernet
network connection because TCP/IP works best with a bigger MTU over fast
connections like this. However, ppp works differently than ethernet and
obviously isn't as fast. This is a serious over simplification, but if
you want more info, there are good sites out there that can describe the
problems, solutions, and whys much better. If you leave the MTU on the
windows boxes at 1500 (assuming an ethernet network) and then set the
Linux mtu, then the kernel will take care of the math and everything
should work fine.
--
Peter Buelow
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: alt.uu.comp.os.linux.questions,alt.os.linux.redhat,comp.os.linux.help
Subject: Re: Help! NFS uid/gid problems
Date: Fri, 25 Jun 1999 20:54:28 GMT
Try replacing the local accounts with matching uid/gids with NIS
accounts. This should be cleaner, and it works as long as no local
accounts match the uid's of the NIS accounts.
In article <[EMAIL PROTECTED]>,
John Murtari <[EMAIL PROTECTED]> wrote:
>
> >
> > I am running Linux as an NFS server and Solaris x86 as an
> > NFS client. No matter what I do, the uid's and gid's don't
> > seem to map correctly, meaning that if I create a file on
> > the client, it maps as something like nobody4 (65534). I
> > tried the map_static entry in the exports file to no avail.
> >
> > Any idea what I am doing wrong? I simply want uid's and gid's
> > to map equivalently across the systems.
> >
> >
> We had a situation like that a while back. The simple
> solution was to replicate the passwd files for the two machines
> so they both use the same UID's (it did require us to write
> a script to get them in sync) -- then we didn't have any problems.
> The other gotcha was Solaris can assign big number USERids,
> which are intolerable to 5.2 -- we had to go in an reassign a bunch
> of those.
>
> But with the same password/shadow files it should work just
> fine. You have to be a bit careful with some of the systems IDs,
> since they map differently in Linux/Solaris -- but it seems to work
> fine.
>
> Best regards!
>
> John Murtari
> http://www.thebook.com/
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: billpiasecki <[EMAIL PROTECTED]>
Subject: Re: httpd: cannot determine local host name
Date: Thu, 24 Jun 1999 22:33:48 -0700
dkselich wrote:
> 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
Look in the /etc/httpd/conf/httpd.conf file and locate the part that
says
ServerName
If your PC is named dkselich, then this line should look like this
ServerName dkselich
That is if you have made a change in your /etc/hosts file and enetered in
something like this
127.0.0.1 dkselich.com dkselich
You must also tell apache where the ServerRoot directory is. I believe
their is a line in srm.conf that must look like this
ServerRoot /etc/httpd/conf
I may be mistaken on that one.
Bill
------------------------------
From: [EMAIL PROTECTED] (Terry Carmen)
Crossposted-To:
comp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: Fri, 25 Jun 1999 17:47:25 GMT
On Fri, 25 Jun 1999 00:28:43 GMT, Chris Costello
<[EMAIL PROTECTED]> wrote:
>In comp.os.linux.advocacy Terry Carmen <[EMAIL PROTECTED]> wrote:
>> While it's very easy to bash NT and come up with amazing statistics
>> supporting either operating system, I should mention that NT is very
>> stable if you do a proper install on certified hardware and don't load
>> it up with a bunch of crap.
> On certified hardware? Why do I need to get new certified
>hardware instead of running FreeBSD on a high end Alpha or x86
>box with pretty much generic (except of course the SCSI and
>network interface cards) parts?
Knock yourself out.
I don't especially care what you or anybody else uses. I'm just amused
by all the "<myOS> is perfect and omniscient and runs on a Texas
Instruments calculator from 1975, and everything else is garbage and
it's users should be beaten" responses.
Because if you actually did this for a living, you would notice that
now and then a customer will request a specific OS, and it's much more
profitable to smile and take their money and give them what they want,
than to try to convert them to your religion and sell them something
else.
It makes absolutely no difference to me if it needs a diesel-powered
network interface or new starch for the floppy drive. If the customer
wants it, who cares what it runs on?
>> Modifying the kernel under Linux requires a recompile. Modifying core
>> NT components requires nothing more than leaving a DLL where the OS
>> can find it.
>
> Oh no! Compiling puts such a heavy load on a system and the
>20 seconds downtime you get when you reboot for the new kernel
>can cost you BILLIONS!
You completely missed my point and shot yourself in the foot.
I think recompiling the kernel is an advantage, since it means that
every DLL dropped in the system folder isn't a potential source of a
crash or bug.
On the scale of Good Things and Bad Things that happen to people on
this planet, the choice of operating system is only slightly less
important than deciding if you want a burger or hot dog for lunch.
Terry
"It's much easier to develop software using actual technology, instead of just made-up
stuff."
------------------------------
From: "Gregory D. Horne" <[EMAIL PROTECTED]>
Subject: Re: Netware Server & Linux Client Problem
Date: Fri, 25 Jun 1999 17:46:05 -0400
Tsao wrote:
> I work for a company that only allows Win95 to access their Netware servers.
> I use Linux Redhat 6.0. When I was using RH 5.2 I was able to see the
> Netware Servers. Now that I installed 6.0 I get a "slist: No server found in
> ncp_open".
>
Caldera has developed and distributes a Netware Client disk for Novell
Netware. I am not sure whether you can download it for free or have to order
the disk. Comments anyone?
>
> I tried everything possible on my side and I can't contact my company's help
> desk idiots who have no idea what IPX is in the first place.
>
> Thanks for reading this far
> Tsao
------------------------------
From: Greg Steckman <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: running ppp as non-root
Date: Fri, 25 Jun 1999 14:37:04 -0700
Actually I am having the same problem. I thought the "setuid" was done
by "chmod ugo+s pppd". But that didn't seem to change anything. The
reason I want to do this is because I don't want to have to keep doing
"su root" everytime I run the connect (or disconnect) script. Plus I
want to put up a menu item for it...anyway the error I get is because I
am using the -name option to pppd, and it says that is an option only
available to root. How can I get around this?
Thanks,
-Greg
lyte wrote:
> scable wrote:
>
>> Hi all.
>>
>> Can anybody out there tell me how to make a ppp interface available
>> to
>> non-root users in RH6.0?
>> The Red Hat FAQ page on this question was not very helpful. Thanks.
>
> Just setuid the pppd daemon and it should work. You know that this
> isnt a good idea anyhow. Just connect to the net as root and the use
> another user to do whatever it is that you do.
>
> --
> Joey Olson
>
> #RedHat OnLine
> http://www.thecomputergallery.com/redhat
>
>
------------------------------
Date: Fri, 25 Jun 1999 22:23:41 +0200
From: Marc Mutz <[EMAIL PROTECTED]>
Subject: Re: printing on a lan
Richard wrote:
>
> I work at an isp, and am the only one on my lan that runs linux,
> everybody else win98 in a peer to peer network.
> what i need to know is how to get my linux box to be able to print like
> everyone elses box's do.
samba.
Marc
------------------------------
From: "Jason Thompson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: ISDN TA for RH5.2
Date: Fri, 25 Jun 1999 13:08:14 -0600
I'm looking for advice on an internal ISDN TA that supports TA type
commands. Specifically, I'm looking for a card that I install just as
easily as an analog modem, that doesn't require me to rebuild the kernel, or
rewrite my chat/pppd scripts (other than changing some AT initialization
strings), create or install different drivers, or even deal with the
isdn4linux utilities and drivers. Does such a thing exist?
Requirements:
Internal card
RH5.2 - the 2.0.36 kernel out of the box
Thanks for any suggestions (other than "get DSL" or "get an ISDN router" or
"get a life" :)
Jason
------------------------------
From: [EMAIL PROTECTED] (David Brode)
Subject: multiple ethernet 3c509 cards
Date: Fri, 25 Jun 1999 20:46:25 GMT
I'm having difficulty installing a second 3c509 card.
Without the second card, I can boot just fine & ping my gateway, and
indeed resolve names & ping the world. When the second card is
seated, I can't ping beyond my own box. The boot message with both
cards seated indicates that both cards are at IRQ=10 and at 0x300, but
the first is 0x300 tag 1 and the second is 0x300 tag 2. Is this my
problem? I'm guessing that I can't have two cards at the same IRQ and
address, but I can't figure out how to change it.
I've tried
1. Editing /etc/lilo.conf where I added two lines at the end with
ether=0,0,eth0
ether=0,0,eth1
(One document I read said I shouldn't give it the address but the 0's
would force the probe to choose good addresses.)
Things got hosed completely. I couldn't ping my gateway. I looked up
a few mins later & got a message continuously displaying saying:
"eth0: Infinite loop in interrupt, status 2001." and even Ctrl-Alt-Del
wouldn't work.
2. Editing /etc/conf.modules where I added:
alias eth0 3c509
alias eth1 3c509
options 3c509=0x300,0x280
and the result was being hosed.
I've been pouring over the Ethernet HOWTO and the NET-3 HOWTO and
Donald Becker's Multiple Ethernet mini HOWTO, etc. but I can't figure
out the next step.
Any ideas?
tia
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: ypserv 1.3.6
Date: Fri, 25 Jun 1999 21:02:41 GMT
Try running ypwhich on the client to see if it is bound to the master
server, and try ypcat passwd to see if you can see your account.
The definitive test would probably be running ypmatch <your username>
passwd. If it returns nothing something is wrong with the setup.
If you do have a problem the place to go is
http://www.suse.de/~kukuk/index.html, and follow the link to the NIS
How-To.
In article <[EMAIL PROTECTED]>,
Bjoern Gerhart <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to run a network with NIS. I already have accounted the users
> locally on the server which should run ypserv (and they can login
> locally).
> Then I run /usr/lib/yp/ypinit -m (the nis-server is the only
> nis-server). That seems to be ok. The *.by* - files are created in the
> /var/yp/wiese - directory.
>
> On the client, ypbind is installed. �ypcat -x� returns all nis-files
> correctly. So the nis-domain should be bound :)
>
> But when I try to log into the client with a nis account, it says
�login
> incorrect�.
>
> So on the server I started ypserv with the debug option:
> ypserv -d
>
> So here�s what it typed after I typed my login name:
>
> ypproc_match(): [From: 192.168.1.2:751]
> domainname = "wiese"
> mapname = "passwd.byname"
> keydat = "loginname"
> connect from 192.168.1.2
> db_open("wiese", "passwd.byname")
> -> Returning OK
> Opening: wiese/passwd.byname (0) 8058F88
> ypdb_close() called
> -> Error #-3
> ypproc_match(): [From: 192.168.1.2:752]
> domainname = "wiese"
> mapname = "passwd.byname"
> keydat = "loginname"
> connect from 192.168.1.2
> Found: wiese/passwd.byname (0)
> ypdb_close() called
> -> Error #-3
>
> I looked in "/var/yp/wiese/passwd.byname" and didn�t find one logical
> word. Just cryptical signs which seem to make no sense.
>
> My server runs RedHat 6.
>
> Do you have any suggestion what goes wrong?
>
> Thanks.
>
> Kind regards
> Bjoern
>
> --
> Bjoern Gerhart e-mail: [EMAIL PROTECTED]
> TFH-Berlin University of Applied Sciences
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "harry dupre" <[EMAIL PROTECTED]>
Subject: mail server
Date: Fri, 25 Jun 1999 13:37:23 -0400
Can anyone suggest a good mail server package that I can run on a Linux box?
And security is must.
Thank you in advance.
------------------------------
From: "Irene ah!" <[EMAIL PROTECTED]>
Subject: Re: Sharing ppp0 to eth0 : Ping - Request Timed Out
Date: Sat, 26 Jun 1999 00:00:18 +0800
You need compiling the kernel with ICMP Masquerade
When make config, use ? to see details before answer.
Irene ah!
(
)
(
>I can using all the Internet Service in my Linux Machine, but
>when I using ping in the other two computers. They just
>ping the IP address for the domain name. e.g.
>ping ozemail.com.au (203.2.194.3)
>Request Timed Out
>
>What should I do next, to enable the NT computer to use TCP/IP Service?
>How can I mapping the services and
>What is the setting option of the NT TCP/IP protocal?
>such as DNS is it equal to my IP address, and Gateway is the one in
>routing table?
>
>Thank You very much.
>
>Best Regard
>Douglas Au
>
>
------------------------------
From: jeff <[EMAIL PROTECTED]>
Subject: Re: unresolved symbols?
Date: Fri, 25 Jun 1999 16:44:48 -0500
Reply-To: [EMAIL PROTECTED]
After you check the kernel in /boot to make sure it is the new one, are
you running lilo to bring in the new kernel?
Jeff
Ahmed Aden wrote:
> I have this problem when I recompile the kernel and I reboot
> whenever it says "Updating module dependencies", it says:
>
> /some/lib/directory/network_file.o unresolved symbols
> /different/network_driver/file.o unresolved symbols
> (Sorry, I don't have exact dmesg output, I'm at work)
>
> This has been killing me!
>
> Some of these networking options I haven't even specified as network
> modules, what's going on? Here's what I do when I recompile my
> kernel. Most of the time,
> I only build in tcp/ip and ppp support into the kernel, so
> everything's either n
> ot specified or modules.
>
> 1) in /usr/src/linux, I make menuconfig, then select my config
> 2) I run make dep (wouldn't mind knowing what it really does)
> 3) I run make clean
> 4) I run make modules, dont really know why
> 5) I run make modules install, also don't know
> 6) Next, I run make zImage
>
> I have no idea why it says 'unresolved symbols' but I'd certainly like
> to know. I may not be able to check the newsgroup again, so could you
> also crosspost my e-mail addr. Please e-mail at: [EMAIL PROTECTED] Thanks
>
>
> --
> _____________________________________________
> Ahmed M Aden
> Internet Systems Engineer
> High Speed Installation - Reseller Division
> UUNET, an MCI WorldCom Company
> Email: [EMAIL PROTECTED]
> Phone: 703.744.2583
> Hours: 10am - 7pm Eastern
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: IP Multicast Routing Protocols
Date: Fri, 25 Jun 1999 22:21:20 GMT
Hi,
Does anyone know which of the following IP multicast routing protocols
is most widely used.
1. DVMRP (Distance Vector Multicast Routing Protocol) 0r
2. PIM-SM (Protocol Independent Multicast - Sparse Mode)
Thanks,
Ravi
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Vincenzo Valvano <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.ms-windows.nt.advocacy,comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark?
Date: Sat, 26 Jun 1999 00:42:06 +0200
Terry Carmen wrote:
...
> Because if you actually did this for a living, you would notice that
> now and then a customer will request a specific OS, and it's much more
> profitable to smile and take their money and give them what they want,
> than to try to convert them to your religion and sell them something
> else.
The customer does not ask for a specific os.
Generally you have to build the solution, not to sell os.
When you have to repair your tv-set, normally, you want the job
done, or do you ask for a specific brand replacements ?
> It makes absolutely no difference to me if it needs a diesel-powered
> network interface or new starch for the floppy drive. If the customer
> wants it, who cares what it runs on?
The customer, normally, does not enter in such details.
....
> On the scale of Good Things and Bad Things that happen to people on
> this planet, the choice of operating system is only slightly less
> important than deciding if you want a burger or hot dog for lunch.
You're completely understimating this choice !!!
Vincenzo
------------------------------
From: "Michael Faurot" <[EMAIL PROTECTED]>
Subject: Re: mail server
Date: 25 Jun 1999 20:56:53 GMT
harry dupre <[EMAIL PROTECTED]> wrote:
: Can anyone suggest a good mail server package that I can run on a Linux box?
: And security is must.
sendmail
--
==============================================================================
Michael | mfaurot | A hundred thousand lemmings can't be wrong!
Faurot | atww.org |
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.misc
Subject: Re: Connection accept speed limit?
Date: Fri, 25 Jun 1999 22:52:38 GMT
In article <7l0qi9$vla$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Leslie Mikesell) wrote:
> I have a web server set up to handle static images and backgrounds
> only and it gets about 1.5 million hits a day most of which happen
> in about a 3 hour window.
> [...]
With that much traffic in such a short time, it's very possible you're
running up against buffering problems. I can't recall offhand how to
check for this under Linux [all the boxes I can reach at the moment are
*BSD], but what you want to look for is something that tells you how
many sk_buff structures are in use. `netsta -m` tells you this in
FreeBSD [well, actually it tells you about mbuf clusters, the *BSD
equivalent], but if I recall correctly Linux uses a different netstat.
If you are exhausting your memory buffers, be happy that the machine is
just slowing down... *BSD boxes have the annoying habit of rebooting
when they run out of mbufs [though, to be fair, the mbuf code is much
faster, so it's a tradeoff either way :)]. Adding more RAM or
reconfiguring your kernel to make more memory available for sk_buffs may
do the trick.
--
Bill Clark
Systems Architect
ISP Channel
http://neighborhood.ispchannel.com/
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Bruce Hoult)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: Why not C++
Date: Sat, 26 Jun 1999 11:53:08 +1200
In article <7l0c0f$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
(Don Waugaman) wrote:
> >Now consider references:
> >
> > int x;
> > x = 1;
> > some_function (x);
> >
> >what will be x's value after the call to some_function? Will it be
> >altered? In C, I know immediately know the answer to the question and
> >do not have to look further. This kind of syntactic sugar disturbs me
> >as one who reads a lot of software that I did not write.
>
> Reference semantics can be abused, true. Of course, would you really
> feel comfortable reading this code and not knowing a thing about what
> some_function() does?
Exactly. It depends on what "some_function" is, and should be obvious
from the semantics of what "some_function" means to you. And if you
forget, then that super-fancy editor that add's /* */ pairs for him in a
keystroke probably lets him see the prototype and/or source for
some_function() in a keystroke as well.
As a counter-example to his:
struct {
// lots'o'stuff
} foo;
some_function(&foo);
What will be foo's value after the call to some_function? Will it be
altered? In C he has no way of knowing because C programmers often pass
structs by reference even when they don't intend to change them.
If he's worried about separating the in from the out paramters then
perhaps he will prefer Dylan, where you write things like...
let (x, y, z) = some_function(a, b)
.. and it's completely clear which are the input and which the output.
> Of course, the point that Bruce was making was that one need not use the
> "advanced" C++ features such as templates, exception handling, rtti and
> the like to gain the benefits that the language offers. (I would have
> added function overloading, stronger argument typechecking (even during
> the link step, thanks to name mangling) and the C++ Standard Library,
> particularly iostreams, to his list, but it's a solid starting point.)
Oops -- meant to point out the link-time benefits of function name mangling.
But you're absolutely correct. Even when I'm programming essentially in
C, I can't see any point in not using the C++ compiler to do it. It's
just more comfortable.
-- Bruce
------------------------------
From: Rob van der Putten <[EMAIL PROTECTED]>
Subject: Re: 2 modems routing problem
Date: 25 Jun 1999 20:29:52 +0200
Hi there
Clifford Kite <kite@NoSpam.%inetport.com> wrote:
> I'd guess it is created by some script at the time of the call-in since
> pppd won't override an existing default route, even with the defaultroute
> option. I can't say which script - it could be in /etc/ppp/ip-up or
> some script external to the pppd specific scripts.
Put this in ip-up;
#!/bin/bash
case $2 in
/dev/ttyS1)
/sbin/route add -net 0.0.0.0 gw Rem_Ip netmask 0.0.0.0
;;
esac
Rem_Ip is the remote addres of the ppp link, ttyS1 its tty.
This way you can have different routes for diffent ppp links.
> (The 255.255.255.255 mask for a PPP interface gateway route is also odd
> to me. It's 0.0.0.0 here, but this may have to do with the particular
> networking implementation.)
255.255.255.255 is OK; It's the route to a single host.
Regards,
Rob
--
+------------------------------------------------------------------------+
| Rob van der Putten, [EMAIL PROTECTED] |
| http://www.sput.webster.nl/spam-policy.html |
+------------------------------------------------------------------------+
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Linux wont route to gateway
Date: Fri, 25 Jun 1999 23:11:41 GMT
In article <7l00bl$[EMAIL PROTECTED]>,
"Bob Glover" <app1rtg_at_air.ups.com> wrote:
> Did you enable IP forwarding?
No, IP fowarding is not enabled because I'm not having my Linux box
perform that function. I am trying to *access* another gateway (namely,
my win98 box, running NAT32, connected to the internet)so that my Linux
box will have internet access
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
** 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
******************************