I purchased a D-Link router for my home network. The default firewall rules are as follows:
Deny Source=*,* Dest=LAN,* Protocol/Port= IP(0),*
Allow Source = LAN,* Dest=*,* Protocol/Port= IP(0),*
Their documentation does not explain this well but I think this is the maximum security:
Deny all access to all ports on my LAN from everywhere on the internet, but allow the LAN to access the entire internet.
My question lies with the word access. If all access is denied from the internet, how does a web page display on a computer in my LAN when I request it? If the answer to this is the Protocol/Port configuration, and HTTP is allowed, what types of communication does IP(0) actually cover?
Any help in explaining would be appreciated.
Deny Source=*,* Dest=LAN,* Protocol/Port= IP(0),*
Allow Source = LAN,* Dest=*,* Protocol/Port= IP(0),*
Their documentation does not explain this well but I think this is the maximum security:
Deny all access to all ports on my LAN from everywhere on the internet, but allow the LAN to access the entire internet.
My question lies with the word access. If all access is denied from the internet, how does a web page display on a computer in my LAN when I request it? If the answer to this is the Protocol/Port configuration, and HTTP is allowed, what types of communication does IP(0) actually cover?
Any help in explaining would be appreciated.