|
|
 |
Packet Filtering
IP packet filtering helps to maintain security and productivity by
selectively limiting traffic between LAN and WAN.
Assumption
LAN is using virtual IP.
LAN only has one gateway.
Router is sharing one ISP account within private LAN.
Key Configuration
- EZRider Manager > Configuration > General Configuration >
IP packet filtering table > Add
- Enter the following information:
1. Source IP address
2. Source subnet mask
3. Source TCP/IP port
4. Protocol type
5. Destination IP address
6. Destination subnet mask
7. Destination TCP/IP port
8. Select either If True Then or If False Then option
9. Hit Ok, follow by Apply and Finish to save configuration
Example Configurations
Scenario
If network IP range is from 192.168.1.1 to 192.168.1.254 with subnet
mask 255.255.255.0 and would like to block workstation with IP address
192.168.1.8
| Source IP |
192.168.1.8 |
| Subnet Mask (source) |
255.255.255.255 |
| TCP/IP Port (source) |
Any |
| Protocol Type |
Any |
| Destination IP |
0.0.0.0 |
| Subnet Mask (destination) |
0.0.0.0 |
| TCP/IP port (destination) |
Any |
| If True |
Discard |
| If False |
Pass |
Tips
- The filter setup will be the same if the IP address range is smaller,
such as 192.168.1.33 to 192.168.1.38 with subnet mask 255.255.255.248.
- If the above filter is entered, this workstation will not have any
outgoing accessibility. If the purpose of the filter is to stop triggering
Dial-On-Demand (if one of the profile has been defined as DOD profile)
by this particular workstation but it's outgoing accessibility is
still preferred, change the "If True" field from "Discard"
to "Restrict".
2.Block a range of workstations outgoing access
Scenario
If network IP range is from 192.168.1.1 to 192.168.1.254 with subnet
mask 255.255.255.0 and would like to block workstation with IP address
192.168.1.8 to 192.168.1.15
| Source IP |
192.168.1.8 |
| Subnet Mask (source) |
255.255.255.248 |
| TCP/IP Port (source) |
Any |
| Protocol Type |
Any |
| Destination IP |
0.0.0.0 |
| Subnet Mask (destination) |
0.0.0.0 |
| TCP/IP port (destination) |
Any |
| If True |
Discard |
| If False |
Pass |
Tip
Scenario
If network IP range is from 192.168.1.1 to 192.168.1.254 with subnet
mask 255.255.255.0 and would like to block workstation with IP address
192.168.1.8
| Source IP |
192.168.1.8 |
| Subnet Mask (source) |
255.255.255.255 |
| TCP/IP Port (source) |
Any |
| Protocol Type |
TCP |
| Destination IP |
0.0.0.0 |
| Subnet Mask (destination) |
0.0.0.0 |
| TCP/IP port (destination) |
80 |
| If True |
Discard |
| If False |
Pass |
Tip
- Other packets such as FTP and ICMP (ping) can still get through.
- If blocking particular web sites such as adult site is preferred,
enter the site's IP address in Destination IP filed and 255.255.255.255
in Mask field.
- Finding out certain web site's IP address can be done by going to
MS-DOS mode and ping the site's domain name. The site's IP address
will appear in the reply messages.
4. Block Incoming Access
Scenario
Block all incoming access from the Internet to an FTP server on the
LAN except specified. Network IP range is from 192.168.1.1 to 192.168.1.254
with subnet mask 255.255.255.0. An FTP server has IP 192.168.1.2 and
would like to be accessed only by range of 100.100.100.1 to 100.100.100.63
workstations.
| Source IP |
100.100.100.0 |
| Subnet Mask (source) |
255.255.255.192 |
| TCP/IP Port (source) |
Any |
| Protocol Type |
TCP |
| Destination IP |
192.168.1.2 |
| Subnet Mask (destination) |
255.255.255.255 |
| TCP/IP port (destination) |
21 |
| If True |
Pass |
| If False |
Discard |
Tip
Keep in mind at the "Source IP" is the "From" IP
and the "Destination IP" is the "To" IP. In this
example the packets "From" 100.100.100.1 to 100.100.100.63
are allowed "To" 192.168.1.2
|
 |
|
 |