Linux-Networking Digest #651, Volume #11 Thu, 24 Jun 99 14:13:50 EDT
Contents:
sudo ("Sergiu Condorovici")
Re: Help! NFS uid/gid problems (John Murtari)
Multiple IP's on a PPP interface? ([EMAIL PROTECTED])
Re: Linux And Windows 95 (Monte Phillips)
Re: Identd -- necessary? (Derek Lucas)
Re: Q: Getting the server time ("Jon Finanger")
Re: Cisco 675 question ("Richi")
Sharing ppp0 to eth0 : Ping - Request Timed Out (Douglas Au)
About Window manager, Licq and gftp!! (Alleyoop Sam)
Re: Allowing eMail Access only (Nicholas E Couchman)
Re: bizarre networking problem. (Nicholas E Couchman)
Re: /etc/passwd or what else? (Nicholas E Couchman)
Cluster management - software?? (James Vincent)
Windows95 box -> Linux Box (Static IP) -> Intranet -> Internet? ("Chris Cosentino")
Re: wingate1.3 (Nicholas E Couchman)
Re: sendmail - user unknow (Nicholas E Couchman)
Re: Getting the server time ("Greg Boes")
isp proxy ("DAVID M MCNAMARA")
ifconfig can't set MTU (Klaus Doth)
Re: FTP on Linux Redhat ("Alltek Energy Systems, Inc.")
"Protocol not available" in ipautofw??? ("Devon Harding")
----------------------------------------------------------------------------
From: "Sergiu Condorovici" <[EMAIL PROTECTED]>
Subject: sudo
Date: Thu, 24 Jun 1999 16:56:10 GMT
Where can I find a sudo package for RH 6.0?
------------------------------
From: John Murtari <[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: Thu, 24 Jun 1999 12:39:57 -0400
>
> 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/
------------------------------
From: [EMAIL PROTECTED]
Subject: Multiple IP's on a PPP interface?
Date: Thu, 24 Jun 1999 16:53:48 GMT
Is it possible (Redhat 5.1) to set up multiple static IPs on
a PPP interface? I am in the middle of a network renumbering
and need to temporarily have both networks connected. The remote
router knows about the networks, but I need to know how to configure
additional addresses for the same PPP interface. Under Solaris
it would be easy... but Linux? Anyone? E-mail responses
preferred...
Chris
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: Linux And Windows 95
Date: Thu, 24 Jun 1999 15:57:04 GMT
This site has a step by step howto for complete setup of samba. steps
for both linux and the win machine. (and they really work <G>)
http://www.sfu.ca/~yzhang/linux/samba/index.html
and this one as well
http://home.talkcity.com/MigrationPath/maguai/samba.html
These sites singly or in combination are nearly guaranteed to get you
networked.
"molten" <[EMAIL PROTECTED]> wrote:
>Hey there, i am looking for some docs on how to get windows 95 logging onto
>a linux box, if you know of any ideas, please send them to
------------------------------
Date: Thu, 24 Jun 1999 13:05:14 -0400
From: Derek Lucas <[EMAIL PROTECTED]>
Subject: Re: Identd -- necessary?
First off, if you were looking at /etc/inetd.conf, it would be named
"auth", calling /usr/sbin/in.identd. identd is an identification daemon
that runs in the background, on port 113. It is used to identify
usernames.
If you use IRC (Internet Relay Chat), most servers requre that you have
identd installed & running. It is also used to identify you to some
servers. Say you are logged into your box as root on console 1. You
telnet into www.yahoo.com, port 23. If yahoo admins were to check their
logs, they'd see the connection to port 23 came from [EMAIL PROTECTED]
Pretty simple.. go read an RFC or something (http://www.isi.edu). =)
--
Derek Lucas
Systems Administrator
OneNet Communications, Inc.
513.618.1000 : [EMAIL PROTECTED]
On 22 Jun 1999, Mike Kozlowski wrote:
> I'm trying to tighten up a Linux box, so I'm removing non-essential
> services from inetd.conf. However, I'm unsure if identd is essential or
> not; reading the man page failed to illuminate.
>
> What do I lose if I turn off identd?
>
> --
> Michael Kozlowski
> http://www.cs.wisc.edu/~mlk/
>
>
------------------------------
From: "Jon Finanger" <[EMAIL PROTECTED]>
Subject: Re: Q: Getting the server time
Date: Thu, 24 Jun 1999 18:39:37 +0200
> They need to run the ntp service (xntpd) ... I just usually use
Is there any command to retrieve the time?
------------------------------
From: "Richi" <[EMAIL PROTECTED]>
Subject: Re: Cisco 675 question
Date: Thu, 24 Jun 1999 11:43:17 -0500
Hi again Tom..
Thanks for the sample file. I will give the bridge mode a try. As you can
tell I am a newbie at Linux and a little lost. So you are saying that you
can use bridging with Linux with the router connected to the ethernet card
in the Linux box ?
When I read that ping,trace, telnet and web interface is disabled in bridge
mode, I assumed that I could not use any of the above functions through it.
Obviously I want to be able to telnet and ping other places. If I understand
you correctly, these functions can not used internally on the router ???
But, will still be able to ping.microsoft.com and telnet other sites on the
web?
In netcfg do you have to add anything to the routing area, or is all your
settings contained in the eth0 configuration area ? I read somewhere that
when using NAT the router has an IP of 10.0.0.x. Does this sound right and
do I need to add this to my routing area.
Thanks for all your help.
Regards,
Rich
Tom Mulder wrote in message <[EMAIL PROTECTED]>...
>If you use bridging no one from the outside is able to get in, so it
>also functions as an firewall.
>And yes if u use bridging the web/telnet interface doesn't work, bbut
>who need it anyway? you got and managnent cable ain't you?
>
>I have included a sample config file
>
>
>>
>> Thanks for the reply Tom. I am currently running it plugged into the hub
and
>> it works OK. I would prefer it to be run via the Linux box with IP
>> masquerading and have a better firewall.
>>
>> I am not running it in Bridging mode right now. It is plugged into the
hub
>> using PPP.
>>
>> Besides according to the Cisco book ping, telnet, web interface, etc.
does
>> not work in bridge mode. Is this correct ?
>>
>> Thanks again for the reply.
>>
>> Rich
>>
>> Tom Mulder wrote in message <[EMAIL PROTECTED]>...
>> >Why don't you use bridging for the 675 it does it verry well.
>> >We configure all cisco 675's with briding becouse then you also have a
>> >fire wall and you won't have to use your Linuxbox as masq. machine?
>> >
>> >
>> > Leased line
>> > |
>> > -------
>> > | 675 |
>> > -------
>> > |
>> > |
>> > |------------ LAN ----------|
>> > | |
>> > comp1 comp2
>> >
>> >Just configure it for routing and plug it in you NIC or hub. that will
>> >do it.
>> >
>> >
>> >
>> >>
>> >> OK I admit it... I am lost.
>> >>
>> >> I am trying to get Linux up and running as a Gateway server. It used
to
>> work
>> >> as a dialup !!!!
>> >>
>> >> I just got DSL and have a Cisco 675 router and can not figure out how
to
>> >> make it work. I have read and read, and still am lost :(
>> >>
>> >> Eventually I want to get back to IP masquerading but I just want Linux
to
>> >> connect to the itnernet via DSL first.
>> >>
>> >> Here is what I have.
>> >>
>> >> The linux box has two ethernet cards.
>> >>
>> >> eth1
>> >> 192.168.1.2 IP
>> >> 255.255.255.128 subnet
>> >>
>> >> eth2
>> >> 192.168.1.1 IP
>> >> 255.255.255.0 subnet
>> >>
>> >> All other windows machines are on the 255.255.255.128 subnet.
>> >>
>> >> The Cisco is set up as it was supposed to be for Win 98 as outlined by
>> >> USWest. I have a dynamic IP.
>> >>
>> >> Do I need to reprogram the cisco and assign an IP address ?
>> >>
>> >> Do I need to add information to the routing properties of netcfg ?
>> >>
>> >> ANY help would be most appreciated.
>> >>
>> >> Thank you
>> >>
>> >> Rich
>> >
>> >--
>> >---
>> >Tom Mulder
>> >E-Mail: [EMAIL PROTECTED] or [EMAIL PROTECTED]
>> >Website: http://www.darkseed.net
>
>--
>---
>Tom Mulder
>E-Mail: [EMAIL PROTECTED] or [EMAIL PROTECTED]
>Website: http://www.darkseed.net
------------------------------
From: Douglas Au <[EMAIL PROTECTED]>
Subject: Sharing ppp0 to eth0 : Ping - Request Timed Out
Date: Fri, 25 Jun 1999 02:48:55 +1000
I am a new user in Linux
Currently I want to setup a ppp connection with my Linux and share this
connection to the LAN.
I got three computer, two of them running Windows NT and the other
running Linux Red Hat 5.2
I establish my ppp connection using the following command!
pppd connect 'chat "" "ATX3" "" ATDT12345678 CONNECT ""
ervice? ppp sername: hi word: hello' /dev/cua1 115200
Then I check the connection status using the ifconfig command.
If return a ppp0 connection with two address to me
inet address: 202.100.56.124
P-t-P: 202.100.56.13
I use the P-t-P address as my routing address with the following command
route add default gw 202.100.56.13 ppp0
My routing table is below
202.100.56.13 0.0.0.0 255.255.255.255 UH
1500 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0
U 1500 0 eth0
127.0.0.0 0.0.0.0
255.0.0.0 U 3584 0 lo
0.0.0.0 202.100.56.13 0.0.0.0
UG 1500 0 ppp0
My eth0 card IP is 192.168.0.30
and the other two computer is 192.168.0.1 and 192.168.0.2
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: Alleyoop Sam <[EMAIL PROTECTED]>
Subject: About Window manager, Licq and gftp!!
Date: Fri, 25 Jun 1999 01:33:11 +0800
I am a new linux user and I am using RH6.0:
There are three simple questions I want to raise:
1. I have my licq installed, but under my NT partition, I can play ICQ
via a SOCKS 5 proxy server with
the ICQ version for win98/winnt. I wonder how should I config the licq
so that I can
play it via a SOCKS 5 proxy server.
2. I have a problem with the use of my gftp. I can't get connected to
any sites and the
reply is: "No route to hosts". Well, I can ftp, get and put files using
simple
command prompt ftp. So, why can't I ftp with gftp? And what's the
meaning of no route
to hosts?
3. The third one: How to switch between different Window manager? I have
the xfce RPM format installed,
but I don't know how to start it once I login. Currently, I can switch
to use AfterStep and fvwm.
Well, how could I switch to use xfce when I am using AfterStep??
Looking for your reply! Pls help!
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: Allowing eMail Access only
Date: Thu, 24 Jun 1999 17:25:50 GMT
You could just write the mail program into their script, and then when they
exit mail, tell the computer to log them out. It is very common, used largely
with Lynx.
--Nick
Jobert Tieng wrote:
> How do I configure my Linux server to limit a selected IP address or Users
> to use email only...and disable their
> web browsing and other stuffs....
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: bizarre networking problem.
Date: Thu, 24 Jun 1999 17:28:48 GMT
Do you know what protocols these game servers use? Is it http, or what. Can you
connect to other servers (ie www.linux.org)?
--Nick
castor wrote:
> This probably isn't something anyone can work out, since I don't know enough
> about Linux (or indeed Windows) to be able to give out all of the relevant
> information. It will hopefully be something that someone knows the answer to
> on the spot from previous experience. If there is any extra info required,
> please tell me and I'll try to get hold of it.
>
> Firstly, my setup is a Linux box running SuSE 6.1 using IP masquerading to
> act as a net gateway to my Windows 98 machine through ethernet. I don't
> think there's any other relevant information here I can provide, it all
> works fine.
>
> -- Problem starts :) --
>
> When I get disconnected from my ISP and reconnect straight away, I find that
> I cannot connect to any game servers for about 5-10 minutes. I'm not exactly
> sure how long it takes to get back on, it's hard to time it because I have
> to re-attempt a connection every so often, and if it works I don't know when
> it would have started to work. If I disconnect manually, this problem
> doesn't happen.
>
> I can ping the servers, I can use Gamespy to get updates from them, and I
> can see all the people in the game, but for some reason when I try to join,
> with, say, Half-Life or Quake 2 (the only two games I tried, they use
> different ports so I don't think that's the problem), it simply tries and
> fails to connect.
>
> I have disconnected manually from here and reconnected, and the problem
> stays (in fact I think the timer gets reset). Before you say it's anything
> to do with the ISP, there's a few more things I should say. Firstly, it
> never happened when I connected direct with the Windows box. Secondly, if I
> reset the Linux box and then reconnect, it's instantly fine and working.
> Thus, I'm pretty sure it's something to do with the Linux box (resetting the
> windows box does nothing).
>
> -- end problem --
>
> I also have ICQ running with ICQ masq, and it is fine straight away (except
> for the silly ICQ server problem when it sometimes stops you connecting), so
> I have a feeling it's not to do with the protocol either since I think both
> ICQ and the games use UDP?
>
> Someone please help, I am really stumped.
>
> -c.
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: /etc/passwd or what else?
Date: Thu, 24 Jun 1999 17:33:08 GMT
Your passwords are NOT kept in this file. Instead there is another file in
/etc that contains encrypted passwords, thus securing your passwords. i am
not sure about NIS, if you find out any info on it, email it to me, cause it
sounds pretty neat, I just have no idea how to use.
--Nick
Marc Eggenberger wrote:
> Hi there ...
>
> is there a possibility to use another ident method then /etc/passwd ?
>
> I mean on a system with quite a few users (280'000) it's not quite a good
> solution .. the /etc/passwd file would be huge and radom access on a text
> file tja ... I'd prefer a db where the users are stored in ... is this
> what NIS does? Are there any problems with it? are there any other
> solutions?
>
> can any of this other solutions be used with a pop server? I mean when
> mail is sent over this server and the /et c/passwd has to be scanned
> every time it would go on its knees .....
>
> --
> mfg
> Eggenberger Marc
------------------------------
From: [EMAIL PROTECTED] (James Vincent)
Subject: Cluster management - software??
Date: 24 Jun 1999 17:40:01 GMT
Does anyone know of centralized cluster management software for
a group of networked Linux boxes? We have a number of machines that I would like to
administer from a single centralized point. I've not seen much in the way of Linux
software for this purpose. Any ideas?
------------------------------
From: "Chris Cosentino" <[EMAIL PROTECTED]>
Subject: Windows95 box -> Linux Box (Static IP) -> Intranet -> Internet?
Date: Thu, 24 Jun 1999 11:35:43 -0400
Folks,
I have 1 static IP line into my office. I have a linux box and a win95
box and a hub. I want to have the Linux Box connected to the static IP on
eth0, and connected to the hub on eth1. And I want to have the Win95 box
connected to the hub.
What I need is for the Win95 box to be able to go through the Linux box
and see the intranet, and also the internet (via proxies off of other
servers on the intranet).
But how do I get the win95 box to see the outside world? It can see the
linux box, but that's it. DO I need to do some kind of IP forwarding on the
linux box so packets think they are going to the linux box but actually go
to the windows box? I'm a little lost.
Where's a good place to start to find info on this?
Thanks much,
-Chris
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: wingate1.3
Date: Thu, 24 Jun 1999 17:36:58 GMT
If you want email access, you need to map a certain email server through the
mathcing port. I think Wingate might have its own email distribution
service, but if not, try WinProxy. It has everything (DNS,DHCP, Mail, News,
Firewall, everything). Or you can try spoonproxy, which is what I use. It
is very simple (WinProxy is extremely complex) and includes HTTP, FTP, Real,
Socks, HTTPS, and Telnet proxy ports. I think the Socks port expires after
30days, but you can still map services through (news servers, mail servers,
etc.).
--Nick
daniel wrote:
> Wingate1.3 on a win98 machine supplies the network with access to a
> dialup internet connection.
>
> On the linux machine, the network card is set up ok etc.
>
> Entering in the manual proxies settings into Netscape communicator for
> linux as per a windows clent has allowed the linux machine to access
> HTTP via wingate and to access the newsgroups (via port 119) using
> wingate.
>
> The interesting thing is that accessing an FTP site doesn't work in
> netscape under linux (this is supplied by wingate using SOCKS on port
> 1080) and neither does email in netscape under linux.
>
> Does anyone know why FTP and email in netscape won't work while HTTP and
> newsgroups work ok in netscape under linux, and they all work using a
> windows machine. The same settings are used in netscape in both
> operating systems.
>
> I know linux can do the job that wingate is doing.... at this stage the
> linux machine is trying to fit into an existing network, not take it
> over (yet)
>
> Daniel.
------------------------------
From: Nicholas E Couchman <[EMAIL PROTECTED]>
Subject: Re: sendmail - user unknow
Date: Thu, 24 Jun 1999 17:38:15 GMT
I am having the same problem on RH 6. I think it has something to do with
Sendmail aliases, but I can't figure it out.
--Nick
MicroNg wrote:
> Hi they, some Q again
>
> I'm using RH5.2 , I can't use senmail etc to send mail to any user - user
> xxx unknow, either with or without FQD in the address,, anyone help please
> ?
>
> thank in advance
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Ng Weei Peng Esq.
> Software R&D Executive
> :> Email: [EMAIL PROTECTED]
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> No junk mail please, Thank you, if have any, send to :
> :< [EMAIL PROTECTED]
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------
From: "Greg Boes" <[EMAIL PROTECTED]>
Subject: Re: Getting the server time
Date: Thu, 24 Jun 1999 12:45:03 -0500
Jon Finanger wrote in message <7kta0o$24f$[EMAIL PROTECTED]>...
>I just wondered if there is possibly to get the server time from any
>internet server?
>Or must the server run some kind of service?
Yes and yes.
Check out getdate. From the man page:
getdate - Get remote RFC 868 date - adjust local time.
I run getdate in my ip-up script.
greg
------------------------------
From: "DAVID M MCNAMARA" <[EMAIL PROTECTED]>
Subject: isp proxy
Date: Thu, 24 Jun 1999 12:39:27 -0400
how do i set up a proxy server in red hat linux 5
------------------------------
From: Klaus Doth <[EMAIL PROTECTED]>
Subject: ifconfig can't set MTU
Date: Thu, 24 Jun 1999 19:08:46 +0200
I have a problem with ifconfig since I've updated my old Suse 6.0-Linux
to Version 6.1.
When I use the old kernel (2.0.36), ifconfig can set the MTU of the
EQL-device to any value, but if I use the new kernel (2.2.7) ifconfig
exits with the error "SIOCSIFMTU: Invalid argument"
Has anybody an idea how to get ifconfig working again without using the
old kernel?
Thanks,
Klaus
------------------------------
From: "Alltek Energy Systems, Inc." <[EMAIL PROTECTED]>
Subject: Re: FTP on Linux Redhat
Date: Thu, 24 Jun 1999 12:48:08 -0400
I USE A PROGRAM CALLED WS-FTP95 BY IPSWITCH, ITS EASY AND GOOD...
Guo Quin wrote in message <1WXb3.17687$[EMAIL PROTECTED]>...
>Hello.
>I use redhat 5.0, ftp is there, check your config file.
>
>Kieu
>
>A. de Vos <[EMAIL PROTECTED]> wrote in message
>news:7ko2ea$2ur5$[EMAIL PROTECTED]...
>> I cannot FTP from Windows to Linux through the LAN (ethernet). But I am
>able
>> to connect to the Apache server through Explorer.
>>
>> How is FTP server started on Linux? And how can I reach it?
>>
>> Arne de Vos
>>
>>
>>
>
>
------------------------------
From: "Devon Harding" <[EMAIL PROTECTED]>
Subject: "Protocol not available" in ipautofw???
Date: Thu, 24 Jun 1999 13:27:22 -0400
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
------------------------------
** 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
******************************