The machine is not a server - i basically use it for studying and learning
perl - The question im asking is that when im at work i get study time and i
log into my ultra 5 at home through ssh and study - I would like to know if
these lines for ipfilter limit the ssh service to just 2 ip address my xp
box at home and my work ip .
pass in log quick on hme0 proto tcp from (Xp ip address) to (ultra 5 ip)
port = (ssh port)
pass in log quick on hme0 proto tcp from (Work IP) to (ultra 5 ip) port =
(ssh port)
block in all
Would be this be suffiecient security for that service - From what i read if
any other packet comes in and it does match the forst 2 rules then the
packet will be blocked . Am i reading into this corerctly.