EasyManuals Logo

Tiesse Imola LX 5200 User Manual

Default Icon
376 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #174 background imageLoading...
Page #174 background image
Firewall functions: IPTABLES
USER GUIDE
174
-j NETMAP
It allows to replace hosts of a network with hosts of another one. For example the
command:
iptables t nat A PREROUTING d 10.10.10.0/24 j NETMAP
to 192.168.1.0/24
replaces the destination address 10.10.10.x with 192.168.1.x
-j TCPMSS
It is used to modify the value of TCP Maximum Segment Size. For example:
iptables.... j TCPMSS --clamp-mss-to-pmtu
It is included the option --set-mss value.
-j MARK
It allows to mark packets in order to analyze them in other points. For example, in
order to add a route according to the source address:
iptables t mangle A PREROUTING s 10.10.1.1 j MARK --set-mark 0x04
ip rule add fwmark 0x04 table 40
ip route add table 40 dev atm0
In order to display a list of available parameters the following command is used:
iptables j <TARGET> --help.
For example:
iptables j REJECT --help
iptables j TOS --help
iptables j DSCP --help
ADVANCED MATCH CRITERIA
In addition to the previous criteria, there are also very flexible and powerful extensions. The
following table includes the most significant ones.
-m connlimit
It allows to establish the number of simultaneous connections, for example:
iptables A INPUT p tcp --dport 23 s 192.168.254.201 -m connlimit --connlimit-above 4 j REJECT
allows a maximum of 4 simultaneously active telnet connections towards the router from
the address 191.168.254.201. Other connections are refused.
-m limit
The rule is satisfied if the rate of arrival of the packets conforms to the specified
parameter. Possible options are:
--limit rate/unit
--limit-burst value/unit
for example by using the rules:
iptables A FORWARD -p icmp m limit -limit 10/sj ACCEPT
iptables A FORWARD p icmp j DROP
only icmp packets are accepted at the rate of 10 per second.
-m mac
It checks the source MAC address, for example:
iptables A FORWARD -m mac --mac-source 00:0d:5a:04:01:02 j
DROP

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tiesse Imola LX 5200 and is the answer not in the manual?

Tiesse Imola LX 5200 Specifications

General IconGeneral
BrandTiesse
ModelImola LX 5200
CategoryNetwork Router
LanguageEnglish

Related product manuals