because the fwg114p uses network address translation (nat), your network presents only one ip address to the internet, and outside users cannot directly address any of your local computers. however, by defining an inbound rule you can make a local server (for example, a web server or game server) visible and available to the internet. the rule tells the router to direct inbound traffic for a particular service to one local server based on the destination port number. this is also known as port forwarding.
some residential broadband isp accounts do not allow you to run any server processes (such as a web or ftp server) from your location. your isp may periodically check for servers and may suspend your account if it discovers any active services at your location. if you are unsure, refer to the acceptable use policy of your isp.
remember that allowing inbound services opens holes in your fwg114p wireless firewall/print server. only enable those ports that are necessary for your network. following are two application examples of inbound rules:
inbound rule example: a local public web server
if you host a public web server on your local network, you can define a rule to allow inbound web (http) requests from any outside ip address to the ip address of your web server at any time of day. this rule is shown in figure 6-3:

inbound rule example: videoconferencing from restricted addresses
if you want to allow incoming videoconferencing to be initiated from a restricted range of outside ip addresses, such as from a branch office, you can create an inbound rule. in the example shown in figure 6-4, cu-seeme connections are allowed only from a specified range of external ip addresses. in this case, we have also specified logging of any incoming cu-seeme requests that do not match the allowed parameters.

considerations for inbound rules
1 if your external ip address is assigned dynamically by your isp, the ip address may change periodically as the dhcp lease expires. consider using the dyamic dns feature in the advanced menus so that external users can always find your network.
2 if the ip address of the local server computer is assigned by dhcp, it may change when the computer is rebooted. to avoid this, use the reserved ip address feature in the lan ip menu to keep the computer抯 ip address constant.
3 local pcs must access the local server using the pcs?local lan address (192.168.0.11 in this example). attempts by local pcs to access the server using the external wan ip address will fail.