Skip to content

This Bash script is intended to be used for Docker containers using a Gluetun image running a WireGuard VPN client.

Notifications You must be signed in to change notification settings

AllenShap/SMB-Bash-Script-for-WireGuard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

SMB-Bash-Script-for-WireGuard-

This Shell script is intended to be used for Docker containers on a Gluetun image running a WireGuard VPN in client mode.

This script essentially waits for a specific IP address to become available on any network interface and then mounts an Azure SMB file share if that IP is found. It's assumed that the IP Address that you're looking for is guaranteed to have internet access if present, otherwise, the SMB mount will fail.

The Shell script would ideally be set to run on container startup but only after the WireGuard VPN client connection has been provisioned from the entrypoint.sh script in the Gluetun image.

The concept of this Shell script is rather unconventional and shouldn't really be used at all unless you have a very specific use case that requires it. There are superior ways to mount an SMB file share to a Docker container by means of using the host system which can be found here https://docs.docker.com/storage/volumes/

At the very least, It's required to install sudo and cifs-utils to the docker image (based off Alpine Linux) to use this script. View the .sh file and modify the IP Address and mounting script portion to fit your requirements.

  • apk add sudo cifs-utils

About

This Bash script is intended to be used for Docker containers using a Gluetun image running a WireGuard VPN client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages