Настроил по конфе DDR+NAT на 2600. С циски инетовские адреса пингуются, с командной строки компов тоже, а с эксплорера - нет. И второй вопрос по doamin-lookup: адреса dns-серверов надо прописывать вручную для работы с инетом, или она где-то хранит полученные от провайдера. Вот конфиг:
Using 1477 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
enable secret 5 $1$.3hp$vssdVvnDZz5LjraEVitj9/
enable password ****
!
ip subnet-zero
!
!
!
chat-script init "" "ATZ" OK
chat-script dialout "" AT OK "atdt\T" TIMEOUT CONNECT \C
!
!
!
interface FastEthernet0/0
ip address 10.10.10.100 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
physical-layer async
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 1
async dynamic address
async mode dedicated
!
interface Serial0/1
no ip address
shutdown
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 90
dialer enable-timeout 60
dialer string 9291133
dialer-group 1
no fair-queue
no cdp enable
ppp authentication pap callin
ppp pap sent-username *** password ***
!
ip nat inside source list 10 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip pim bidir-enable
!
!
access-list 10 permit 10.10.10.0 0.0.0.255
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line 1
script dialer dialout
script reset init
modem InOut
transport input all
autohangup
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
password ***
login
!
!
end