corporate-gadfly / Tunlr-Clone

302 stars 57 forks source link

Great Work Thanks #49

Open samuel4711 opened 9 years ago

samuel4711 commented 9 years ago

Hi, great Job this Tutorial, i want to try this, but i don't know which IP Adress i should Use. I have a Fixed Ip Adress on an Debian System, and i don't know which IP i should use ? so if i have the IP 217.14.14.14 whats the Internal IP ? I don't have a vnet0 or vent:0 Could anyone explain ? acl "trusted" { 172.y.y.y; // local venet0:17 internal IP here 127.0.0.1; 173.z.z.z; // Your ISP IP here (cable/DSL) };

virtualjj commented 9 years ago

When you log into your VPS (assuming that is your Debian System) type:

ifconfig

You should have an interface called eth0 with a label "inet addr:" followed by your internal IP address.