Router - TG582N - USB port: Difference between revisions
Appearance
Content deleted Content added
m Need to remember the IP address for the CIFS server |
m Add an example connection session to the CIFS server |
||
| Line 42: | Line 42: | ||
client ntlmv2 auth = no |
client ntlmv2 auth = no |
||
to smb.conf. It's then possible to authenticate with a router username/password - at least, the Administrator account credentials work OK. |
to smb.conf. It's then possible to authenticate with a router username/password - at least, the Administrator account credentials work OK. |
||
For example, with the content sharing server on 192.168.1.32: |
|||
$ smbclient -U Administrator //192.168.1.32/Disk_a1 |
|||
Enter Administrator's password: |
|||
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.2.12] |
|||
smb: \> dir |
|||
. D 0 Tue Jan 20 16:12:42 2015 |
|||
.. D 0 Tue Jan 20 15:05:02 2015 |
|||
HDR_FOX_T2_upgrade.hdf A 24108401 Wed Jul 2 17:41:50 2014 |
|||
why_I_love_aaisp.pdf A 359760 Tue Jan 20 16:12:05 2015 |
|||
61543 blocks of size 32768. 60796 blocks available |
|||
smb: \> |
|||
= Printer Sharing = |
= Printer Sharing = |
||