<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Does dropping the MASQUERADE change things at all?<BR>
<BR>
<BR>
<BR>
On Thu, 2008-11-06 at 09:28 +0100, woodson2 wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    Hello, I have openvpn up and running successfully on FC9. I'm using routing mode with the following configuration<BR>
    <BR>
    My internal LAN range 10.10.10.0/24<BR>
    My Openvpn client range 10.8.0.0/24<BR>
    <BR>
    I can connect and ping the openvpn server from the openvpn client but can't talk to the other machines on the internal LAN subnet. However, the machines on the internal LAN subnet can ping the openvpn clients. I have entered the following in iptables.<BR>
    iptables -t nat -I POSTROUTING -s 10.10.10.0/24 -o eth0 -j MASQUERADE<BR>
    iptables -I INPUT -i tun+ -j ACCEPT<BR>
    iptables -I INPUT -i tap+ -j ACCEPT<BR>
    iptables -I FORWARD -i tap+ -j ACCEPT<BR>
    iptables -I FORWARD -i tun+ -j ACCEPT<BR>
    iptables -I INPUT -i eth0 -j ACCEPT<BR>
    iptables -I FORWARD -i eth0 -j ACCEPT<BR>
    I have also added a route on my d-link router that routes any traffic destined to 10.8.0.0/24 back to the OPENVPN server(10.10.10.xxx). This all works as it should when the firewall is disabled so apparently I'm missing some rule in iptables...Any help would be greatly appreciated..thanks..<BR>
    <BR>
<PRE>

-- 
This is an email sent via The Fedora Community Portal <A HREF="https://fcp.surfsite.org">https://fcp.surfsite.org</A>
<A HREF="https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=301697&topic_id=63522&forum=10#forumpost301697">https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=301697&topic_id=63522&forum=10#forumpost301697</A>
If you think, this is spam, please report this to <A HREF="mailto:webmaster@fcp.surfsite.org">webmaster@fcp.surfsite.org</A> and/or blame <A HREF="mailto:mlstarling31@hotmail.com">mlstarling31@hotmail.com</A>.

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>