Re: pf.conf + Norton Antivirus -question
From: Pekka Niiranen (pekka.niiranen_at_wlanmail.com)
Date: 10/26/03
- Next message: Philipp Buehler: "Re: Which BSD?"
- Previous message: Peter: "Re: Partitions for OpenBSD Installation"
- In reply to: erik: "Re: pf.conf + Norton Antivirus -question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 26 Oct 2003 10:23:47 +0200 To: erik@geenspam.vanwesten.net
Well,
I have to wait for the next weekly update.
I have tried to update from my client manually,
so could it be possible, that manual update
(that failed) created a state in my firewall that
server-push used later on to access my harddisk?
I will try to flush states before the next virus update.
I will propably need separate line to my pf.conf
for logging purposes because our network is filled
with UDP messages. I will report the further results.
-pekka-
erik wrote:
> pekka.niiranen wrote:
>
>
>>My current pf.conf is as follows:
>>-----------
>>EXT = "xl0"
>>INT = "xl1"
>>PRIVNETS = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8
>>}"
>>
>># Options
>>set block-policy drop
>>set loginterface $EXT
>>
>># clean fragmented and abnormal packets
>>scrub in all
>>
>># Nat
>>nat on $EXT inet from $INT:network to any -> ($EXT)
>>
>># Default block
>>block all
>>
>># Allow loopbacks
>>pass quick on lo0 all
>>
>># Block access to certain networks
>>block drop in quick on $EXT from $PRIVNETS to any
>>block drop out quick on $EXT from any to $PRIVNETS
>>
>>pass in on $INT from $INT:network to any keep state
>>pass out on $INT from any to $INT:network keep state
>>
>>pass out on $EXT inet proto tcp all modulate state flags S/SA
>>pass out on $EXT inet proto { udp, icmp } all keep state
>>--------
>>
>>However, the Norton Antivirus Corporate Edition 4.1
>>running in my PC (192.168.x.x) connected to INT gets its virus updates
>>automatically from Virus server! The server uses "push" method to
>>write new virus definitions to my harddisk. Port it uses are:
>>
>>38292 (TCP/UDP) Virus alarms
>>38293 (UDP) Virus updated at server end
>>38037 (TCP/UDP) Virus alarms
>>2967 (UDP) Virus updates at client end
>>
>>What am I missing in my pf.conf? Some port range default
>>setting or what? I would like to stop that "push" coming thru
>>and update manually by myself.
>>
>>-pekka-
>
>
> Are you really 100% sure that your virusscanner is not getting the
> updates itself? Check your firewall logs.
>
> EJ
- Next message: Philipp Buehler: "Re: Which BSD?"
- Previous message: Peter: "Re: Partitions for OpenBSD Installation"
- In reply to: erik: "Re: pf.conf + Norton Antivirus -question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|