Ticket #47 (new enhancement)

Opened 2 years ago

Last modified 18 months ago

Extend DNAT rules

Reported by: victor Owned by: victor
Priority: major Milestone: undecided
Component: suite Version:
Keywords: Cc:

Description

DNAT rules can currently only go to a host in the Vuurmuur rules syntax. We should allow not just DNATting traffic to the firewall, but also to a network. This will be hard to do in the rules syntax.

Change History

follow-up: ↓ 4   Changed 2 years ago by victor

The idea is to enable creating rules like this: $IPTABLES -t nat -A PREROUTING -i $DMZIF -p tcp --dport 5900 -j DNAT --to-destination 192.168.0.100:5900

  Changed 2 years ago by victor

  • owner changed from adi to victor
  • status changed from new to assigned

  Changed 2 years ago by victor

  • owner changed from victor to adi
  • status changed from assigned to new

in reply to: ↑ 1 ; follow-up: ↓ 5   Changed 2 years ago by adi

Replying to victor:

The idea is to enable creating rules like this: $IPTABLES -t nat -A PREROUTING -i $DMZIF -p tcp --dport 5900 -j DNAT --to-destination 192.168.0.100:5900

I think I do not fully grasp?!

in reply to: ↑ 4   Changed 2 years ago by victor

Replying to adi:

Replying to victor:

The idea is to enable creating rules like this: $IPTABLES -t nat -A PREROUTING -i $DMZIF -p tcp --dport 5900 -j DNAT --to-destination 192.168.0.100:5900

I think I do not fully grasp?!

In Vuurmuur Portfw and DNAT only work for traffic destined to the firewall itself. Traffic that passed the firewall can not be redirected to a different IP... thats what some ppl need, thats what I'd like to support. More clear?

  Changed 2 years ago by adi

  • status changed from new to assigned

  Changed 2 years ago by adi

  • owner changed from adi to victor
  • status changed from assigned to new

probably I am not the right person for this... ;-)

  Changed 18 months ago by victor

We need this to be able to create rules like here at 6.1: http://www.faqs.org/docs/Linux-mini/TransparentProxy.html#s6

Note: See TracTickets for help on using tickets.