<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Well... ;-)<br>
    <br>
    Since I am fiddeling around with it for hours now I recently found a
    better solution than NAT:<br>
    <br>
    Bring up a virtual interface and set the host as gateway. ip_forward
    has to be enabled on host<br>
    <br>
    # This file describes the network interfaces available on your
    system<br>
    # and how to activate them. For more information, see interfaces(5).<br>
    <br>
    # The loopback network interface<br>
    auto lo<br>
    iface lo inet loopback<br>
    <br>
    # The primary network interface<br>
    allow-hotplug eth0<br>
    iface eth0 inet dhcp<br>
    #up ip addr add 10.10.10.10 dev eth0<br>
    <br>
    iface eth0:1 inet static<br>
        address 10.10.10.10<br>
        netmask 255.255.255.255<br>
        gateway 192.168.2.101 #The Host's IP<br>
    <br>
    <br>
    Its a bit of a strange setup but it works stable. - And for the
    client it looks pretty clean :)<br>
    Routenverfolgung zu s0.firesplash.de [46.4.4.3]  über maximal 30
    Abschnitte:<br>
    <br>
      1     *        *        *     Zeitüberschreitung der Anforderung.
    (Timeout)<br>
      2    44 ms    44 ms    44 ms  87.186.224.172<br>
      3    48 ms    46 ms    45 ms  217.0.86.122<br>
      4    49 ms    50 ms    55 ms  f-ee2-i.f.de.net.dtag.de
    [62.154.15.18]<br>
      5    49 ms    48 ms    84 ms  dtag-gw.hetzner.de [193.159.226.2]<br>
      6    53 ms    52 ms    52 ms  hos-bb1.juniper2.rz6.hetzner.de
    [213.239.240.239<br>
    ]<br>
      7    53 ms    55 ms    53 ms  hos-tr3.ex3k18.rz6.hetzner.de
    [213.239.252.10]<br>
      8    54 ms    53 ms    52 ms  s0.firesplash.de [10.10.10.10]                                        
    #IP masqueraded by me to fit the above setup<br>
    <br>
    <br>
    Regards<br>
    <br>
    <br>
    <br>
    Am 15.10.2010 09:01, schrieb "Alexander Täffner (dark alex)":
    <blockquote cite="mid:4CB7FC58.6070701@firesplash.de" type="cite">
      <meta content="text/html; charset=ISO-8859-15"
        http-equiv="Content-Type">
      <title></title>
      Hi again,<br>
      <br>
      I have an addition... did not think of this point:<br>
      I have no second IP in that subnet...<br>
      <br>
      So I guess I need to do a kind of NAT.<br>
      How to resolve that? (never used NAT) any Ideas?<br>
      Thats the way:<br>
      <br>
      Client sends packet to 10.10.10.10 -> Host has assigned
      10.10.10.10 as a second IP. vServer has an IP 172.10.10.5.<br>
      The Host now should NAT 10.10.10.10 to 172.10.10.5 and when the
      server answers it should NAT back to 10.10.10.10<br>
      <br>
      I'd be happy if you could provide me a kind of a mini-Howto! <br>
      Thanks in advance!<br>
      <br>
      Regards<br>
      <br>
      Am 14.10.2010 16:29, schrieb "Alexander Täffner (dark alex)":
      <blockquote cite="mid:4CB713AF.4030108@firesplash.de" type="cite"> Hi

        all, <br>
        <br>
        is there any clean way to setup a routing? <br>
        I have an IP Subnet but need the Hostmachine acting as Router
        for the <br>
        Packets not to get dropped by the Infrastructure. <br>
        <br>
        I attached a Visio-Draft of what I mean with some more details.
        (Needs a PDF Reader like Adobe Acrobat) <br>
        <br>
        Regards <br>
        <br>
        Mit freundlichen Grüßen, <br>
        Alexander Täffner <br>
        <br>
        <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
pve-user mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
</pre>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">Mit freundlichen Grüßen,
Alexander Täffner

-- 
---------------------------------------------------
Firesplash Entertainment
Projektleitung

Besuchen sie uns im Web:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.firesplash.de">http://www.firesplash.de</a>
---------------------------------------------------</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
pve-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Mit freundlichen Grüßen,
Alexander Täffner

-- 
---------------------------------------------------
Firesplash Entertainment
Projektleitung

Besuchen sie uns im Web:
<a class="moz-txt-link-freetext" href="http://www.firesplash.de">http://www.firesplash.de</a>
---------------------------------------------------</pre>
  </body>
</html>