Hi,

With the following setup I don't understand why ip from the jail
192.168.1.2 cannot reach hosts in 192.168.2.0/24. Can I use a fancy
ipfw fwd rule to make it work? Anything routes that use the default
gateway is fine.

Here is the setup:

= Host system =

default gateway 192.168.1.254

fxp0:
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
        inet 192.168.1.2 netmask 0xffffffff broadcast 192.168.1.255
        inet 192.168.1.3 netmask 0xffffffff broadcast 192.168.1.255
        inet 192.168.1.4 netmask 0xffffffff broadcast 192.168.1.255
fxp1:
        inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255

= First Jail =

fxp0:
        inet 192.168.1.2 netmask 0xffffffff broadcast 192.168.1.2
fxp1:
        <nothing>

cheers,

Derek.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to