Linux-Networking Digest #821, Volume #9           Fri, 8 Jan 99 23:13:47 EST

Contents:
  Re: SEE YA' LATER SUCKERS !!! HAHAHAHA !!! (Mitchell Ullman)
  Problem with RH 5.2 linuxconf and static route ([EMAIL PROTECTED])
  Re: help with route, please (Buchberger Mario)
  Re: MX records/secondary mail host cfg? ("Noel Sampol")
  Re: Two ip addresses on one NIC (Jack Snodgrass)
  Re: Telneting as "root" (Frank Sandy)
  Re: PPP in RH 5.2 (Duncan Simpson)
  trouble with hylafax ("Jonas")
  Re: How to Setup Bootp on a cluster.... ("m")
  Re: Increasing the number of allowed hops in IP masquerading ([EMAIL PROTECTED])
  Re: Ethernet card recommendation--urgent ("Curtis Ross")
  Linux Samba Domain Controller Server Problem ([EMAIL PROTECTED])
  Creating Dial-Up accounting in X? ("GC")
  Re: keeping two ppp connection alive? (Heiko Bickenbach)
  Re: How to Setup Bootp on a cluster.... (Bernd Eckenfels)
  No network ? (Lorenzo Delloni)
  Re: Can't reboot at root from "xdm" (Brett W. McCoy)
  Re: 3Com 3c589 Ethernet Card Redhat Linux 5.2 ([EMAIL PROTECTED])
  shadow + Netscape (Eric Trimmer)
  Re: Who is my master browser? (Les Richardson)
  Curious trouble with two node network (Jesse Hughes)
  Re: How to upgrade my kernel ? (Jayasuthan [VorHacker] :)

----------------------------------------------------------------------------

From: Mitchell Ullman <[EMAIL PROTECTED]>
Crossposted-To: 
linux.redhat.install,comp.os.linux.questions,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: SEE YA' LATER SUCKERS !!! HAHAHAHA !!!
Date: Fri, 8 Jan 1999 08:40:21 -0500

Well, sounds like to me that this guy wanted to be spoon-fed.  I bet this
guy had is daddy teach him how to run programs in DOS!


On Thu, 7 Jan 1999, Iain wrote:
> > 
> > FTP INSTALL FINALLY WORKED THANKS TO CROSSBONES !!!
> > Well, except for me and Crossbones, all of you are none more than
> > f****** idiots. But it's been fun insulting everyone one of you, who
> > were against me, in this newsgroup. In fact, when you look at the
> > thread(s), it probably reminds you of Jerry Springer. Now I did not ask
> > for this, you all forced me into it, so don't even f****** blame me !!!
> > Anyway, it was fun fighting like in the Springer shows but I gotta go
> > now, so
> > GOOD-BYE TO ALL YOU MENTALLY RETARDED IDIOTS OUT THERE WHO CAN'T BE HELPFUL THE 
>WAY I WANT IT !!!
> 
> 


------------------------------

From: [EMAIL PROTECTED]
Subject: Problem with RH 5.2 linuxconf and static route
Date: Fri, 08 Jan 1999 12:56:16 GMT

We have a MASQ firewall.  The internal IP is: 10.0.0.5 netmask 255.255.224.0

This gets it talking to the local machines.

We have a router at 10.0.0.1 that is the gateway to all of our branches, in
other words all of the subnets except for the one above.  So the firewall has
to know how to get to them.  If I enter the static route at the command line
or in the rc.firewall script using "route add -net 10.0.0.0 netmask 255.0.0.0
gw 10.0.0.1" I get the desired result of two route entries, one for the whole
10.*.*.* net with a gateway of 10.0.0.1, and one for the local subnet with no
gateway.  If, however, I use linuxconf or the static-routes file to put in
the static route, neither 10.*.*.* route is added to the routing table at
boot time?  Is this a problem with linuxconf?

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: Buchberger Mario <[EMAIL PROTECTED]>
Subject: Re: help with route, please
Date: Fri, 08 Jan 1999 14:57:48 +0100



Stefan Reitshamer schrieb:

> I setup my Toshiba 4020CDT laptop with 16-bit 3COM ethernet card,
> dual-booting Linux (Redhat 5.2) and NT 4.0.
> In NT, the network card works fine.
> When I installed Linux, I chose not to configure networking.
> However, when I boot, I see lots of messages that networking
> services were started.
> But I can't ping anything on my local subnet.
> (PPP networking works great, by the way).
>
> Is there a way to configure networking without reinstalling Linux?
>
> Thanks a bunch,
>
> - Stefan Reitshamer
> [EMAIL PROTECTED]

Aufgrund deines Namens tippe ich das du Deutsch sprichst

Also du m��test schon etwas genauer werden

Nach einen ping versuch bekommst du die Meldung
network unreachable
oder
einfach gar nichts




------------------------------

From: "Noel Sampol" <[EMAIL PROTECTED]>
Subject: Re: MX records/secondary mail host cfg?
Date: Sat, 9 Jan 1999 14:17:00 +1100

I forgot to state that because the Novell LAN is not permanently connected
to the 'Net, mail cannot be sent to the LAN when it hasn't established a
modem connection - so a secondary (permanently connected) mail host will
send mail to the Novell LAN when the Novell LAN queries the secondary mail
host when the Novell LAN dials up to Internet ISP. This way, mail can be
sent addressed to Novell mail host when it is offline - Novell LAN will
retrieve mail when it connects via modem thru ISP.

If Novell LAN is already online, mail directed to it should go directly to
it rather than the secondary (linux) mail host - the secondary mail host is
always online, so if Novell LAN is offline, mail addressed to Novell LAN
should go to the backup (linux) mail host for later retrieval by Novell LAN.

Thanks again

Noel Sampol
[EMAIL PROTECTED]
* Please remove '69' if replying directly via e-mail



------------------------------

From: [EMAIL PROTECTED] (Jack Snodgrass)
Subject: Re: Two ip addresses on one NIC
Date: Fri, 08 Jan 1999 13:59:48 GMT

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Not Quite, yes you can have more than one ip address per nic
> it's called ip accounting, refer to the linux net-3-howto
> 
> good luck
> 

I think it's called IP Aliasing... not ip accounting. You were 'that' 
close. ;) You can have up to 255 IP Addresses assigned to a NIC. They
don't need to be in the same subnet either. The syntax is something
like: 
ifconfig eth0 xxx.xxx.xxx.xxx for the main address and
ifconfig eth0:0 xxx.xxx.xxx.xxx for alias 1 and
route add xxx.xxx.xxx.xxx eth0:0
ifconfig eth0:1 xxx.xxx.xxx.xxx for alias 2
route add xxx.xxx.xxx.xxx eth0:1
etc.
If you run named / bind and you want it to listen on your IP Alias 
address, remember to do a 'killall -HUP named' after you add your 
IP Aliases in order to get named to listen on the new addresses. 

jack - [EMAIL PROTECTED] - www.cybermail.net

> Andrew Ip wrote:
> 
> > Is it possible to do it?  As far as I know Mac can bind two ip on one card
> > with VicomSoft's Internet Gateway.  Thanks.
> >
> > -Andrew
> 
> 

------------------------------

From: [EMAIL PROTECTED] (Frank Sandy)
Crossposted-To: linux.redhat.misc,comp.os.linux.setup
Subject: Re: Telneting as "root"
Date: 8 Jan 1999 14:31:26 GMT

In article <773kl8$8nu$[EMAIL PROTECTED]>, A.G. <[EMAIL PROTECTED]> wrote:
> I have just configured two ethernet cards to connect two linux machines.
> 
> I can remotely telnet to any of the machines, but not as root to either.
> Just as a regular user.
> 
> Is this normal or I have misconfigured smth?

    I just had the same problem.  If you don't have security problems
with letting root telnet to your Linux host, then add all of the ttyp{n}
device names to /etc/securetty, where n is 0,1,2, etc.  Look in /dev to
see how many ttyp{n} devices you have configured since the telnet could
use any one of them.

     Having fixed that, I still have a problem with rlogin.  It insists
on a password for root, even though the hosts I'm coming from are listed
in /etc/hosts.equiv and /root/.rhosts.

     Does anyone know how to fix the rlogin problem?

---
Frank Sandy                                          [EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED] (Duncan Simpson)
Crossposted-To: comp.os.linux.setup,linux.redhat.misc
Subject: Re: PPP in RH 5.2
Date: 7 Jan 1999 16:46:28 GMT

In <772cf2$a0o$[EMAIL PROTECTED]> "Colin F. Caughie" 
<[EMAIL PROTECTED]> writes:

>RedHat puts its scripts into something like /usr/doc/ppp-xx.xx/scripts, for
>some strange reason, while the HOWTO suggests putting them in
>/etc/ppp/scripts. Although even looking at the ones in /usr/doc I haven't
>found any correlation between them and what I typed into linuxconf. I've
>given up using linuxconf for PPP and have been following the HOWTO, like
>yourself.

Connect using kermit and figure out what the prompts are. If you get
PPP junk immediately aftere connect you should wait for connect and then
authenticate using PAP or CHAP. You may find only PAP is supported.

Various annexen and portmasters say "login:" and then "password:" like
your average unix box. Look for ogin: and ssword: and put the
appropiate replies in your chat script. Demon internet and some
annexen decide your response to ogin: and ssword: is OK then say
"protocol:" to which you want to reply ppp.

I got thing going in about 10 minutes once I discovered the protocol
prompt...after spending many hours not getting anywhere. Sadly the
prompts vary a bit so investugate your own ISP's prompts.

My ISP has chanegd for ogin: and ssword: to PAP and back to ogin: and
ssword:.

Duncan (-:

------------------------------

From: "Jonas" <[EMAIL PROTECTED]>
Subject: trouble with hylafax
Date: Thu, 7 Jan 1999 19:51:51 +0100

Hi

Now I have found HylaFAX after some tips from this NG. I don't know if this
is the right NG for this question but I've seen some discussion about
hylafax here so here goes.

I've installed it and I allso installed WHFC on one of my M$ Winblows
clients. I've got it working so that my client can fax by printing the
document and WHFC asks for the faxnumber and the fax is sent to the server,
but and this is the a big BUT, when the server connects with the modem it
dials the number but then nothing, absolutly nothing happens. the modem just
sitts there off the hook. Can somebody please tell me what's the problem or
mayby give me some tips on how to solve this problem.

TIA /Jonas



------------------------------

From: "m" <[EMAIL PROTECTED]>
Subject: Re: How to Setup Bootp on a cluster....
Crossposted-To: comp.os.linux.setup,comp.os.linux
Date: Thu, 07 Jan 1999 19:11:03 GMT

>From what I understand, BOOTP is an old method of providing IP addresses.
Using the DHCP daemon would probably suit the situation better. By setting
up the dhcpd on the server with all the relavant IPs and ranges etc. you
can then simply use the dhcpcd (client daemon) on each of the other
workstations.

Look into sockets for communication between machines.

> 2)  BOOTP....how do you set this up.....We have one machine configed as
the
> server and want the others to obtain ip addresses from it....nothing
we've
> tried (from various howtos and other posts) has worked....again...a good
> howto would be nice.
> 
> 3)  Other Networking stuff....the object of the project is to demonstrate
the
> advantages of parallel processing.
> 
>

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Increasing the number of allowed hops in IP masquerading
Date: Fri, 08 Jan 1999 15:05:48 GMT

