Доброго времени суток!Есть в конторе цыска, которая планируется ДНС и ДХЦП сервером, подключается к общему маршрутизатору с инетом.
И, сколько не бьюсь - инет не раздает(ДНС хз).
Цыска - 1841, ИОС - 12.4.25b
ИП порта маршрутизатора, раздающего инет - 10.10.10.1
ИП порта Цыски, подключенного к нему - 10.10.10.10
Схема подключения:
"Ukrtel" - "внешний аддр."(Инет-Маршрутизатор)"10.10.10.1" - "10.10.10.10(FE0/0)"(Цыска1841)"(FE0/1)192.168.0.1"
Что я делаю не так? Помогите, плз!
Конфиг:
aaa session-id common
clock timezone Ukraine 2
clock summer-time Ukraine recurring last Sun Mar 2:00 last Sun Oct 2:00
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.0.1 192.168.0.10
!
ip dhcp pool LAN
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 192.168.0.1
!
!
no ip bootp server
ip domain name ХХХ.УУУ
ip name-server 10.10.10.1
ip inspect name INSPECT_OUT dns
ip inspect name INSPECT_OUT icmp router-traffic
ip inspect name INSPECT_OUT ntp
ip inspect name INSPECT_OUT tcp router-traffic
ip inspect name INSPECT_OUT udp router-traffic
ip inspect name INSPECT_OUT http
ip inspect name INSPECT_OUT https
ip inspect name INSPECT_OUT ftp
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
username ХХХ privilege 15 secret 5 $1$Sj77$1r1X.s.
archive
log config
logging enable
hidekeys
!
!
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 2
!
!
!
!
interface FastEthernet0/0
description === Internet ===
ip address 10.10.10.10 255.255.255.0
ip access-group FIREWALL in
ip verify unicast reverse-path
no ip redirects
no ip proxy-arp
ip nat outside
ip inspect INSPECT_OUT out
ip virtual-reassembly
speed auto
full-duplex
no cdp enable
no mop enabled
!
interface FastEthernet0/1
description === LAN ===
ip address 192.168.0.1 255.255.255.0
ip accounting output-packets
ip nat inside
ip virtual-reassembly
speed auto
full-duplex
!
ip forward-protocol nd
!
ip dns server
!
no ip http server
no ip http secure-server
ip nat inside source list NAT interface FastEthernet0/0 overload
!
ip access-list extended FIREWALL
permit tcp any any eq 22
ip access-list extended NAT
permit ip host 192.168.0.1 any
!
snmp-server community public RO
!
!
!
control-plane
!
!
banner motd ^C"XXX"C
!
line con 0
line aux 0
line vty 0 4
privilege level 15
transport input telnet ssh
!
scheduler allocate 20000 1000
ntp clock-period 17179864
ntp update-calendar
ntp server 193.193.193.113
end