Linux-Networking Digest #296, Volume #11 Wed, 26 May 99 16:13:40 EDT
Contents:
Re: ip fowarding (Erik-Jan Sinke)
Re: ipfw ? (Eric Trimmer)
Re: Samba and NT Domain ("Dwayne")
Re: How do I connect DOS 6.2 PC to Linux? (Dave Brown)
Compiling Apache, PHP and Mysql on AIX 4.3.2 (Pierre Baudracco)
Re: NFS with Redhat 6 server and clients (Adnan Vora)
Re: How do I connect DOS 6.2 PC to Linux? (Rod Roark)
Re: Beowulf--which version? ("Hebert, Greg (EXCHANGE:KWAY:6C26)")
[Survey] Migration (abbreviated version) (John McGee)
Re: Are internal IP DNSes a bad idea? ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: Erik-Jan Sinke <[EMAIL PROTECTED]>
Subject: Re: ip fowarding
Date: Wed, 26 May 1999 20:06:37 +0000
This is a multi-part message in MIME format.
==============14D4906FB9FBBA66C1B8153E
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
If you want to use your linux box as masquerading gateway you also have to
add a masquerading entry :
ipchains -A forward -i <IP-external interface> -s <Network-IP-local-net>
-j MASQ
Good Luck,
Erik
[EMAIL PROTECTED] wrote:
> I am having a lot of problems getting ip forwarding to work with COL
> 2.2. I am hoping someone can help. :) Okay, I checked three things. Is
> support built into the kernel? Yes. Is 1 in ip_forward? Yes. Are there
> any chains that would stop access to and from the computer? No. (This
> is a security risk. I am using it only on a test network.) Here are the
> files that are relavent:
>
> [/usr/src/linux/.config:NETWORKING]
> #
> # Networking options
> #
> CONFIG_PACKET=y
> CONFIG_NETLINK=y
> CONFIG_RTNETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_FIREWALL=y
> # CONFIG_FILTER is not set
> CONFIG_UNIX=y
> CONFIG_INET=y
> # CONFIG_IP_MULTICAST is not set
> CONFIG_IP_ADVANCED_ROUTER=y
> CONFIG_RTNETLINK=y
> CONFIG_NETLINK=y
> # CONFIG_IP_MULTIPLE_TABLES is not set
> # CONFIG_IP_ROUTE_MULTIPATH is not set
> # CONFIG_IP_ROUTE_TOS is not set
> CONFIG_IP_ROUTE_VERBOSE=y
> # CONFIG_IP_ROUTE_LARGE_TABLES is not set
> # CONFIG_IP_PNP is not set
> CONFIG_IP_FIREWALL=y
> CONFIG_IP_FIREWALL_NETLINK=y
> CONFIG_NETLINK_DEV=y
> CONFIG_IP_ALWAYS_DEFRAG=y
> CONFIG_IP_TRANSPARENT_PROXY=y
> CONFIG_IP_MASQUERADE=y
> CONFIG_IP_MASQUERADE_ICMP=y
> CONFIG_IP_MASQUERADE_MOD=y
> CONFIG_IP_MASQUERADE_IPAUTOFW=y
> CONFIG_IP_MASQUERADE_IPPORTFW=y
> CONFIG_IP_MASQUERADE_MFW=y
> CONFIG_IP_ROUTER=y
> CONFIG_NET_IPIP=m
> CONFIG_NET_IPGRE=m
> CONFIG_IP_ALIAS=y
> # CONFIG_ARPD is not set
> CONFIG_SYN_COOKIES=y
> CONFIG_INET_RARP=m
> # CONFIG_SKB_LARGE is not set
> # CONFIG_IPV6 is not set
> # CONFIG_IPX is not set
> # CONFIG_ATALK is not set
> # CONFIG_X25 is not set
> # CONFIG_LAPB is not set
> # CONFIG_BRIDGE is not set
> # CONFIG_LLC is not set
> # CONFIG_ECONET is not set
> # CONFIG_WAN_ROUTER is not set
> # CONFIG_NET_FASTROUTE is not set
> # CONFIG_NET_HW_FLOWCONTROL is not set
> # CONFIG_CPU_IS_SLOW is not set
>
> [/proc/sys/net/ipv4/ip_forward]
> 1
>
> [/etc/sysconfig/network]
> NETWORKING=yes
> HOSTNAME=comm.wec.wn.net
> IF_LIST='lo eth tr sl ppp'
> IPFORWARDING=yes
>
> [ipchains]
> [root@comm dustin]# ipchains -L
> Chain input (policy ACCEPT):
> Chain forward (policy ACCEPT):
> Chain output (policy ACCEPT):
>
> Yet, I can't get a computer own the network see anything over the ppp
> link. As you can see, ppp is my default route:
>
> [root@comm dustin]# netstat -r
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window
> irtt Iface
> max4.intersurf. * 255.255.255.255 UH 0 0
> 0 ppp0
> 192.168.1.0 * 255.255.255.0 U 0 0
> 0 eth0
> 127.0.0.0 * 255.0.0.0 U 0 0
> 0 lo
> default max4.intersurf. 0.0.0.0 UG 0 0
> 0 ppp0
>
> Okay, so I followed the directions in ipmasq-HOWTO for problem
> resolution. Here are the results:
>
> 1. from masq'd machine, ping another machine:
> works
>
> 2. ping self and assigned address (ppp):
> ping localhost works
> ping ppp ip address given by isp works
>
> 3. from masq'd machine, ping gateway
> works
>
> 4. from masq'd machine, ping gateway's ppp assigned address
> doesn't work (i deleted the ip address below)
>
> C:\tmp>ping x.x.x.x
> Pinging x.x.x.x with 32 bytes of data:
>
> Destination host unreachable.
> Destination host unreachable.
> Destination host unreachable.
> Destination host unreachable.
>
> Any clues? Thanks for any help.
>
> ---
> Dustin Puryear
> [EMAIL PROTECTED]
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---
==============14D4906FB9FBBA66C1B8153E
Content-Type: text/x-vcard; charset=us-ascii;
name="Zijlware111.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Erik-Jan Sinke
Content-Disposition: attachment;
filename="Zijlware111.vcf"
begin:vcard
n:Sinke;Erik-Jan
x-mozilla-html:FALSE
org:Zijlware;IT
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Ing.
x-mozilla-cpt:;0
fn:Erik-Jan Sinke
end:vcard
==============14D4906FB9FBBA66C1B8153E==
------------------------------
From: Eric Trimmer <[EMAIL PROTECTED]>
Subject: Re: ipfw ?
Date: Wed, 26 May 1999 14:53:37 -0400
On Tue, 25 May 1999, Andrey Smirnov wrote:
> Date: Tue, 25 May 1999 20:50:43 -0700
> From: Andrey Smirnov <[EMAIL PROTECTED]>
> Newgroups: comp.os.linux.networking
> Subject: Re: ipfw ?
>
> Hello!
>
> It depends on ver of ipfwadm, but I think you can try this:
>
> /sbin/ipfwadm -F -a m -S 10.0.0.1/24 -D 0.0.0.0/0
>
> Good luck!
>
>
Thanks.
=============================================================
Eric Trimmer email: [EMAIL PROTECTED]
=============================================================
------------------------------
From: "Dwayne" <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc,linux.samba,comp.protocols.smb
Subject: Re: Samba and NT Domain
Date: Wed, 26 May 1999 19:07:44 GMT
If I am reading your message right...?
Windows 98 will send to the linux server the username and password that you
used to log onto win98.
This will only happen if you have windows family logon or MS client
installed in Control Panel/Networks.
When win98 first boots, enter the username and password used to log-in to
samba host.
Then open net-hood and open the linux server. Windows will send your win98
user info as default login. If it fails, you will be asked to re-enter the
password.
?? hope this helps :)
Dwayne Hallman
<[EMAIL PROTECTED]> wrote in message news:7ihbrg$3j2$[EMAIL PROTECTED]...
> I've tried the suggestions that everyone's made, but I still can't make
> it work. For some reason I can connect from MY NT Workstation, but I
> can't connect from any other clients. Let me be a little more specific,
> when I try to open a share from a 98 client, it asks for a password.
> When I try to open a share from an NT client, it asks for a username and
> password. All clients seem to be able to browse to the server. I've
> used smbpasswd -j ntdom to add the linux server to the domain. I
> currently have
>
> security=server
> password server=ipaddress in dotted decimal notation
> add user script=/usr/sbin/adduser -d home/samba -g samba %u
>
> I've also tried using the netbios name of the server in the password
> server option, and I've used the security=domain. I also have encrypted
> passwords turned on. Thanks,
> Greg
>
> In article <7if763$505$[EMAIL PROTECTED]>,
> "Andrey Smirnov" <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> > If you already have an NT domain, you can use your PDC or BDC to
> validate
> > logon to Samba box.
> >
> > In /etc/smb.conf:
> >
> > 1) set workgroup = NT domain name
> > 2) security = server
> > 3) password server = IP address of your PDC
> >
> > Then restart smb (/etc/rc.d/init.d/smb restart)
> >
> > Your user should be able to see shares on Linux box, except one little
> > thing - if user does not have account on Linux box, will not be able
> to see
> > home dir.
> >
> > But if your PDC is down, you need to change password server setting in
> > smb.conf!
> >
> > Also solves the problem with encrypted password not working from NT &
> 98
> > boxes.
> >
> > Good luck!
> >
> > <[EMAIL PROTECTED]> wrote in message
> > news:7idctn$7a6$[EMAIL PROTECTED]...
> [SNIP]
>
>
> --== Sent via Deja.com http://www.deja.com/ ==--
> ---Share what you know. Learn what you don't.---
------------------------------
Subject: Re: How do I connect DOS 6.2 PC to Linux?
From: [EMAIL PROTECTED] (Dave Brown)
Date: 26 May 99 18:34:07 GMT
In article <hYV23.14860$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
>
>I received a throwaway IBM Model 80 with DOS 6.2. I installed an Etherlink
>III card, but now don't know how to connect it to my Linux server. The Model
>80 has all sorts of LANManager files on it, including a TCP sys file,
>PROTMAN, etc., but I don't know how to configure it to work.
>
>The Model 80 used to be connected to a Token Ring Netware LAN, and I suppose
>I could set up my Linux server for Netware, but my other networked computer
>uses TCP/IP. Can I mix and match the two together?
I used to run a DOS/Win31 pc networked into Linux using a packet driver (not
sure where to tell you to go for an Etherlink packet driver), a packet mux
(winpkt), and trumpet winsock. This will allow you to use a telnet client
(ewan was my favorite), wsftp, netscape, etc. (all those winsock clients).
And an Xserver for remoting display of xclients running on Linux.
I also had some machines set up using MS Client, which uses PROTMAN, etc.,
and allows File and Print Sharing with Samba over TCP/IP. Unfortunately,
the MS Client stuff is all "real mode" software... using up your precious
640K of DOS memory; so you don't have much memory left for applications.
All downloadable free software.
--
Dave Brown Austin, TX
------------------------------
From: Pierre Baudracco <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.aix,comp.infosystems.www.servers.unix
Subject: Compiling Apache, PHP and Mysql on AIX 4.3.2
Date: Wed, 26 May 1999 21:26:05 +0200
Hello,
I've an RS6000 with AIX 4.3.2.
I've installed gnu-make, egcs 1.1.1, gnu autoconf from
www-frec.bull.com/.
I've bos.adt.include 4.3.2 installed.
I manage to compile apache 1.3.6, but PHP 3.0.7 and Mysql 3.22.21
complains when running make.
There seems to be a conflict in types declarations from egcs
includes and AIX include files.
here are the outputs.
============================================
For Mysql:
make
...
In file included from readline.c:26:
../include/global.h:459: conflicting types for `int8'
/usr/include/sys/inttypes.h:606: previous declaration of `int8'
../include/global.h:460: warning: redefinition of `int16'
/usr/include/sys/inttypes.h:607: warning: `int16' previously declared here
../include/global.h:470: warning: redefinition of `int32'
/usr/include/sys/inttypes.h:608: warning: `int32' previously declared here
make : 1254-004 Code d'erreur de la derni�re commande : 1.
Arr�t.
make : 1254-004 Code d'erreur de la derni�re commande : 1.
Arr�t.
make : 1254-004 Code d'erreur de la derni�re commande : 2.
============================================
For PHP
make
...
functions/datetime.c:69: conflicting types for `timezone'
/usr/local/lib/gcc-lib/powerpc-ibm-aix4.1.5.0/egcs-2.91.60/include/time.h:168:
previous declaration of `timezone'
make : 1254-004 Code d'erreur de la derni�re commande : 1.
============================================
Any advice would be much apreciated.
may I try egcs 1.1.2 or do I have to cope with include files ?
Thanks in advance.
--
Pierre Baudracco - [EMAIL PROTECTED]
ALIACOM - 05 62 19 24 91 - www.aliacom.fr
------------------------------
Crossposted-To: comp.os.linux.misc,linux.redhat.misc
Date: Wed, 26 May 1999 13:40:43 -0500
From: Adnan Vora <[EMAIL PROTECTED]>
Subject: Re: NFS with Redhat 6 server and clients
Another thing... I am using RedHat 5.2...
On Wed, 26 May 1999, Adnan Vora wrote:
> Date: Wed, 26 MAY 1999 13:39:03 -0500
> From: Adnan Vora <[EMAIL PROTECTED]>
> Newgroups: comp.os.linux.networking, comp.os.linux.misc, linux.redhat.misc
> Subject: Re: NFS with Redhat 6 server and clients
>
> On Wed, 26 May 1999, Rich Piotrowski wrote:
>
> Thats exactly what my exports file says :
>
> /filesystem1 abc1.xyz.edu(rw) abc2.xyz.edu (rw) ....
> /filesystem2 abc1.xyz.edu(rw) abc2.xyz.edu (rw) ....
>
>
> The problem is only one client machine (out of 8) can access the remote
> filesystem... besides even the one that can access the filesystem cannot
> access the _other_ filesystem which is also exported..
> These machines are (to the best of my knowledge) identically setup...
> with the required differences ofcourse...
> but still ... "permission denied"
>
> Any clues?
>
> Thanx
> Adnan Vora
>
> PS the one that _can_ access a remote filesystem is not even the 1st
> on the list...
>
>
> > Date: Wed, 26 MAY 1999 12:15:36 GMT
> > From: Rich Piotrowski <[EMAIL PROTECTED]>
> > Newgroups: comp.os.linux.networking, comp.os.linux.misc, linux.redhat.misc
> > Subject: Re: NFS with Redhat 6 server and clients
> >
> > On Wed, 26 May 1999 14:56:22 +0900, "G. Hugh SONG" <[EMAIL PROTECTED]>
> > wrote:
> >
> > >Jon Paterson wrote:
> > >>
> > >> I am having a frustrating problem with a Redhat 6 server that was
> > >> previously a redhat 5.2 server rebuilt.
> > >>
> > >> I have a Linux client (redhat 6.0 also) that is trying to connect to the
> > >> server and is always getting the "permission denied" message.
> > >>
> > >> There is nothing wrong with the exports file, I have even deleted it and
> > >> done the configuration through Linuxconf, and the same error exists.
> > >>
> > >> I think that it may have something to do with Knfsd, but am not sure
> > >> where to look.
> > >>
> > >> can anyone help or point me in the right direction?
> > >>
> > >> regards,
> > >>
> > >> Jon Paterson
> > >
> > >I am having the same problem on both systems of Intel/Linux and
> > >Alpha/Linux. The error message reads as
> > >
> > >fh_verify: ///permission failure, acc=3 error=13
> > >
> > >and something similar but related to nfs-something.
> > >
> > >I guess that it is not related to RedHat6.0. In my case,
> > >it appears that it is related to the recent kernels, 2.2.8 and
> > >2.2.9. It appears that it does no harm on the system. But,
> > >certainly, it makes me quite nervous.
> > >
> > >Unfortunately, I don't know more than that.
> > >
> > >Regards,
> > >
> > >--
> > >G. Hugh Song
> >
> > Simple!
> >
> > Redhat 6.0 NFS now defaults to Read-only. Check your setup in
> > linuxconf again! Or check man exports. My exports file now loks like
> > this.
> >
> > / machine.name(rw)
> >
> > Note the addition of the "(rw)" switch to allow read-write.
> >
> > Rich Piotrowski
> >
> >
> >
>
> **********************************************************************
> Adnan Vora Email : [EMAIL PROTECTED]
> 703 Alabama #1U, [EMAIL PROTECTED]
> Beaumont, TX-77705. [EMAIL PROTECTED]
> USA [EMAIL PROTECTED]
> Phone : (409) 832 8783.
> **********************************************************************
>
>
>
**********************************************************************
Adnan Vora Email : [EMAIL PROTECTED]
703 Alabama #1U, [EMAIL PROTECTED]
Beaumont, TX-77705. [EMAIL PROTECTED]
USA [EMAIL PROTECTED]
Phone : (409) 832 8783.
**********************************************************************
------------------------------
From: Rod Roark <[EMAIL PROTECTED]>
Subject: Re: How do I connect DOS 6.2 PC to Linux?
Date: 26 May 1999 17:32:32 GMT
John Zbesko <[EMAIL PROTECTED]> wrote:
>I received a throwaway IBM Model 80 with DOS 6.2. I installed an Etherlink
>III card, but now don't know how to connect it to my Linux server. The Model
>80 has all sorts of LANManager files on it, including a TCP sys file,
>PROTMAN, etc., but I don't know how to configure it to work.
>
>The Model 80 used to be connected to a Token Ring Netware LAN, and I suppose
>I could set up my Linux server for Netware, but my other networked computer
>uses TCP/IP. Can I mix and match the two together?
>
>I'm stuck with DOS 6.2 because this PC has an old 9-track tape drive (for
>reading IBM mainframe reel to reel tapes) that I need to use occasionally.
Install Windows for Workgroups? MS has a free TCP/IP suite for WFW,
probably still somewhere on ftp.microsoft.com; you should be able to
get it talking to Samba.
-- Rod
======================================================================
Sunset Systems Preconfigured Linux Computers
http://www.sunsetsystems.com/ and Custom Software
======================================================================
------------------------------
From: "Hebert, Greg (EXCHANGE:KWAY:6C26)" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Beowulf--which version?
Date: Wed, 26 May 1999 13:39:42 -0400
Jon Bazemore wrote:
>
> I am getting a test beowulf cluster started, and I initially want to run
> it on three computers.
>
> I have Linux RedHat 5.2, and I downloaded an RPMS (that package
> thing) for beowulf. I have x86 intel and K-6 systems.
>
> Does anyone here have a similar set up?
>
> If so, have you used it for any multiprocessor intensive tasks? Thanks
> for your tips and comments.
I don't think it does mutiprocessing. It does parallel processing, I
believe you need to run a parallel processing compliled program to
benifit from a beowulf cluster.
http://www.sci.usq.edu.au/staff/jacek/beowulf/BDP/HOWTO/
------------------------------
From: [EMAIL PROTECTED] (John McGee)
Subject: [Survey] Migration (abbreviated version)
Date: Wed, 26 May 1999 19:57:03 GMT
Hello;
I am a Master's of Managment Information Systems
candidate at Auburn University, Auburn, AL. I am doing research into
the problems encountered during migration from one network operating
system to another as part of my master's project .
I fully appreciate that this topic is not something one can read about
and
fully comprehend, but the goal of my research is to
provide a broad overview of problems associated with migration and not
in-depth tweaking methods.
To aid my research, I am conducting a web-based survey about Network
Operating System Migration. If you have participated in a Network
Operating System Migration, I would appreciate your participation in
my
survey.
Additionally, if you know someone who has participated in in a
migration,
please forward them a copy of this message.
To participate in this survey,follow this link:
http://www.auburn.edu/~mcgeeja/NOSSurvey.mv
If you have already participated in the long version of this survey,
please disregard this message.
If you have any questions, please email me at [EMAIL PROTECTED]
Any assistance you could provide would be greatly
appreciated.
Thank you,
John
--
John A. McGee, II
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.auburn.edu/~mcgeeja
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Are internal IP DNSes a bad idea?
Date: Wed, 26 May 1999 19:12:48 GMT
In article <[EMAIL PROTECTED]>,
sven vahar <[EMAIL PROTECTED]> wrote:
> > candidate], and configure two "Name Virtual Hosts" on that box. Set
> then he still has to register another name for the same IP to be able
> to use name based virtual hosts...
Huh? www.somedom.com and www2.somedom.com [for example] are both in the
same domain.
> maybe it would be simpler to use the same hostname but different port?
> myhost.dot:8001 or something and then just redirect from that port to
> the other web-server?
I assumed he'd already known about that, and decided not to do it that
way [it _is_ a crappy solution, after all]. Everyone I know prefers not
having to type a port number explicitly.
--
-Bill Clark
Systems Architect
ISP Channel
http://locale.ispchannel.com/
--== 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
******************************