filtering aliasIP from the primaryIP with IPF

From: Roisin Murphy (Roisin.Murphy_at_gmail.com)
Date: 09/30/04

  • Next message: Mark Jayson Alvarez: "Is there a reverse Network Address Translation???"
    Date: Thu, 30 Sep 2004 02:41:03 -0700
    To: freebsd-questions@freebsd.org
    
    

    allright, nevermind, this solved it:

    pass in quick on lo0 proto tcp from 192.168.1.34 to 192.168.1.35 port
    = 22 flags S keep state
    block out quick on lo0 proto tcp/udp from 192.168.1.35 to 192.168.1.34
    keep state keep frags
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Mark Jayson Alvarez: "Is there a reverse Network Address Translation???"