Displaying 4 results from an estimated 4 matches for "zone_bit".
Did you mean:
  zone_bits
  
2012 Jan 11
0
Shorewall 4.5.0 Beta 3
...This column provides an alternative to the balance=<weight> option
    in the providers file.
    Example:
    /etc/shorewall/shorewall.conf
    MARK_IN_FORWARD_CHAIN=No
    ...
    USE_DEFAULT_RT=Yes
    ...
    TC_BITS=0
    PROVIDER_BITS=2
    PROVIDER_OFFSET=16
    MASK_BITS=8
    ZONE_BITS=4
    Note: PROVIDER_OFFSET=16 and ZONE_BITS=4 means that the provider
    	  mask will be 0xf0000.
 
    /etc/shorewall/providers:
    #NAME    NUMBER MARK DUP  INTERFACE GATEWAY       OPTIONS
    ComcastB 1      -    -    eth1      70.90.191.126 loose,balance
    ComcastC 2      -    -    eth0...
2012 Jan 11
0
Shorewall 4.5.0 Beta 3
...This column provides an alternative to the balance=<weight> option
    in the providers file.
    Example:
    /etc/shorewall/shorewall.conf
    MARK_IN_FORWARD_CHAIN=No
    ...
    USE_DEFAULT_RT=Yes
    ...
    TC_BITS=0
    PROVIDER_BITS=2
    PROVIDER_OFFSET=16
    MASK_BITS=8
    ZONE_BITS=4
    Note: PROVIDER_OFFSET=16 and ZONE_BITS=4 means that the provider
    	  mask will be 0xf0000.
 
    /etc/shorewall/providers:
    #NAME    NUMBER MARK DUP  INTERFACE GATEWAY       OPTIONS
    ComcastB 1      -    -    eth1      70.90.191.126 loose,balance
    ComcastC 2      -    -    eth0...
2013 Jun 13
3
"Multiple Internet Connections" with four interfaces
Hi,
I was reading document http://shorewall.net/MultiISP.html#idp3634200.
Inspired by the document I was trying to establish the following changes:
* one additional interface: COMA_IF
* COM[A,B,C]_IF interfaces request IP address via DHCP
* all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF
* all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default
* non-RFC 1918
2013 Sep 10
6
lsm configuration issues...
...2 2 2 2 2 2 2"
TRACK_PROVIDERS=No
USE_DEFAULT_RT=No
USE_PHYSICAL_NAMES=No
ZONE2ZONE=2
BLACKLIST_DISPOSITION=DROP
MACLIST_DISPOSITION=REJECT
RELATED_DISPOSITION=ACCEPT
SMURF_DISPOSITION=DROP
SFILTER_DISPOSITION=DROP
TCP_FLAGS_DISPOSITION=DROP
TC_BITS=
PROVIDER_BITS=
PROVIDER_OFFSET=
MASK_BITS=
ZONE_BITS=0
IPSECFILE=zones
----------------------------------------------------------------------
/etc/shorewall/interfaces
----------------------------------------------------------------------
sdsl   eth1   dhcp,tcpflags,routefilter,nosmurfs,logmartians,optional
free   eth2   dhcp,tcpflags,routefilter,...