Приветствую. Нужна помощь в настройке cisco. Нужно раздать инет пользователям через cisco soho 91:Дано Ethernet1 - подключение к инету
IP 172.20.20.200
Mask 255.255.255.128
Шлюз 172.20.20.129
DNS 8.8.8.8
8.8.4.4порты Ethernet0 - пользователи, получающие настройки через DHCP.
Заранее спасибо.
конфиг такой: что не так?version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
!
aaa session-id common
!
!
ip cef
ip name-server 8.8.4.4
ip name-server 8.8.8.8
!
!
!
!
!
!
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip nat enable
no cdp enable
!
interface Ethernet1
ip address 172.20.20.200 255.255.255.0
ip nat outside
ip nat enable
duplex auto
no cdp enable
!
ip default-gateway 172.20.20.129
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 172.20.20.129
no ip http server
no ip http secure-server
!
ip nat inside source list NAT interface Ethernet1 overload
!
!
ip access-list extended NAT
permit ip any any
no cdp run
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
end
> ip nat outside
> ip nat enableЛибо то, либо другое.
Первое классический NAT, второй NAT NVI.
Если нет какой-то экзотики, лучше использовать классику.