Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: openvpn

  1. #11
    Join Date
    Nov 2009
    Beans
    7

    Re: iptables routing

    bump
    can anyone help please

  2. #12
    Join Date
    Nov 2009
    Beans
    7

    Re: openvpn

    I created another thread (http://ubuntuforums.org/showthread.php?p=8294449) about iptables, the iptables seems to be the thing I need to configure

  3. #13
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: iptables routing

    it changes the source IP address in IP packets with a source address in the network -s 10.8.0.0/24 to whatever the IP address is of eth0 on the host where this command is run (and keeps track of the changes so reply-packets will have their destination address modified accordingly)

  4. #14
    Join Date
    Nov 2009
    Beans
    7

    Re: iptables routing

    ok thanks
    one problem: will other packets be redirected through the 10.8.0.0/24 network? so if I have a http server on the system, and I run this command, will users on the internet still be able to access the http server, or will their packets/answers to those packets be redirected to 10.8.0.0/24?

  5. #15
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: iptables routing

    that statement will only affect connections originating (according to their src address) from 10.0.8.0/24

  6. #16
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: openvpn

    Please don't double post on the same subject, I have merged your threads.

Page 2 of 2 FirstFirst 12

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
  •