It is groupvpn.sh file in the start() function:
The condition "STATIC" is from the /etc/ipop.vpn.config file
(http://www.grid-appliance.org/wiki/index.php/Archer:StaticAddresses)
It looks like, it is using ifconfig to set a static IP address. You
should ignore
if [[ "$USE_IPOP_HOSTNAME" ]]; then
$DIR/bin/hostname.sh
fi
at right below ifconfig command. I added it during a test.
BTW, if it uses "ifconfig" to set the an static ip address, the dns
server address should be added manually, right? Or is it better to use
dhcp instead?
Kyungyong.
Kyungyong.
--
You received this message because you are subscribed to the Google Groups "acis.p2p" group.
To post to this group, send email to aci...@googlegroups.com.
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/acisp2p?hl=en.