Linux-Networking Digest #402, Volume #12 Sun, 29 Aug 99 12:13:28 EDT
Contents:
Re: Bootpc? (Manfred Bene)
Re: NFS howto? (John Murtari)
Web Server Tuning (Kernel Upgrade) for RedHat 6/Kernel 2.2.5 (John Murtari)
Re: Binding IP's to a NIC in RH 6.0 ("Steve Cowles")
sharing a modem over a LAN?
ghostcript (Philipp von dem Bussche-H�nnefeld)
dhcp and local net ("Marout Yasuo Borms")
Re: xDSL vs Cable modem any recommendation? (Mary Mack)
Re: inews error - No such newsgroup (Scott E. Post)
best NIC card for IBM Aptiva P2 200? (adrien)
Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11 and AIX
4.2.1) ("Martin Knoblauch")
Re: dhcp and local net ("Marout Yasuo Borms")
Re: dhcp and local net ("smn")
Re: linux <-> win95 dhcp problem (Holger van Koll)
A good Networking code overview ? (Arion Blishen)
Re: Ethernet won't ping, can't figure out problem (Dave Jarzabek)
Re: samba setup problem (Jeffrey Smith)
Re: dhcp and local net (Mike Hammerberg)
Re: isdn modem suggestions ("Marout Yasuo Borms")
Re: isdn modem suggestions (Holger van Koll)
Re: Running a WWW server behind a firewall (Holger van Koll)
NIS: ypserv & tools don't communicate well ("Scott G. Price")
Re: dhcp and local net ("Marout Yasuo Borms")
Re: Unknown Network Cards (John Kinsella)
----------------------------------------------------------------------------
From: Manfred Bene <[EMAIL PROTECTED]>
Subject: Re: Bootpc?
Date: Sun, 29 Aug 1999 14:18:33 +0200
Hi Jim,
look at this adress
http://www.slurg.org.au/etherboot
Manfred
Jim Connery wrote:
> Can anyone lead me to some info on bootpc? Any information at all would be
> great! I cant seam to find anything about it.
>
> Thanks!
> Jim Connery
> [EMAIL PROTECTED]
------------------------------
From: John Murtari <[EMAIL PROTECTED]>
Subject: Re: NFS howto?
Date: Sun, 29 Aug 1999 07:56:47 -0400
This is a reference to NIS not NFS ?? Went to sunsite, and it
was still 97 stuff for NFS. Does anyone have any updated
guides for the 2.2 kernels?
Cliff wrote:
>
> Hello Dennis,
>
> Here you go..
> ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/NIS-HOWTO
>
> Cliff
>
> Dennis Lu wrote:
>
> > I was wondering where the most recent NFS HOWTO is. The only one I can find
> > dates back to 1997 and kernel 2.0.x.
> >
> > thanks,
> > Dennis
--
John
____________________________________________________________________
Customer Service Software Workshop Inc.
[EMAIL PROTECTED] (315) 635-1968(x-211) "software that fits!" (TM)
http://www.thebook.com/
------------------------------
From: John Murtari <[EMAIL PROTECTED]>
Crossposted-To:
linux.redhat.install,comp.os.linux.misc,comp.infosystems.www.servers.unix
Subject: Web Server Tuning (Kernel Upgrade) for RedHat 6/Kernel 2.2.5
Date: Sun, 29 Aug 1999 08:09:01 -0400
Folks,
Having a frustrating time getting good info on Kernel Tuning.
We are currently running RedHat 6/Kernel 2.2.5 and not terribly
impressed with performance. Have read some "good stuff" on both
Linux and Apache Tuning at:
http://www.citi.umich.edu/projects/citi-netscape
A bit frustrated with the Linux tuning -- the above recommended
adjusting kernel params snd_cwnd * send_cwnd_cnt -- but didn't give
any recommended values, how to do it, or rationale? Same with
setting /proc parameter netdev_max_backlog
We run primarily web servers with a lot of outbound traffic, anyone
have experience with trying to adjust the MTU size of ethernet
interfaces to get better througput?
On the above site read some more "good stuff" about improving
the Linux scheduling algorithm -- we would like to upgrade our
Kernel, but don't know what would incorporate some of these changes
and also be a good fit in our existing RedHat 6 environment.
Must be a lot of folks out there serving up web pages on an
Apache/Linux platform. Any wisdom here would be a great help to
all.
Best regards!
--
John
____________________________________________________________________
Customer Service Software Workshop Inc.
[EMAIL PROTECTED] (315) 635-1968(x-211) "software that fits!" (TM)
http://www.thebook.com/
------------------------------
From: "Steve Cowles" <[EMAIL PROTECTED]>
Subject: Re: Binding IP's to a NIC in RH 6.0
Date: Sun, 29 Aug 1999 12:44:24 GMT
If you have the kernel source loaded, take a look at
/usr/src/linux/Documentation/networking/alias.txt. If you don't, this should get you
started...
Steve Cowles
SWCowles at gte dot net
IP-Aliasing:
=========================
o For IP aliasing you must have IP_ALIAS support included by static
linking.
o Alias creation.
Alias creation is done by 'magic' iface naming: eg. to create a
200.1.1.1 alias for eth0 ...
# ifconfig eth0:0 200.1.1.1 etc,etc....
~~ -> request alias #0 creation (if not yet exists) for eth0
and routing stuff also ...
# route add -host 200.1.1.1 dev eth0:0 (if same IP network as
main device)
# route add -net 200.1.1.0 dev eth0:0 (if completely new network wanted
for eth0:0)
Mark <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> I need to bind a few IP's to the NIC for web sites. Can anyone point me
> in the right direction for this?
>
> Thank you!
>
------------------------------
From: <[EMAIL PROTECTED]>
Subject: sharing a modem over a LAN?
Date: 29 Aug 1999 10:10:12 GMT
HI,
I have a Linux (w/ modem) and a Windows 98 box (w/o modem) on a
LAN.. I wonder is it possible for Windows 98 to use the modem in Linux
to dial-up to my ISP (which uses a special software that requires Window 98
to dail-up)
Dan
------------------------------
From: Philipp von dem Bussche-H�nnefeld <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: ghostcript
Date: Sun, 29 Aug 1999 13:31:00 GMT
Hi,
I am want to use my Linux Box as a prostscript print server.
Therefor I connected it with a Hewlett Packard Ljet 6L.
Now I want to print files from my Windows computer over the linux box
using ghostscript to emulate a phostscript printer.
Does anybody know where I can get help to this topic.
cu,
Philipp.
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
Subject: dhcp and local net
Date: Sun, 29 Aug 1999 16:00:20 +0200
Reply-To: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
can anyone help me out od this one;
i have a local network of win95 machines.
the server runs SuSE 6.1
currently I have an ISDN connection to my ISP using SyncPPP.
my local net has fixed IP addresses in the 192.168.100.0 range
I use firewalling and masquerading to connect the lan to the internet.
I want to replace the iSDN link with a cable modem link.
unfortunately:
A) the cable ISP company uses DHCP to configure the connection
B) using standard SuSE setup, this fluks everything I have.
I cannot get my box to use DHCP on eth1 and fixed IP on eth0
Thanks in advance
------------------------------
From: [EMAIL PROTECTED] (Mary Mack)
Subject: Re: xDSL vs Cable modem any recommendation?
Date: Sun, 29 Aug 1999 14:11:43 GMT
On Sun, 29 Aug 1999 10:22:22 -0400, adrien <[EMAIL PROTECTED]> wrote:
>Hi,
>
>I run linux and want to faster connection to the internet. I have the
>choice between xDSL and Cable modem. Does anybody have experience to
>share?
>Thx
I have only used xdsl with uswest. Ask alot of question before you
sign up for anything. uswest has no ideal with linux is so you will
not be any help or support. They are geared to windows/apple stuff.
Ask questions like what type of router they offer? What is the
version of the router software? Is the router internal or exteranl?
All the questions will inpact what you can do. With uswest the
interal cisco 605 will not work with linux. You must get the external
router 675. uswest has movedmoving ALL folk to route/ppp
connections. This you must learn about NAT tables and the like.
Subscribe to comp.dcom.xdsl. Like any ng there is good and bad help
there.
I am happy with my service and connection with uswest but some folks
are not. There are problems with cos 2.1 and below. Cisco is
releasing a newest version that should fix many of the bugs. We'll
see <smile>
mm
------------------------------
Crossposted-To: athome.users-unix,comp.os.linux.misc,comp.os.linux.redhat
Subject: Re: inews error - No such newsgroup
Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Scott E. Post)
Date: Sun, 29 Aug 1999 13:52:41 GMT
In article <Uh2y3.15586$[EMAIL PROTECTED]>,
Conrad Sabatier <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>, Scott Post <[EMAIL PROTECTED]> wrote:
>>my ISP's news server. That works just fine using trn with
>>NNTPSERVER set. The problem is I can't post. It looks like trn
>>uses Pnews to compose a post then sends it to inews for posting.
>>I'm using inews-1.7-4 and when I try posting it hangs for several
>>seconds then says "No such newsgroup as athome.test". I can read
>>the newsgroup, so I know it exists.
>>
>
>Sounds like maybe your inews and trn may be incompatible. Which version
>of trn are you using? And where did you get this inews from? Is it from
>the INN distribution or something else? If you're still trying to use
>INN's inews with a remote server, I don't think it will work.
>
>If you're not using trn 4 (which has its own inews), I'd highly recommend
>you get it from the author's home page at http://www.clari.net/~wayne/
Thanks - upgrading to trn 4 did the trick. I had just grabbed the trn
and inews packages willy-nilly off various linux ftp sites and I must
have gotten an inews meant for inn.
--
Scott Post [EMAIL PROTECTED] http://members.home.net/sepost
------------------------------
From: adrien <[EMAIL PROTECTED]>
Subject: best NIC card for IBM Aptiva P2 200?
Date: Sun, 29 Aug 1999 10:37:03 -0400
Hi,
Can somebody recommend a good NIC card for an IBM aptiva P2 200 and
linux Redhat 5.2.
Thx
------------------------------
From: "Martin Knoblauch" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11
and AIX 4.2.1)
Date: Sun, 29 Aug 1999 14:30:43 +0200
David Elder wrote in message
<[EMAIL PROTECTED]>...
>
>3) Results:
>
> a) All of the .o files compiled to either the local
> or NFS file systems compare as Identical.
>
> b) Executables that are written on the NFS file system
> do NOT work. They generate an error:
> Memory Fault (core dump).
>
first thing to check would be that the lock demon is running (and working
to specs :-( I have seen this on other system combinations and lockd was
usually involved.
Martin
--
============================================================
Martin Knoblauch
Compaq Computer EMEA BV
E-Mail: [EMAIL PROTECTED]
Std.Disclaimer: Not speaking for COMPAQ in any form on this medium
------------------------------
From: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
Subject: Re: dhcp and local net
Date: Sun, 29 Aug 1999 16:27:18 +0200
Reply-To: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
does this work for sue? since I use their standard config (rc.config and
YaST)
smn heeft geschreven in bericht ...
>I just fought this battle last night AND WON! The steps may be a bit weird
>but here's how I got it to work. It may be a rough hack. I also use dhcpd
>to assign IP addresses on my lan.
>
>Try the following:
>1. Make cable modem NIC eth0. Configure your files accordingly.
>
>2. Make your LAN work off eth1. Configure files accordingly.
>
>3. Configure your /etc/sysconfig/network-scripts/ifcfg-eth0 to the
>following (not no NETMASK or IPADDR):
>DEVICE="eth0"
>ONBOOT="yes"
>BOOTPROTO="dhcp"
>GATEWAY=xx.xx.xx.xx (your ISP gateway)
>IPXNETNUM_802_2=""
>IPXPRIMARY_802_2="no"
>IPXACTIVE_802_2="no"
>IPXNETNUM_802_3=""
>IPXPRIMARY_802_3="no"
>IPXACTIVE_802_3="no"
>IPXNETNUM_ETHERII=""
>IPXPRIMARY_ETHERII="no"
>IPXACTIVE_ETHERII="no"
>IPXNETNUM_SNAP=""
>IPXPRIMARY_SNAP="no"
>IPXACTIVE_SNAP="no"
>USERCTL=yes
>
>4. Configure ifcfg-eth1 like the following:
>DEVICE="eth1"
>IPADDR="192.168.100.1"
>NETMASK="255.255.255.0"
>ONBOOT="yes"
>BOOTPROTO="no"
>IPXNETNUM_802_2=""
>IPXPRIMARY_802_2="no"
>IPXACTIVE_802_2="no"
>IPXNETNUM_802_3=""
>IPXPRIMARY_802_3="no"
>IPXACTIVE_802_3="no"
>IPXNETNUM_ETHERII=""
>IPXPRIMARY_ETHERII="no"
>IPXACTIVE_ETHERII="no"
>IPXNETNUM_SNAP=""
>IPXPRIMARY_SNAP="no"
>IPXACTIVE_SNAP="no"
>USERCTL=yes
>
>5. Configure /etc/sysconfig/network like the following:
>NETWORKING=yes
>FORWARD_IPV4="yes"
>HOSTNAME="your.com"
>DOMAINNAME=yourdomain.com
>GATEWAY="xx.xx.xx.xx (as above)"
>GATEWAYDEV="eth0"
>NISDOMAIN="yourdomain.com"
>
>6. Add your hostname and client login name (using 0.0.0.0) to /etc/hosts
>7. Configure ipchains appropriately to firewall the thing.
>
>Marout Yasuo Borms <[EMAIL PROTECTED]> wrote in message
>news:7qbeka$oc4$[EMAIL PROTECTED]...
>> can anyone help me out od this one;
>> i have a local network of win95 machines.
>> the server runs SuSE 6.1
>>
>> currently I have an ISDN connection to my ISP using SyncPPP.
>> my local net has fixed IP addresses in the 192.168.100.0 range
>> I use firewalling and masquerading to connect the lan to the internet.
>>
>> I want to replace the iSDN link with a cable modem link.
>> unfortunately:
>> A) the cable ISP company uses DHCP to configure the connection
>> B) using standard SuSE setup, this fluks everything I have.
>>
>> I cannot get my box to use DHCP on eth1 and fixed IP on eth0
>>
>> Thanks in advance
>>
>>
>
>
------------------------------
From: "smn" <[EMAIL PROTECTED]>
Subject: Re: dhcp and local net
Date: Sun, 29 Aug 1999 14:19:23 GMT
I just fought this battle last night AND WON! The steps may be a bit weird
but here's how I got it to work. It may be a rough hack. I also use dhcpd
to assign IP addresses on my lan.
Try the following:
1. Make cable modem NIC eth0. Configure your files accordingly.
2. Make your LAN work off eth1. Configure files accordingly.
3. Configure your /etc/sysconfig/network-scripts/ifcfg-eth0 to the
following (not no NETMASK or IPADDR):
DEVICE="eth0"
ONBOOT="yes"
BOOTPROTO="dhcp"
GATEWAY=xx.xx.xx.xx (your ISP gateway)
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"
USERCTL=yes
4. Configure ifcfg-eth1 like the following:
DEVICE="eth1"
IPADDR="192.168.100.1"
NETMASK="255.255.255.0"
ONBOOT="yes"
BOOTPROTO="no"
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"
USERCTL=yes
5. Configure /etc/sysconfig/network like the following:
NETWORKING=yes
FORWARD_IPV4="yes"
HOSTNAME="your.com"
DOMAINNAME=yourdomain.com
GATEWAY="xx.xx.xx.xx (as above)"
GATEWAYDEV="eth0"
NISDOMAIN="yourdomain.com"
6. Add your hostname and client login name (using 0.0.0.0) to /etc/hosts
7. Configure ipchains appropriately to firewall the thing.
Marout Yasuo Borms <[EMAIL PROTECTED]> wrote in message
news:7qbeka$oc4$[EMAIL PROTECTED]...
> can anyone help me out od this one;
> i have a local network of win95 machines.
> the server runs SuSE 6.1
>
> currently I have an ISDN connection to my ISP using SyncPPP.
> my local net has fixed IP addresses in the 192.168.100.0 range
> I use firewalling and masquerading to connect the lan to the internet.
>
> I want to replace the iSDN link with a cable modem link.
> unfortunately:
> A) the cable ISP company uses DHCP to configure the connection
> B) using standard SuSE setup, this fluks everything I have.
>
> I cannot get my box to use DHCP on eth1 and fixed IP on eth0
>
> Thanks in advance
>
>
------------------------------
From: Holger van Koll <[EMAIL PROTECTED]>
Subject: Re: linux <-> win95 dhcp problem
Date: Sun, 29 Aug 1999 14:55:03 +0000
ivan wrote:
> ifconfig shows that i'm dropping ever increasing numbers of rx packets :
>
> [root@dewey net]# ifconfig
> eth0 Link encap:Ethernet HWaddr 00:20:18:72:4C:D7
> inet addr:192.168.1.1 Bcast:192.168.1.255
> Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:71 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:100
> Interrupt:10 Base Address:0x320
>
> lo Link encap:Local Loopback
> <...etc...>
>
> the fact that the number of dropped packets increases seems to indicate that
> the ethernet cards and hub are communicating correctly
I think it indicates that the network-coard does not work well. You have
no packets send/received at all.
>and that either the
> win95 config is screwed or there is some default firewall rule that is
> preventing the dhcpd from seeing the request ?
What are your rules?
On some Unix systems you have to add a route like
route add -host 255.255.255.255 eth0
------------------------------
From: Arion Blishen <[EMAIL PROTECTED]>
Subject: A good Networking code overview ?
Date: Mon, 30 Aug 1999 00:00:46 +1000
Is there a good overview of the networking code in Linux ?
Thanks very much.
------------------------------
From: Dave Jarzabek <[EMAIL PROTECTED]>
Subject: Re: Ethernet won't ping, can't figure out problem
Date: Sun, 29 Aug 1999 09:59:55 -0500
Mind if I join this thread?
I'm having the same problem. Here is my situation:
I have a Linux (RH5.2) and Sparc station (Solaris 2.5) I want to add to
my network. The network lines to both systems are working - I can use
windoze machines on them and they work fine.
The ethernet addresses are recognized with "ifconfig -a" on both
systems. When I attempt to ping:
My Linux system goes through the motions and when I finally control-C
out I get: "XXX packets transmitted, 0 packete received, 100% loss"
The Sparc station will eventually time out and say "no answer from
Linux"
>From these responses, I assume that both systems are reaching the net,
but they are not able to reach each other.
The Linux system tells me which IP address it is attempting to ping and
it is the correct IP address for the Sparc.
The Sparc does not give any diognostic info and I do not know how to get
any.
My /etc/hosts files seem to be set up correctly - I've checked and
rewritten them a dozen times.
IP address for Linux is 192.168.100.1
IP address for Sparc is 192.168.100.2
What have I overlooked and what can I check next????
Any assistance is appreciated at this time. I'll check the newsgroups,
but would appreciate a copy of any reply to my email address as well.
Thanks in advance,
Dave J.
[EMAIL PROTECTED]
"M. Buchenrieder" wrote:
> [EMAIL PROTECTED] writes:
>
> >In article <7q27ob$rdk$[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED] wrote:
> >> First things first, get that netmask set up. Assuming your other
> >> machines are on the same network, ie. 192.0.0.x, set the netmask to
> >> 255.255.255.0, and try again.
>
> >RH's Network Configurator says my IP address is 192.0.0.3, my netmask is
> >255.255.255.0, my broadcast is 192.0.0.255. Evertything checks out. I
> >save changes, even reboot for good measure.
>
> >When I ifconfig, I get:
> >IP:192.0.0.3, bcast:192.0.0.255; mask:255.0.0.0
>
> [...]
>
> 192.0.0.x isn't a very clever setup , anyways. Private LANs
> should be using 192.168.x.x range addresses . If you just want to
> try it with your current setup, skip the RH configurator and do a
>
> ifconfig eth0 netmask 255.255.255.0
>
> Michael
> --
> Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
> Lumber Cartel Unit #456 (TINLC) & Official Netscum
> Note: If you want me to send you email, don't munge your address.
------------------------------
From: Jeffrey Smith <[EMAIL PROTECTED]>
Subject: Re: samba setup problem
Date: Sun, 29 Aug 1999 10:49:06 -0400
Deja Vu ... I just experienced this last week.
Setting up Samba was a rocky, bumpy road for me, so keeping
track of what changed fixed what problem is still unclear.
But I did experience this exact problem for a short time and
I have a few suggestions:
1) You are using the class C address 192.168.1.1 for the
machine that runs your Samba server. I believe that your
netmask is wrong - RFC 1918 defines the class C private
network address as 192.168/16 which means that your
nmask should be 255.255.0.0. Check to see if your
intranet is set up for this netmask (rc.inet1 should
contain ifconfig calls that establish all of this). Better yet
the output from the netstat -rn command
should contain a line that looks something
like this...
Destination Gateway Genmask Flags MSS Window irtt
Iface
......
192.168.0.0 0.0.0.0 255.255.0.0 U 0
0 0 eth0
......
In this case eth0 interfaces to my intranet.
This may not directly fix your problem but it is always a good idea to
stick with the standards in the RFCs
NOTE: changing this doesn't mean you have to change the address of
you Samba server - 192.168.1.1 is still a valid address.
2) Now that you have that fixed try entering this into the [global]
section
of smb.conf:
interfaces = 192.168.1.1/16
... where 192.168.1.1 is still the IP address of the Samna server. This
next line
may also help; again put this in the [global] section .....
hosts allow = 192.168.0. 127.
This may or may not work - but what do you want for nothing. The reason
I keyed on this is because of the following paragraph in DIAGNOSIS.txt:
And yet another possible cause for failure of TEST 3 is when the subnet
mask
and / or broadcast address settings are incorrect. Please check that
the
network interface IP Address / Broadcast Address / Subnet Mask settings
are
correct and that Samba has correctly noted these in the log.nmb file.
Good luck. You are doing a good thing here and Samba is great product.
I currently
have all the PCs in my house networked and using the Samba server as a
print
and file server. Don't give up.
Jeff Smith
David Polinsky wrote:
> I am unable to get past step 3 in DIAGNOSIS.txt.
> testparm returns no errors.
> I can ping linux to win95 and win95 to linux.
> I can ftp to and from the linux box with ftp program on w95 box.
> I can, sometimes, get swat to work.
>
> When I type
> smbclient -L 'hostname' -N [where 'hostname' is the name I can use to
> ping from one machine to another]
> I get:
> Added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0
> session setup failed: ERRSRV - ERRbadpw (Bad password - name/password
> pair in a Tree Connect or Session Setup are invalid.)
>
> The interface information is correct.
> What's wrong? What do I need to do to get this to work?
> smbd is version 2.0.5a
> kernel is 2.2.10
>
> If I need to post the output of testparm, I will, but I was trying to
> save download time for you.
--
Jeffrey Smith
[EMAIL PROTECTED]
This Machine Runs on LINUX
--
------------------------------
From: Mike Hammerberg <[EMAIL PROTECTED]>
Subject: Re: dhcp and local net
Date: Sun, 29 Aug 1999 14:36:28 GMT
I'm not familiar w/SuSE and thier setup tools, But I can say that I have
done this very thing in RedHat. I "manually" specified the ipfwadm
command line and stuck it in a rc.script. This works because you can
masquerade from a specified interface, ie. eth0 which is what will be
dhcp configured. I don't have the exact syntax for you, but if you
really need it I can get it for you. Also, don't try doing this using
only one card and aliases, that gets much more difficult.
------------------------------
From: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
Subject: Re: isdn modem suggestions
Date: Sun, 29 Aug 1999 17:00:48 +0200
Reply-To: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
Scott MacDonald heeft geschreven in bericht ...
>Can anyone suggest some 128k isdn modems that work well with linux? Thanks,
>
>Scott
>
simple cards like teles 16.3 (not the 16.3c) work fine
------------------------------
From: Holger van Koll <[EMAIL PROTECTED]>
Subject: Re: isdn modem suggestions
Date: Sun, 29 Aug 1999 15:03:14 +0000
Scott MacDonald wrote:
>
> Can anyone suggest some 128k isdn modems that work well with linux? Thanks,
Any with siemens-chipset will do fine; f.e. teles, avm etc.
read the isdn4linux-faq for more info (www.isdn4linux.de)
------------------------------
From: Holger van Koll <[EMAIL PROTECTED]>
Subject: Re: Running a WWW server behind a firewall
Date: Sun, 29 Aug 1999 15:02:21 +0000
Cesar da Silva wrote:
>
> Hi!
> I'm wondering if it's possible to run a WWW server behind a firewall that I
> *don't* have root access to?
So you dont have access to port 80 (or any other below 1024)
> If it is, then how do I do it or which program do I have to use?
you can use ipportfw. setup incoming packets to port 80 on the firewall
to be forwarded to port 8080 (or something else above 1024) and let your
www server listen there.
------------------------------
From: "Scott G. Price" <[EMAIL PROTECTED]>
Subject: NIS: ypserv & tools don't communicate well
Date: Sun, 29 Aug 1999 10:59:13 -0400
I am using the NIS software that came with the Slackware 4.0 release. I
have read the NIS HOWTO and I
THINK I have everything setup correctly. The client can find the
server, and the server is not giving me
any errors. However, when I try to test the setup by running 'ypcat
hosts' either on the server or on another
machine on the same subnet the following happens.
On the server running 'ypserv -d' I see the following:
ypproc_all_2_svc(): [From: 192.168.1.2:1317]
domain = "price.fam"
map = "hosts.byaddr"
Found: price.fam/hosts.byaddr (0)
ypdb_close() called
connect from 192.168.1.2
Found: price.fam/hosts.byaddr (0)
-> First value returned.
but on the client side I get the following:
scott:~> ypcat hosts
No such map hosts.byaddr. Reason: YP server error
It almost seems like they are running 2 different versions, like ypcat
expects to get the entire file but
ypserv expects to send one value, get a response, send the next value,
get a response, etc. I can post
all my config files if I need to but I thought maybe someone had seen
this before. I have tried to
determine what versions of ypserv are compatible with what versions of
the other software but I have
not had much luck. I assumed the versions shipped with Slackware 4.0
were compatible and I have just
done something wrong, Any help would be nice.
Thanks
Scott Price
[EMAIL PROTECTED]
------------------------------
From: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
Subject: Re: dhcp and local net
Date: Sun, 29 Aug 1999 16:51:59 +0200
Reply-To: "Marout Yasuo Borms" <[EMAIL PROTECTED]>
to make the picture somewhat clearer:
current setup: Planned setup:
local net specs: localnet stays the
same
IP:192.168.100.0, fixed
DNS:192.168.100.10
Gateway: 192.168.100.10
SuSE 6.1 linux box: linux box:
local IP: 192.168.100.10 (eth0) local IP 192.168.100.10
(eth1)
serves DNS same
Does masqerading and firewalling same
outside: SyncPPP using ISDN (Ippp0) cablemodem DHCP eth0
following problems:
when I configure suse linux to use dhcp, I cannot edit my network setup
anymore (in YaST 'Base Netwoerk Configuration'turns white and is not
selectable.
My second Ethernet card is not set up (local net: RTL-8029, cable: 3c503),
eg. the modules aren't even loaded.
so how can I make:
my local net stay the same, but swap out the isdn for cable, without tearing
everything to peices.
------------------------------
From: John Kinsella <[EMAIL PROTECTED]>
Subject: Re: Unknown Network Cards
Date: Sun, 29 Aug 1999 15:54:36 +0100
If they are Plug and Play, pnpdump will read the PnP info from them.
Mark Priatel wrote:
> Hi guys,
>
> I picked up two ISA network cards. They were a cheap buy, $15 for both. No
> drivers or model numbers. Is there any probing software out there that can
> give me the exact make & model of these cards? I know one is a DEC, and the
> other is an SMC, but I'm having a hell of a time trying to get these to work
> properly on Linux Or Windows...
>
> Any help with this would greatly appreciated,
>
> Thanks,
>
> Mark.
--
Remove letters DELETE from email address to reply
------------------------------
** 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
******************************