Hello VLadone, --- [EMAIL PROTECTED] wrote: > Try to allow traffic via loopback interface: > ipfw add 10 allow ip from any to any via lo0
Thank you sir. Your suggestion worked. Ping times to 127.0.0.1 are now normal after I added your rule. Also modified the following rule to include "via fxp0" and that cleared up the other ping problems. ipfw add 1000 pipe 1 ip from any to any via fxp0 ipfw+dummynet now works fine. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
