Alteon Application Switch Operating System Application Guide
Filtering and Traffic Manipulation
382
Document
ID:
RDWR-ALOS-V2900_AG1302
7. Create a filter that allows local clients to telnet anywhere outside the local intranet.
The filter must recognize and allow TCP traffic to reach the local client destination IP addresses if
originating from a Telnet source port:
8. Create a series of filters to allow Domain Name System (DNS) traffic. DNS traffic requires four
filters; one pair is needed for UDP traffic (incoming and outgoing) and another pair for TCP
traffic (incoming and outgoing).
a. For UDP:
b. Similarly, for TCP:
>> Filter 4# /cfg/slb/filt 5
(Select the menu for Filter 5)
>> Filter 5# sip any
(From any source IP address)
>> Filter 5# dip 205.177.15.0
(To base local network destination
address)
>> Filter 5# dmask 255.255.255.0
(For entire subnet range)
>> Filter 5# proto tcp
(For TCP protocol traffic)
>> Filter 5# sport telnet
(From a Telnet port)
>> Filter 5# dport any
(To any destination port)
>> Filter 5# action allow
(Allow matching traffic to pass)
>> Filter 5# ena
(Enable the filter)
>> Filter 5# /cfg/slb/filt 6
(Select the menu for Filter 6)
>> Filter 6# sip any
(From any source IP address)
>> Filter 6# dip 205.177.15.4
(To local DNS Server)
>> Filter 6# dmask 255.255.255.255
(Set mask for exact destination address)
>> Filter 6# proto udp
(For UDP protocol traffic)
>> Filter 6# sport any
(From any source port)
>> Filter 6# dport domain
(To any DNS destination port)
>> Filter 6# action allow
(Allow matching traffic to pass)
>> Filter 6# ena
(Enable the filter)
>> Filter 6# /cfg/slb/filt 7
(Select the menu for Filter 7)
>> Filter 7# sip 205.177.15.4
(From local DNS Server)
>> Filter 7# smask 255.255.255.255
(Set mask for exact source address)
>> Filter 7# dip any
(To any destination IP address)
>> Filter 7# proto udp
(For UDP protocol traffic)
>> Filter 7# sport domain
(From a DNS source port)
>> Filter 7# dport any
(To any destination port)
>> Filter 7# action allow
(Allow matching traffic to pass)
>> Filter 7# ena
(Enable the filter)
>> Filter 7# /cfg/slb/filt 8
(Select the menu for Filter 8)
>> Filter 8# sip any
(From any source IP address)
>> Filter 8# dip 205.177.15.4
(To local DNS Server)