OK, I'll do that, thanks. Can you tell me if I should have firewalls and AV
running on all the connected computers?
AV yes. Firewalls (in the traditional sense) no, since the router
(whether its own firewall is enabled or not) will be translating the
public ip address to the private ip addresses of your computers so
there will be no connections from outside of the network anyway unless
you specifically configure the router to do so.
Having said that, modern firewalls like zonealarm also alert on
outgoing connection requests as well as incoming and so give you some
sort of protection against trojans or spyware programs you didn't know
were sending out information from your network.
The value of that is a matter of personal opinion. It will be using
resources blocking something which is already blocked and misfiring
firewalls are the root cause of many network problems posted about
here. Also be aware that it can't alert you to *all* outgoing
connection attempts because any (half-decently written) program will
already be loaded into memory and running and as such could easily
close down from within the firewall or av program which could cause it
to be detected. Usually, a simple WM_DESTROY signal to the firewall or
av process and it's gone silently.
(2 are XP and one is a laptop on
W98) .So far I have not enabled the firewall in the router itself since I
am not sure I understand its functions. It seems to just control IP
addresses in and out.
The network address translation is a sort of firewall in itself but
the additional firewall functions could become useful if you (say)
were port forwarding connections from the router to a server on your
network and wanted to restrict the range of ip addresses from the
Internet which were allowed to connect to it.
Jim.