dorwałem fajny sprzęt

Pisząc "fajny" nie mam na myśli jego konfiguracji. Otóż dostałem go w łapy bez konfiguracji bazowej (a wcześniej nie konfigurowałem CISCO z ADSL). No i zaczęło się.
Udało mi się szybko uruchomić interfejsy odpowiedzialne za LAN.
Problem pojawia się w interfejsach WAN, otóż nie zawsze może się wdzwonić do sieci. Powoli zaczynam tracić pomysły co to może być?
Spójrzcie na konfigurację, co byście zmienili w zakresie interfejsów wyjściowych? PPPoE zamienić na PPPoA? (netia po linii TP) PAP, CHAP mogą być zaznaczone razem nie powinno kolidować przyjmie jeden z dwóch sposobów.
DNS na auto? Ping nie zawsze działa, więc problem z DNS-ami też może być.
Kod: Zaznacz cały
Using 2742 out of 262136 bytes
!
! Last configuration change at 13:25:51 PCTime Thu Aug 18 2011 by administrator
! NVRAM config last updated at 13:26:51 PCTime Thu Aug 18 2011 by administrator
! NVRAM config last updated at 13:26:51 PCTime Thu Aug 18 2011 by administrator
version 15.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ***
!
boot-start-marker
boot-end-marker
!
!
logging buffered 51200 warnings
enable secret 5 ***.
enable password ***
!
no aaa new-model
memory-size iomem 10
clock timezone PCTime 1 0
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
crypto pki token default removal timeout 0
!
crypto pki trustpoint TP-self-signed-1307082345
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-1307082345
revocation-check none
rsakeypair TP-self-signed-1307082345
!
!
crypto pki certificate chain TP-self-signed-1307082345
certificate self-signed 01 nvram:IOS-Self-Sig#8.cer
ip source-route
!
!
!
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool ***
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 213.241.79.38 83.238.255.76
!
!
ip cef
ip name-server 213.241.79.38
ip name-server 83.238.255.76
no ipv6 cef
!
!
license udi pid CISCO886VA-K9 sn FCZ1528C2D4
!
!
username *** privilege 15 password 0 ***
!
!
!
!
controller VDSL 0
!
!
!
!
!
!
!
!
interface Ethernet0
no ip address
no fair-queue
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
isdn point-to-point-setup
!
interface ATM0
no ip address
ip nat outside
ip virtual-reassembly in
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
description $ES_WAN$
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1412
!
interface Dialer0
ip address negotiated
ip mtu 1452
encapsulation ppp
dialer pool 1
dialer-group 2
ppp authentication chap pap callin
ppp chap hostname ***
ppp chap password 0 ***
ppp pap sent-username *** password 0 ***
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 ATM0
!
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit
!
!
!
!
snmp-server community public RO
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password ***
login local
transport input telnet ssh
!
end