LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   VPN / Iptables (https://www.linuxquestions.org/questions/linux-networking-3/vpn-iptables-81753/)

a_borg1 08-13-2003 07:20 PM

VPN / Iptables
 
Need quick tips:
VPN connection using Mandrake 9.1 and a DSL router.
Router IP: 192.xxx.xxx.xxx
VPN IP : 208.xxx.xx.xx
WorkStation IP: 10.xx.xxx.xxx
#########################################
# The 'External Interface' is the connection to your
# ISP via Ethernet, xDSL, Cable Modem, T1, etc. This
# is the Internet side, where the bad guys hang out.
#
EXTERNAL_INTERFACE="eth0"
EXTERNAL_IP="11.222.111.221"
INTERNAL_INTERFACE="eth1"
INTERNAL_NETWORK="192.168.56.0/24"
INTERNAL_IP="192.168.56.1"
BROADCAST_NET="11.222.111.255"
##########################################
Using the above IP's how do I proceed ?

Mike


All times are GMT -5. The time now is 03:16 PM.