Displaying 3 results from an estimated 3 matches for "litomail".
Did you mean:
litmail
2009 Aug 21
0
1 zone with multiple interfaces (special case)
Hi,
I got an existing solution with shorewall where I can differentiate tun10 from tun+ as different zone.
For example:
/etc/shorewall/zones
A ipv4
B:A ipv4
/etc/shorewall/interfaces
A tun+
B tun10
Now, I have a requirement to add tun11 to zone B.
When I do this in interfaces config:
A tun+
B tun10,tun11
It doesn''t like it (although it''s ok when performing
2009 Oct 23
1
macro for dnat through alternate public ip (alias)
Hi,
I have a rule:
DNAT net dmz:a.b.c.d tcp 25 - k.l.m.n
The problem:
I want to DNAT port 25, 143, 110
k.l.m.n is alternate public ip (using vrrp, just like alias)
Can I abridge the above line using macro, instead of writing 3 separate lines?
I can do:
MailPorts/DNAT net dmz:a.b.c.d
But this refer to the physical public ip
I have more elaborate requirement to forward around 20
2009 Aug 21
2
Multiple interfaces in a zone (not a standard case)
Hi,
This subject has been brought up in the forum, but it''s a bit different.
If I have a set of tun interfaces. I already defined tun+ as zone A, and I have excluded tun15 as zone B (a subset of zone A).
I need to add tun16 to zone B.
My config:
/etc/shorewall/interfaces:
A tun+ - routeback
B tun15
/etc/shorewall/
A ipv4
B:A ipv4
I tried to define in