View previous topic :: View next topic |
Author |
Message |
carrett Apprentice
Joined: 22 Mar 2003 Posts: 273
|
Posted: Wed Apr 02, 2003 5:50 pm Post subject: samba: almost there |
|
|
so, i got the daemons up with:
Code: |
smbd -D
nmbd -D
smbclient -U% -L localhost
|
and now, i'm using xfsamba (as both root and non-root) and i can see the computers on the network, but every time i try to connect to them, i get "connection failed"
it worked with no passwords in 'doze...someone help me out. _________________ I'm against picketing, but I don't know how to show it. |
|
Back to top |
|
|
caffiend n00b
Joined: 26 Mar 2003 Posts: 48 Location: Oakland, CA
|
Posted: Wed Apr 02, 2003 8:14 pm Post subject: |
|
|
and what does
Code: | smbclient //server/mountpoint -d 3 |
tell you? |
|
Back to top |
|
|
carrett Apprentice
Joined: 22 Mar 2003 Posts: 273
|
Posted: Wed Jul 16, 2003 10:22 pm Post subject: |
|
|
[~]$ smbclient //server/mountpoint -d 3
Initialising global parameters
params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf"
added interface ip=192.168.1.100 bcast=192.168.1.255 nmask=255.255.255.0
Client started (version 2.2.8a).
resolve_lmhosts: Attempting lmhosts lookup for name server<0x20>
resolve_hosts: Attempting host lookup for name server<0x20>
resolve_wins: Attempting wins lookup for name server<0x20>
resolve_wins: WINS server resolution selected and no WINS servers listed.
name_resolve_bcast: Attempting broadcast lookup for name server<0x20>
bind succeeded on port 0
Connection to server failed _________________ I'm against picketing, but I don't know how to show it. |
|
Back to top |
|
|
carrett Apprentice
Joined: 22 Mar 2003 Posts: 273
|
Posted: Sat Aug 02, 2003 8:45 pm Post subject: |
|
|
help??? _________________ I'm against picketing, but I don't know how to show it. |
|
Back to top |
|
|
Guezz-Who Tux's lil' helper
Joined: 15 Mar 2003 Posts: 90 Location: Norway::Bergen
|
Posted: Sat Aug 02, 2003 8:58 pm Post subject: |
|
|
What if you try:
Code: | smbclient //server/mountpoint -I 192.168.1.x |
_________________ If you do something right once, someone will ask you to do it again. |
|
Back to top |
|
|
|