John Simmons <[EMAIL PROTECTED]> wrote:
>
>    ipchains -P forward DENY
>    ipchains -A forward -j MASQ -s 10.10.0.1/32 -d 0.0.0.0/0
>    ipchains -A forward -j MASQ -s 10.10.0.2/32 -d 0.0.0.0/0
>    ipchains -A forward -j MASQ -s 10.10.0.3/32 -d 0.0.0.0/0

You could simplify this to one rule with a "-s 10.10.0.0/24", but that's
not a problem.

> 7) Using ipchains -M -L shows me this (and this kind of bothers me since I
> think there should be some entries here):
> 
>    IP masquerading entries

That will only show you something when a connection is currently
ongoing to the Internet.

It really looks like you have done everything you need to do; you just
need to enable IP forwarding:

    echo 1 > /proc/sys/net/ipv4/ip_forward

-- 
   [EMAIL PROTECTED] (Fuzzy Fox)      || "Nothing takes the taste out of peanut
sometimes known as David DeSimone  ||  butter quite like unrequited love."
  http://www.dallas.net/~fox/      ||                       -- Charlie Brown


_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to