Router - TG582N - USB port: Difference between revisions
Appearance
Content deleted Content added
m Authentication to the CIFS server |
m Need to remember the IP address for the CIFS server |
||
| Line 37: | Line 37: | ||
If one enables the CIFS server with |
If one enables the CIFS server with |
||
:contentsharing cifs config state=enabled |
:contentsharing cifs config state=enabled |
||
then it's possible to connect to the CIFS server in any of the usual CIFS ways. Note that the CIFS server uses old LANMAN authentication - so Samba users may need to add something like: |
then it's possible to connect to the CIFS server on the previously found IP address in any of the usual CIFS ways. Note that the CIFS server uses old LANMAN authentication - so Samba users may need to add something like: |
||
# Be able to connect to old servers (e.g. TG582n content sharing) |
# Be able to connect to old servers (e.g. TG582n content sharing) |
||
client lanman auth = yes |
client lanman auth = yes |
||