>From: Darkshot <darkshot at chudys.com>
>
>I've looked at the filter setups on the Maxen but I don't see tany
>obvious way to block a particular port. I want to block port TCP 8888,
>and get some of my bandwidth back at night. ;-)

Easy. All you need to know is:
1. Is the traffic inbound or outbound, from the point of view of the 
interface the filter will be applied to?
2. Is the source, destination, or both ports 8888?

Here's an example for inbound, source and destination TCP ports 8888. 
Change as needed:

  x In filter 01
  x  Valid=Yes
  x  Type=IP
  x  Generic...
  x >Ip...
  x  IPTos...

  x Ip...
  x  Forward=No
  x  Src Mask=0.0.0.0
  x  Src Adrs=0.0.0.0
  x  Dst Mask=0.0.0.0
  x  Dst Adrs=0.0.0.0
  x  Protocol=6
  x  Src Port Cmp=Eql
  x  Src Port #=8888
  x  Dst Port Cmp=Eql
  x  Dst Port #=8888
  x >TCP Estab=Yes
-- 

Peter Lalor           Infoasis
plalor at infoasis.com   http://www.infoasis.com/

"Where's my burrito?" -- Homer
++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request at bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>