Here is how you can mount a windows share in Linux.
mount -t cifs //<host>/<share name> /mnt/cifs -o username=<share user>,password=<share password>,domain=<share domain>
Here is how you can mount a windows share in Linux.
mount -t cifs //<host>/<share name> /mnt/cifs -o username=<share user>,password=<share password>,domain=<share domain>
This is a pretty neat site which will explain the linux/unix command options you are using.
explainshell.com – match command-line arguments to their help text.
By default for security reasons IP forwarding is turned off. If you are setting up a router or a vpn gateway you will need to turn it back on. You can just run the following command to turn it on.
echo 1 > /proc/sys/net/ipv4/ip_forward
You can set a password age for an individual user using the link below.