I'm having some problems with a RH 5.2 box attempting to be a Samba server
for the other computers here ony my little LAN at home (Linux Box + 2 Win95
OSR2 boxes.)

Samba generates the following errors in the log files:

/var/log/samaba/log.nmb:

2000/03/26 16:56:42 netbios nameserver version 1.9.18p10 started
Copyright Andrew Tridgell 1994-1997
Get_Hostbyname: Unknown host redwing.swamp.
Unable to get my hostname - exiting.

/var/log/samaba/log.smb:

Get_Hostbyname: Unknown host redwing.swamp.
Get_Hostbyname: Unknown host. redwing.swamp

I have also discovered that the linux box sends a stream of DNS requests to
my ISP for various combinations of redwing.swamp, redwing.swamp.swamp,
REDWING.swamp, etc. whenever the machine is rebooted, for the starting sand
stopping of samba, even for logging in to the linux box from one of my Win95
boxes and using telnet & ftp to make changes etc. (The linux box doesn't
have a keyboard or monitor.)

I also understand that it should be possibleto use linuxconf remotely via
http - how do I set this up?

Just in case it helps, here are so other config files.

Janyce

/etc/hosts:

127.0.0.1 localhost
192.168.0.1 blackhawk
192.168.0.2 experiment
192.168.0.3 redwing
192.168.0.4 bluejay
192.168.0.2 baldeagle

/etc/lmhosts:

127.0.0.1 localhost
192.168.0.1 blackhawk
192.168.0.2 experiment
192.168.0.3 redwing
192.168.0.4 bluejay

/etc/smb.conf:

# Samba config file created by Janyce 2000 03 25
#Global Parameters
[global]
 workgroup = Swamp
 netbios name = redwing
 server string = Samba Server %h
 interfaces = 192.168.0.3/24 127.0.0.1/24
 bind interfaces only = yes
 security = share
 log file = /var/log/samba/log.%m
 max log size = 50
 time server = yes
 socket options = TCP_NODELAY
 os level = 65
 preferred master = yes
 dns proxy = no
 wins support = no
 guest account = smbuser
 hide dot files = no

[public]
 comment = Public
 path = /home/public
 read only = no
 create mask = 0664
 directory mask = 0775
 guest ok =yes

[homes]
 comment = Home Directories
 Browsable = no
 read only = no
 create mode = 0750


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to