I am trying to setup a script that will:
- Connect to a windows share
- Using LOAD DATA LOCAL INFILE, upload the two files into their appropriate db tables
- Umount share
Situation:
I can currently vpnc into this remote machine
Problem:
I cannot
mount -t cifs //ip.address/share /mnt/point -o username=u,password=p,port=445
mount error(110) Connection timed out
I am attempting to do this manually first
Remote server is open to port 445
Questions:
- Do I even need to vpnc in first?
- Do I need to do route add for the remote ip/mask/gw after vpnc?
Thank you!
cifs-utils
? I had to install this as well. – Geophyte