router(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1
default
ip route prefix mask address
It is false
ip route x.x.x.x y.y.y.y destionation k where: x= IP address y= subnet mask
default-information originate
default-information originate
First, you have to know what the default gateway address for your LAN segment is. This might mean talking to your network administrator. Usually this address is set automatically by the DHCP protocol, so you don't need to do anything. If you are using a set of static addresses, then you can specify the default gateway address in one of the Windows network dialog boxes. For Unix/Linux, the 'ifconfig' command allows you to set the default gateway address. For server 2008 (including Server 2008 Core) use the netsh command to set the default gateway address (if not using DHCP).
An Exchange Server should be set up without a static IP address to best serve the company. When a static IP address is not configures by your senior administrator, then access while traveling will be allowed. With the static IP, access is only granted when working from that IP.
the default gateway is the most common static route used in a host computer. netstat -r is the command line command to obtain the routing table.
No, Windows normally assumes that the network uses DHCP and it attempts to find a DHCP server on the network. If it cannot find one it will eventually assign a 169.x.x.x address but it will not assign the gateway or the DNS addresses when it assigns the 169.x.x.x address.
ip nat inside source static
Client computers use DHCP by default unless you specify a static IP address during the installation.