Page 5 of 5 FirstFirst ... 345
Results 41 to 43 of 43

Thread: Tutorial - Install OpenVPN on Ubuntu 10.04

  1. #41
    Join Date
    Oct 2008
    Beans
    10

    Re: Tutorial - Install OpenVPN on Ubuntu 10.04

    It is indeed very detailed guide.

    Thanks for the guide...

    One question. Can I allow only specific vpn user (ip) to access only specific servers/machines.

    Is this rule is correct ?
    Code:
    iptables -A INPUT/OUTPUT -p tcp -s ClientIP -d ServerIP --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
    Last edited by kashif_max; July 8th, 2012 at 01:54 PM. Reason: question word added

  2. #42
    Join Date
    Jun 2007
    Beans
    322

    Re: Tutorial - Install OpenVPN on Ubuntu 10.04

    @Zenguy

    Can we have an alternate to using the Network Manager OpenVPN plug-in on the Client side?

    That has a number of limitations which I've started to find out
    - A number of OpenVPN params can't be configured
    - There is an issue with ping-restart that causes it to drop the connection

    The native OpenVPN option seems better...
    Last edited by shreepads; July 10th, 2012 at 11:15 AM. Reason: Clarify that am referring to client side
    Intel C2D E7200 || Intel DG33FB mobo || 4 GB RAM || 64 bit Lucid/ Precise Desktops || WD Caviar Black 1TB, Green 2TB; Corsair Force 3 60GB
    Dell U2412M || Palit Sonic GT 240 (OC'd NVidia card) || Logitech Quickcam Connect || Acer 3300U Scanner

  3. #43
    Join Date
    Feb 2007
    Beans
    105

    Re: Tutorial - Install OpenVPN on Ubuntu 10.04

    the guide states that ALL network traffic will go through the vpn. is it possible to modify it so that only specified computers go through the vpn? if so, which part would i have to change? i can't seem to figure it out.

Page 5 of 5 FirstFirst ... 345

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •