Basic IP related settings

There are a few essential parameters related to general IP settings.

SAMPLE CONFIGURATIONS

-----------------!hostname mbox!interface eth0  description "connection to Internet"  enable  ip address dhcp !interface eth1 description "to internal LAN" enable ip address 10.1.1.254/24 dhcp-server  description "DHCP scope for Internal users"  dns 8.8.8.8 8.8.4.4  domain ransnet.com  range 192.168.101.5 192.168.101.100  enable!ip host mbox.ransnet.com 49.128.58.69!ip name-server 8.8.8.8 8.8.4.4 ! ip dhcp-server start!firewall-access 10 permit outbound eth0 firewall-snat 10 overload outbound eth0!