divert

  1. Rudy

    Solved NAT + IPSEC ... can't get it to work

    At an office, a FreeBSD router is set up using ipfw and nat. This part works great and has for years. We added an ipsec tunnel for a remote network. I have the tunnel up, and can ping from the internal interface (em1 172.31.0.200) to the remote IP 10.4.4.4, no problem. For the nat, I set up...
  2. C

    PF PF divert-to Loop Problem

    Hi, I used ipfw before My ipfw rule was like this : ipfw -q add 11 divert 4444 udp from any to any dst-port 53 in via igb1 I move on pf now My pf rule was like this : pass in quick on igb1 proto udp from any to port { 53 } divert-to 127.0.0.1 port 4444 My Code : #include <stdio.h> #include...
Back
Top