OK, lets see if my format conversion trick works
Console output:
[xavier@localhost xavier]$ netstat -an | grep tcp | more
tcp 0 0 0.0.0.0:960 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:32770 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7741 0.0.0.0:* LISTEN
smb.conf:
#======================= Global Settings =====================================
[global]
log file = /var/log/samba/%m.log
guest account = baduser
security = user
smb passwd file = /etc/samba/smbpasswd
encrypt passwords = yes
load printers = yes
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*success fully*
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
obey pam restrictions = yes
guest ok = yes
passwd program = /usr/bin/passwd %u
dns proxy = no
netbios name = celeron
netbios aliases = via
server string = File Server
printing = cups
default = var
unix password sync = Yes
workgroup = 2001
os level = 20
auto services = global
printcap name = /etc/printcap
max log size = 50
pam password change = yes
hosts allow = 10.0.0 127.
password level = 4
username level = 6
[homes]
comment = Home Directories
browseable = no
writeable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
# Set public = yes to allow user 'guest account' to print
printable = yes
[var]
path = /var
writeable = yes
guest ok = no
[root]
path = /
writeable = no
guest ok = no
[RootHome]
path = /root
writeable = yes
guest ok = no
Yipee!! BTW, Big_k105, i used inso's 'quickview plus 4.0.1' to open the text, and copied selection. I got QV from my OEM copy of Corel Suite8.
After i ran the smbd and nmbd commands,They reported 'command not found. I rechecked the package manager and found I had uninstalled the server portion of SAMBA when I put RH7 on my other box, hoping that a fulltime SAMBA server may help. This box occasionally runs 98SE. SMBA server package(s) reinstalled now. Forgot to copy output from the re-run of those, but if I remember right, it just came back to bash with no output. port 139 was listed in the re-run of the 'netstat...' command
No metion of SAMBA in inetd, and still getting a 'failed' response from xinetd on shutdown. Also, getting a 'failed' response from automount about half the time on shutdown. All respond 'OK' on startup.
Still no browseable shares, from either direction. I can still ping the IP's either way, and the 'run-> \\10.0.0.10 produces an error from the 10.0.0.2 box(Pent 133, win95B, if that makes a diff)