<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tony Berth schrieb:
<blockquote
 cite="mid:3494db260910062352k6b39e911q1bcdb58ef96e7a95@mail.gmail.com"
 type="cite">Bingo. Thanks A LOT!<br>
  <br>
Is it possible to update the Wiki with that one. I think this will be a
great help to the whole community<br>
  <br>
</blockquote>
if you would tell me wich of / or both tricks did it on your system ?<br>
<blockquote
 cite="mid:3494db260910062352k6b39e911q1bcdb58ef96e7a95@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="gmail_quote">
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
      <div>
      <div class="h5">
      <div bgcolor="#ffffff" text="#000000"><br>
but i had to add this two lines to my /etc/ufw/ufw.conf<br>
      <br>
ufw allow from 192.168.0.202<br>
ufw allow to 192.168.0.202<br>
      <br>
      <br>
another trial with iptables needs to load some modules too:<br>
      <br>
#!/bin/sh<br>
      <br>
MOKO=192.168.0.202
      <div><br>
      <br>
echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br>
      </div>
modprobe ipt_MASQUERADE<br>
      <br>
iptables -I FORWARD -j ACCEPT -d ${MOKO}/32<br>
iptables -I FORWARD -j ACCEPT -s ${MOKO}/32<br>
iptables -I POSTROUTING -t nat -j MASQUERADE -s ${MOKO}/32 <br>
      <br>
      </div>
      </div>
      </div>
    </blockquote>
    </div>
  </blockquote>
  </div>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Mit freundlichen Gr&uuml;ssen
Matthias Huber 
Kohlstattstr. 14
86459 Wollishausen
Tel: 08238-7998
LPI000181125
</pre>
</body>
</html>