: you run tracert (for trace route) on that PC, you find that it gives up
: at around 15 hops.  Is there a way to increase this in the Linux box (if
: it's in the Linux box at all--or is it a PC/Windows 95 thing?)?  I've

 Odds r the "giving up" is just a machine 15 hops upstream of you don't
reply to pings. The number of hops is not known by either the linux box or
the windows machine. All they know is there is a connection. The number of
hops isn't stored in the TCP/IP packet anywhere :) Maybe the MTU on your
Linux box is set to something other than 1500 ? I've seen a few references
to this causing problems with specific web sites.

------------------------------

From: "Curtis Ross" <[EMAIL PROTECTED]>
Crossposted-To: 
linux.redhat.install,comp.os.linux.hardware,redhat.networking.general,iu.linux
Subject: Re: Ethernet card recommendation--urgent
Date: Thu, 7 Jan 1999 10:19:35 -0800

hey try the Intel pro 10/100b card. I am using that now.  It saw it in the
setup and DHCP worked great no problems.

Curtis Ross


BL wrote in message <772sue$bft$[EMAIL PROTECTED]>...
>In comp.os.linux.hardware Clay Bond <[EMAIL PROTECTED]> wrote:
>: I turned my DX4 into a linux box, and all went well re: the
>: installation until we got to the ethernet card.  I had had
>: a nameless ne2000 clone in the machine that worked under
>: windoze, but noway, nohow would linux even see it.  Hours
>: of kernel compiling, etc. later, I got a D-Link and put it
>: in.
>
>: Same thing.  No way.  Then, I tried a Kingston card from
>: the university bookstore.  No way, nope, nada, would it work.
>
>: So after checking the supported cards list again, I found
>: an Intel EtherExpress Pro 10 and installed it.  I had to
>: enter parameters during the install, but bingo, linux found
>: it.  So I thought that my fourth card worked.
>
>: Wrong.  Linux found it, but it does not see any machine
>: on the network.
>
>so your card is recognized ok, then.  sounds like the hardware is ok.  but
did
>you configure the ip address, etc?  what do you see when you run ifconfig?
or
>netstat -rn?
>
>
>: I'm running RedHat 5.2 on a 486.  I need somebody to give
>: me an ethernet card recommendation, where we're talking
>: about a card that will be recognized immediately by the
>: installation program (meaning that it's on the listed
>: cards on the installation screen) and works faultlessly
>: as soon as the installation is over.  No compliling the
>: kernel.  No weird parameters.  A card that is truly
>: supported by 5.2, not a card that's going to waste my
>: valuable time.  And it obviously has to be an ISA card.
>
>ne2000 clones -should- be fine.
>
>
>please give us the dmesg startup logs and perhaps some 'cat
/proc/interrupts'
>and other interesting /proc entries (/proc/net/dev, ...)
>
>--
>AntiSpam: For email, change all 'zeros' to the letter 'o' .
>          My first name (backwards) is nayrB.  No bulk/junk email, please.
>WARNING:  PLEASE post followups - email replies may bounce to this
address...




------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: comp.protocols.smb
Subject: Linux Samba Domain Controller Server Problem
Date: Thu, 07 Jan 1999 20:41:47 GMT
Reply-To: [EMAIL PROTECTED]

Hi. I've got a linux box acting as a samba domain controller.

I can access this samba system using smbclient from the local machine as long
as I use the root account.

I can change the samba passwords for any of the users on this machine.

However, if I try to do anything while logged in as any of those other users,
I get an access denied message.

If I try to log in to this machine using samba from a windows 95 box using
microsoft networking, I get a domain password wrong or access to logon server
has been denied unless I use the root account equivalent.

I'm using  a pretty vanilla Samba set up here, mostly what came bundled with
verion 1.9.18r7.

I can SEE the samba shares from anywhere. It's just that I can't seem to log
in.

I have WINS support enabled, as well asa full DNS, and DNS proxy set up to
resolv netbios names seeing as I'm running TCP/IP throughout, but then again,
I've had this problem even before I started using DNS proxy for Netbios name
resolution.

If anyone can give me an smb.conf file that can be used for a domain
controller, that I can play with, that they know works for them, I would
greatly appreciate it.

Barring that, if you can tell me where to look in my smb.conf, I'd be more
than happy to try anything.

smb.conf follows:

[global]
debuglevel=1
workgroup=INTERNAL
server string=Win95 Server
hosts allow=192.168.2. 127. 192.168.1.
printcap name = /etc/printcap
load printers=yes
guest account = guest
log file=/var/log/samba/log.%m
max log size=50
security = server
encrypt passwords = no
smb passwd file = /etc/smbpasswd
update encrypted = yes
username map = /etc/smbusers
socket options = TCP_NODELAY
interfaces=192.168.2.2/255.255.255.0 192.168.1.3/255.255.255.0
127.0.0.1/255.255.255.254
remote browse sync = 192.168.2.255 192.168.1.255
remote announce = 192.168.2.255 192.168.2.1 192.168.1.255 192.168.1.2
local master = yes
os level = 33
domain master = yesdomain master = yes
preferred master = yes
domain logons = yes
logon script = %U.bat
logon path = \\%L\Profiles\%U
wins support = yes
dns proxy = yes
preserve case = yes
short preserve case = yes
default case = lower
case sensitive = no
protocol = NT1
mangle case = yes
mangled names = yes
share modes = yes
locking = yes
strict locking = yeslock directory = /var/lock/samba
null passwords = true

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

 [netlogon]
   comment = Network Logon Service
   path = /home/netlogon
   guest ok = yes
   writable = no
   share modes = no


[Profiles]
    path = /home/profiles
    browseable = no
    guest ok = yes

[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = yes
   public = yes
# Set public = yes to allow user 'guest account' to print
   guest ok = yes
   writable = no
   printable = yes

# This one is useful for people to share files
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no
   public = yes


============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: "GC" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x
Subject: Creating Dial-Up accounting in X?
Date: Thu, 7 Jan 1999 15:55:03 -0500

Hi,

How can I create a Dial-Up account to my ISP under X Windows to use with
Netscape? What dial-up software do I need? What are the procedures involved?

Thanks

--
Please post, no e-mail.





------------------------------

From: [EMAIL PROTECTED] (Heiko Bickenbach)
Subject: Re: keeping two ppp connection alive?
Date: Thu, 07 Jan 1999 21:35:05 GMT

On Thu, 07 Jan 1999 12:08:14 -0500, Brian Gilman
<[EMAIL PROTECTED]> wrote:

>Hello:
>    Here's the problem:
>
>        I have two ppp connections to my ISP, I am using eql to keep
>them "tied together" and sometimes I lose one connection. I want to
>write a script that keeps them alive without using diald because I think
>diald screws up eql.....So, I thought I'd ask someone out there for a
>good book on shell script programming because I'm a newbe......
>
Maybe you�re using the wrong kind of channelbundling.

If you are using eql, it�s normal that one line goes online and
ofline.

Yust change the bundling to MPPP and both line are started up with the
dial and keep online until you stop the call.

>
>
>
>Sincerely,
>
>Brian Gilman
>
Best regards,

Heiko Bickenbach

------------------------------

From: Bernd Eckenfels <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux
Subject: Re: How to Setup Bootp on a cluster....
Date: 7 Jan 1999 22:21:41 GMT

In comp.os.linux.networking [EMAIL PROTECTED] wrote:
> 1)  The lack of information....We have searched extenivsly for inforation to
> setup of a cluster...all of the howto's focus mainly on what a cluster is
> rather than how to do it.  Any links to informative articles would be most
> appreciated.

Have a look at the Largest Linux Clister Project CLOWN in Germany. The
Installation is available from them. Its working on a loopback file mounted
system, so no repartitioning of the disks are needed.

Greetings
Bernd

> 2)  BOOTP....how do you set this up.....We have one machine configed as the
> server and want the others to obtain ip addresses from it....nothing we've
> tried (from various howtos and other posts) has worked....again...a good
> howto would be nice.

IMHO DHCP is better, but you can try the CLOWN Solution, too.

> 3)  Other Networking stuff....the object of the project is to demonstrate the
> advantages of parallel processing.

Advantage to what?

Greetings
Bernd

------------------------------

From: Lorenzo Delloni <[EMAIL PROTECTED]>
Subject: No network ?
Date: Fri, 08 Jan 1999 14:14:46 +0000

I have connected my PC with linux that has a NE2000 Netcard as eth0 on
IRQ3 0x300, with the address 172.16.0.1, my labtop (win98) with a 3com
Etherlink III PCMCIA (3C589D) IP 172.16.0.10. Nevetheless the green
light does not light, and when I ping the Linux for Linux it works, the
labtop for Labtop too, but when I ping the labtop from the Linux I get
the message that there is no network, from the labtop I get a timeout
error message. What should I do to activate a network ? The Linux boots
with NFS and SMB as activated from yast.
Thank you


------------------------------

From: [EMAIL PROTECTED] (Brett W. McCoy)
Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.x
Subject: Re: Can't reboot at root from "xdm"
Reply-To: [EMAIL PROTECTED]
Date: Fri, 08 Jan 1999 15:14:57 GMT

On Thu, 07 Jan 1999 00:24:31 +0000, Jon D. Slater <[EMAIL PROTECTED]> wrote:

>Once I log in as root using an XDM login, I've noticed if I type
>"reboot" or "reboot &" in an xterm my machine does not reboot until I
>press <Alt><Ctrl><F1>, switch to a "text based" screen.
>
>Then the machine (running Redhat 5.2) reboots normally.
>
>Why can't I reboot my machine from within an XDM login session?
>
>Or maybe my question sould be "How do I reboot from an xterm run under
>an XDM login?"

I think you have to be at runlevel 3 to be able to shutdown (which then
takes the system to runlevel 0, 1, or 6).  Check the man pages for more
information.

-- 
Brett W. McCoy           
                                        http://www.lan2wan.com/~bmccoy/
=======================================================================
"The number of UNIX installations has grown to 10, with more expected."
   -- The UNIX Programmer's Manual, 2nd Edition, June, 1972

=====BEGIN GEEK CODE BLOCK=====
Version: 3.12
GAT dpu s:-- a C++++ UL++++$ P+ L+++ E W++ N+ o K- w--- O@ M@ !V PS+++
PE Y+ PGP- t++ 5- X+ R+@ tv b+++ DI+++ D+ G++ e>++ h+(---) r++ y++++
======END GEEK CODE BLOCK======

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: 3Com 3c589 Ethernet Card Redhat Linux 5.2
Date: Sat, 09 Jan 1999 02:02:13 GMT


> I am having problems getting my 3Com 3c589 Etherlink card to work under
> Redhat Linux 5.2
>
> I get the following /var/log/messages:
>
> excuting: './network start eth0'
> + usage: ifup <device name>

I don't know exactly what situation your card isn't working on but I have the
same card on my RH 5.2 system and I can tell you what I did to get it to
work. When I installed the card I used linuxconf to setup the IP address on
the card and the kernel module.  I entered in the 3C589 module in the
appropriate space.  I believe it happened automatically, but if not, I
manually added an entry in /etc/conf.modules that said just alias eth0 3c589 
I don't recall doing anything further.

What happens when you run ifconfig?

John

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: [EMAIL PROTECTED] (Eric Trimmer)
Subject: shadow + Netscape
Date: 9 Jan 1999 03:42:43 GMT

I reccently added shadow support to my system; kernel 2.0.34; by using a
package called "shadow-ina-box-1.2". Which contains not only the shadow
package but other various programs that needed to be re-compiled for shadow
support; wu-ftpd, qpopper, xlockmore, xdm, sudo, pcnfsd, imap-4, cracklib25,
and bwnfsd. 
I noticed that wu-ftpd did not compile correctly. So I downloaded it
separatly and compiled it. It worked fine.
I also noticed that qpopper was not allowing Netscape 4.04 retireive email.
So I downloaded and compiled pop3d+shadow to use instead of qpopper.
Although this allowed netscape to retrieve email. I can not send email. I
get the message "Netscape was unable to save a temporary file". 
Does anyone have idea what I should look into next ?

Thanks,
-- 
=============================================================
Eric Trimmer                       email: [EMAIL PROTECTED]
=============================================================

------------------------------

