A Reliable Site to Download ATT Tunnel Mac

Asked By 10 points N/A Posted on -
qa-featured

Good day to all! May I know some reliable site to download ATT tunnel Mac?

Also, I would like to know how to install it on my PC.

Thank you very much.

SHARE
Answered By 0 points N/A #167246

A Reliable Site to Download ATT Tunnel Mac

qa-featured

I was able to get at&t vpn working on a Mac OSX host using a Linux guest OS on VMware Fusion 5.0 trial.

On the guest Linux (I used an Ubuntu live image):

Install/run at&t client and establish connection 

sudo sysctl -w net.ipv4.ip_forward=1
Pseudo iptables -A FORWARD -I eth0 -d 9.0.0.0 /8 -j ACCEPT     
Pseudo iptables -t Nat -A POSTROUTING -o tun0 -j MASQUERADE
Pseudo sysctl net.netfilter.nf_conntrack_acct=1

#replace 9.0.0.0 /8 in the above with your vpn net

Or if you use versions of Mach you can use one of these methods that is in the file attachment

Related Questions