Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Last active September 10, 2015 06:15
Show Gist options
  • Save Alexnder/66cb5ecec0ca7592deae to your computer and use it in GitHub Desktop.
Save Alexnder/66cb5ecec0ca7592deae to your computer and use it in GitHub Desktop.
Samba windows client port change

Проброс портов в Windows для Samba

Порт 139 перенаправлять на 140 для ip 133.131.61.101 (От админа)

netsh interface portproxy add v4tov4 listenaddress=133.131.61.101 listenport=139 connectaddress=133.131.61.101 connectport=140

Подключение к Samba

net use z: \\133.131.61.101\SharedDisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment