Configure security settings
Firewall
Digi TransPort WR Routers User Guide
692
The optional
[icmp-code]
field can also be a decimal number representing the ICMP code of the
return ICMP packet but if the
[icmp-type]
is
[unreach]
, then the code can also be one of the
following pre-defined text codes:
For example, this rule causes the router to return an ICMP Unreachable packet in response to all
packets received on PPP
0
:
block return-icmp unreach in break end on ppp 0
Instead of using the
return-icmp
option to return an ICMP packet, you can use
return-rst
to return
a TCP reset packet instead. This would only be applicable for a TCP packet. For example, this rule
returns a TCP reset packet when the firewall receives a TCP packet on the Ethernet interface 0 with
destination address
10.1.2.*
.
block return-rst in break end on eth 0 proto tcp from any to
10.1.2.0/24
pass
Allows packets that match the rule to pass through the firewall.
pass-ifup
Allows outbound packets that match the rule to pass through the firewall but only if the link is
already active.
debug
Causes the router to tag any packets matching the rule for debug. This means that for every
matching rule that is encountered from this point in the script onwards, an entry will be placed
in the pseudo-file
FWLOG.TXT
.
dscp
Causes any packets matching this rule to have its DSCP value adjusted according to this rule.
The DSCP value of a packet indicates the type of service required. The router uses it in
conjunction with QOS (Quality of Service) functions. A decimal or hexadecimal number must
follow the
dscp
keyword to indicate the value that should be set.
vdscp
Similar to the
dscp
action as described above, in that it adjusts the DSCP value in a packet. The
difference is that this is a virtual change only, which means that the actual packet is not
changed, and that the packet is processed as if it had the DSCP value as indicated. Like the
dscp
action, a decimal or hexadecimal number must follow.
ICMP code
Description
net-unr
Network unreachable
host-unr
Host unreachable
proto-unr
Protocol unrecognized
port-unr
Port unreachable
needfrag
Needs fragmentation
srcfail
Source route fail
Summary of Contents for TransPort WR11
Page 1: ...User Guide Digi TransPort WR Routers ...
Page 650: ...Configure system settings NTP parameters Digi TransPort WR Routers User Guide 650 ...
Page 661: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 661 ...
Page 662: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 662 ...
Page 663: ...Configure system settings General system parameters Digi TransPort WR Routers User Guide 663 ...
Page 682: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 679 ...
Page 683: ...Configure Remote Management SNMP parameters Digi TransPort WR Routers User Guide 680 ...
Page 813: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 808 ...
Page 814: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 809 ...
Page 815: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 810 ...
Page 816: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 811 ...
Page 817: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 812 ...
Page 818: ...Manage networks and connections Top Talkers Digi TransPort WR Routers User Guide 813 ...
Page 855: ...Device administration Reboot the router Digi TransPort WR Routers User Guide 844 ...