Thursday, March 29, 2007

VPN connection in IUPUI

http://pptpclient.sourceforge.net/howto-fedora-core-6.phtml

First , install pptconfig as following,

# rpm -Uvh http://pptpclient.sourceforge.net/yum/stable/fc6/pptp-release-current.noarch.rpm
# yum --enablerepo=pptp-stable install pptpconfig

Yum will help you to install other programs.
1.
sudo route add -host 134.68.107.67 gw 10.235.96.100
2.
sudo pptconfig
name: any
server: pptp.iupui.edu
domain: ads
username: any
passwd: some

then add start
in log window 'connected' should be shown.

Finally,
3.
sudo route add default ppp0

It should be OK now!