You are not logged in.
Hi,
i configure my network using the /etc/network-profile facility. In one environment i have to get an IP address via dhcp (no problem with /etc/network-profile) and create an VPN tunnel afterwards. Creating the VPN tunnel is done by starting vpnc. Is there a way to do this in my profile?
My Blog: http://const-cast.blogspot.com
Offline
It looks like the profiles are just shell scripts (you're defining variables), so I would just try executing it from there, but it might not work since the script is probably read before a connection is made...
Offline
Yes, the script is sourced before the network is set up, so it is not possible to do that ![]()
My Blog: http://const-cast.blogspot.com
Offline