Các bạn và thầy giúp đỡ em cái này.
Theo như mô hình ở trên em phai config thế nào trong Router để các PC ra được Internet
Mong được giúp đỡ
Cám ơn nhiều nhiều
version 12.4
no service password-encryption
!
hostname Router
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Ethernet1/0
ip address 192.168.3.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.254
!
!
line con 0
line vty 0 4
login
!
!
end
Comment