Allow out port 445
This commit is contained in:
parent
0874f35fcc
commit
a5c80ecf5f
1 changed files with 5 additions and 0 deletions
|
|
@ -65,4 +65,9 @@
|
||||||
cifs-utils
|
cifs-utils
|
||||||
sshfs
|
sshfs
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# For SMB connection allowing outgoing 445
|
||||||
|
networking.firewall.extraCommands = ''
|
||||||
|
iptables -A OUTPUT -p tcp --dport 445 -j ACCEPT
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue