search for: trusted_smb

Displaying 1 result from an estimated 1 matches for "trusted_smb".

2005 Apr 16
6
wishlist: ''none'' as source address in rules
...ed to the loopback interface NONE="none:0.0.0.0" # Network scheme, automatically detected by intuitively NETWORK_SCHEME="$(cat /etc/network/scheme 2>/dev/null)" case "$NETWORK_SCHEME" in home) TRUSTED_FTP="net:192.168.0.1" TRUSTED_SMB="net:192.168.0.1,192.168.0.2" ;; work) TRUSTED_FTP="$NONE" TRUSTED_SMB="net:10.1.2.100,10.1.2.102" ;; *) TRUSTED_FTP="$NONE" TRUSTED_SMB="$NONE" ;; esac In /etc/sho...