I have taken the lines out as well as added a few lines. Still no go. I have changed the domain name to OANDA and the netbiosname to SYRINX for reference. Please review the following
Thanks in advance,
- N.
# smbclient -L localhost
added interface ip=209.82.38.132 bcast=209.82.38.135 nmask=255.255.255.248
Password:
Domain=[OANDA] OS=[Unix] Server=[Samba 2.2.7a]
Sharename Type Comment
--------- ---- -------
backup Disk
IPC$ IPC IPC Service (Samba 2.2.7a)
ADMIN$ Disk IPC Service (Samba 2.2.7a)
Server Comment
--------- -------
SYRINX Samba 2.2.7a
Workgroup Master
--------- -------
OANDA
# smbclient -L syrinx -U root -d 4
Serverzone is 18000
Initialising global parameters
params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.
Processing section "[global]"
doing parameter workgroup = OANDA
doing parameter netbios name = syrinx
handle_netbios_name: set global_myname to: SYRINX
doing parameter security = DOMAIN
doing parameter encrypt passwords = Yes
doing parameter update encrypted = Yes
doing parameter socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
doing parameter dns proxy = No
doing parameter hosts allow = all
doing parameter log level = 3
doing parameter remote browse sync = 209.82.38.132 209.82.38.130
pm_process() returned Yes
added interface ip=209.82.38.132 bcast=209.82.38.135 nmask=255.255.255.248
Client started (version 2.2.7a).
resolve_lmhosts: Attempting lmhosts lookup for name syrinx<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
getlmhostsent: lmhost entry: 209.82.38.132 syrinx
Connecting to 209.82.38.132 at port 139
session request to SYRINX failed (Called name not present)
resolve_lmhosts: Attempting lmhosts lookup for name syrinx<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
getlmhostsent: lmhost entry: 209.82.38.132 syrinx
Connecting to 209.82.38.132 at port 139
session request to *SMBSERVER failed (Called name not present)
# more /etc/samba/smb.conf
[global]
workgroup = OANDA
netbios name = syrinx
security = DOMAIN
encrypt passwords = Yes
update encrypted = Yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
hosts allow = all
log level = 3
remote browse sync = 209.82.38.132 209.82.38.130
[backup]
path = /home/neitzen
browseable = yes
guest ok = yes
read only = yes
# more /etc/hosts
#
# Internet host table
#
127.0.0.1 localhost
209.82.38.132 syrinx
# more /etc/lmhosts
127.0.0.1 localhost
209.82.38.132 syrinx
Main Topics
Browse All Topics





by: mbarbosPosted on 2003-02-03 at 03:34:17ID: 7867172
Take out the following 2 lines
remote announce = 210.82.38.248/SGROUP
name resolve order = hosts lmhosts wins bcast
And then try ./smbclient -L SNETBIOS -d4 -U <username>
And post the result