From: Les Richardson <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.smb
Subject: Re: Who is my master browser?
Date: Fri, 08 Jan 1999 20:19:55 -0600

Turn off browse master capability in the clients may help: Under
ControlPanel/Network/File&Print sharing. Say NO to BrowseMaster. (ie
disabled). If they don't have file/print sharing then they're not
browsemaster capable.

If you have any pointed at a WINS server, then this is the browse master.
Without a WINS server, browsing is by lmhosts files, broadcasting, and
browser elections. There is a fallback sequence depending on the nodetype as
set in registry.

Les Richardson

Dan Falk wrote:

> How can I tell which computer in my network is serving the browser
> list?  I am trying to get a RH5.2 box to be the master browser for my
> network.  For some reason, the list is perfect on some computers but not
> others.  All of the computers can access the linux box but some need to
> use the "net use ..." command, as the browser lists are incomplete.  I
> have the following settings (among others) in my smb.conf:
>
>  browse list = yes
>  os level = 65
>
> I do have windoze machines with multiple protocols, which I know can
> cause problems.  I would just like to know how I can find out what
> computer's browse list is being used.  If anyone could point me in the
> right direction for info (books, webpages, etc) on setting up and
> understanding PDC's, WINS, and (domain) master browsers.  Note: if it
> isn't clear ... I am basically a network/Samba newbie.
>
> Thanks for any help!
>
> -Dan Falk


------------------------------

From: Jesse Hughes <[EMAIL PROTECTED]>
Subject: Curious trouble with two node network
Date: 08 Jan 1999 10:27:42 -0500


I posted this earlier with no response.  I'll try again.

I have two Linux boxes (one a dual boot) and just purchased two 3c509s
with a hub.  I'm having some trouble with the dual boot machine.

The dedicated Linux box has address 10.0.0.1 and the dual boot
10.0.0.2.  When 1 pings 2, tcpdump shows messages being sent from 1 to
2, but no response from 2.  Ping reports similarly (sometimes, I get a
packet returned, but rarely.  So far, it hasn't happened when tcpdump
has been running).  

When 2 pings 1, tcpdump shows a normal request and reply pattern, but
ping responds oddly.  First, only even numbered requests are shown as
having replies, and their replies have duplicates.  Second, the
reported time of the return trip is huge.  It's almost as if the whole
packet has been shifted by one bit or something.

This problem is only present when the dual boot (2) is running Linux.
Everything seems to work peachy when Win95 is running.  I conclude
that something is screwy with my Linux setup on 2.  However, it
doesn't seem to be the kernel -- I tried installing 1's kernel in 2,
as a test.  No difference in the symptoms.

Please help!

-- 
Jesse Hughes                                               [EMAIL PROTECTED]

http://www.contrib.andrew.cmu.edu/user/jesse/jesse.html

------------------------------

From: Jayasuthan [VorHacker] <[EMAIL PROTECTED]>:
Subject: Re: How to upgrade my kernel ?
Date: 8 Jan 99 15:30:28 GMT

Geoffrey Cousin <[EMAIL PROTECTED]> wrote:
: Hi everybody

Good thing..... ok here is the easy step:

cp kernel.2.0.*.tar.gz /usr/src/
uncompress it
tar vxf kernel.2.0.*.tar.gz
cd linux
make menuconfig [ in commandline ] or make xconfig [ in xterm ] or make config 
make zImage 
make zlilo

You have your self new kernel....
What if you new kernel fail to boot.... what I do is edit lilo.conf add 
vmlinuz.old in it too.


:  How can i upgrade my Kernel.
:  Now i m using linux slackware 2.0.27.
:  Where can i find a new kernel and how to instal it ?

:  Thanks to everybody

: PS : please e-mail me


: --
: Ing. Cousin Geoffrey
: Security Product Engineer

: Proton World International
: Security Department

: Home Page : http://www.geocities.com/SiliconValley/Network/6519/



-- 
===============================================================================
Information System
Jayasuthan


------------------------------


** 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
******************************

Reply via email to