egneus Posted March 12, 2008 Share Posted March 12, 2008 is there any chances to retrieve vpn ip address from the same server using php? i am no good in php. Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/ Share on other sites More sharing options...
Lumio Posted March 12, 2008 Share Posted March 12, 2008 you have linux 10.3? wow. Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-490511 Share on other sites More sharing options...
egneus Posted March 12, 2008 Author Share Posted March 12, 2008 i mean openSUSE 10.3 Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-490868 Share on other sites More sharing options...
l0ve2hat3 Posted March 13, 2008 Share Posted March 13, 2008 hrmm if the vpn server has the same ip address of the server, then yes! <? echo $_SERVER['SERVER_ADDR']; ?> Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-490986 Share on other sites More sharing options...
egneus Posted March 13, 2008 Author Share Posted March 13, 2008 hrmm if the vpn server has the same ip address of the server, then yes! <? echo $_SERVER['SERVER_ADDR']; ?> thankz.i'll try.but,how about the code? the code u gave is to retrieve the vpn server address or client's vpn address? totally newbie here.. Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-491097 Share on other sites More sharing options...
l0ve2hat3 Posted March 13, 2008 Share Posted March 13, 2008 thats the servers ip address Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-491285 Share on other sites More sharing options...
egneus Posted March 17, 2008 Author Share Posted March 17, 2008 i.ve tried.the ip shows not the vpn server. Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-493815 Share on other sites More sharing options...
l0ve2hat3 Posted March 17, 2008 Share Posted March 17, 2008 the vpn server doesnt have the same ip as the webserver? Link to comment https://forums.phpfreaks.com/topic/95814-apache-vpn-pptp-under-linux-103/#findComment-494107 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.