>>>>> "Michael" == Michael  <mlmichae...@gmail.com> writes:

Michael> Does anybody has a working configuration with ipfw nated jails
Michael> on loopback interface?

I noticed in my pf.conf that I had "set skip on lo".

I changed that to "set skip on lo0" (still advisable), and then created
an "lo1" using

  ipv4_addrs_lo1=127.1.0.1/24

in my /etc/rc.conf, and I can now route in and out just fine.

I don't know if ipfw has a similar "don't apply rules to lo0" option,
but if that's the case, create an lo1 instead.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to