10 November 2009

Router Simple NAT gateway



And Here’s the Running Config for the configuration :

R0#show run
!
hostname R-Gateway
!
!
interface FastEthernet0/0
description *** Remote Connection ***
ip address 10.8.8.211 255.255.255.0
ip nat outside
duplex auto
speed auto
!
ip name-server 202.47.78.8
ip name-server 202.47.78.9
!
interface Ethernet1/0
description *** LAN Connection ***
ip address 192.168.10.1 255.255.255.0
ip nat inside
half-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.8.8.1
ip http server
!
!
R0#
R0y#ping www.google.com

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.239.61.104, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 84/110/144 ms

10 November 2009

Router Simple NAT gateway



And Here’s the Running Config for the configuration :

R0#show run
!
hostname R-Gateway
!
!
interface FastEthernet0/0
description *** Remote Connection ***
ip address 10.8.8.211 255.255.255.0
ip nat outside
duplex auto
speed auto
!
ip name-server 202.47.78.8
ip name-server 202.47.78.9
!
interface Ethernet1/0
description *** LAN Connection ***
ip address 192.168.10.1 255.255.255.0
ip nat inside
half-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.8.8.1
ip http server
!
!
R0#
R0y#ping www.google.com

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 216.239.61.104, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 84/110/144 ms