summaryrefslogtreecommitdiffstats
path: root/network/wsdd2/README.allowip6
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2020-09-03 11:29:43 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-05 08:26:42 +0700
commit74383f0f1911db5505eb12cdb9c5bd23a895030e (patch)
tree64db068981c4ca3a3a8542f69a9f6e786dba2651 /network/wsdd2/README.allowip6
parent0e8648ec0c91de7504e2621f9e79f91633676a8e (diff)
downloadslackbuilds-74383f0f1911db5505eb12cdb9c5bd23a895030e.tar.gz
slackbuilds-74383f0f1911db5505eb12cdb9c5bd23a895030e.tar.xz
network/wsdd2: Added (WSD/LLMNR Descovery/Name Service Daemon)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wsdd2/README.allowip6')
-rw-r--r--network/wsdd2/README.allowip617
1 files changed, 17 insertions, 0 deletions
diff --git a/network/wsdd2/README.allowip6 b/network/wsdd2/README.allowip6
new file mode 100644
index 0000000000..85009e9325
--- /dev/null
+++ b/network/wsdd2/README.allowip6
@@ -0,0 +1,17 @@
+It may be obvious, but its easy to forget; to access samba shares
+using ip6 you need to allow ip6 addresses access to the server. If
+you want to limit access to local ip6 addresses and you are using
+the "hosts allow" option in smb.conf then add the following
+address/masks to the end of any ip4 addresses you alread have listed
+
+ fc00::/7 fe80::/64 ::1
+
+this will allow link-local, unique-local, and local loop ip6 addresses
+
+Even if a machine has a public ip6 address, it will also have a
+link-local one for ip6 sublayer operations of the Neighbor Discovery
+Protocol as well as for some other protocols such as DHCPv6
+
+if you are using a firewall, don't forget to allow access to port
+5357 (tcp) and 3702 (udp) otherwise wsdd2 will not work.
+