
Posto la mia config che apparentemente funziona,ma:
1-non riesco a telnettarmi sull' indirizzo 192.168.100.1,
2-se telnetto il router sull'indirizzo 10.10.10.1 no pingo nessun host della mia rete ma riesco +o- a gestirlo,
3-ancora più snervante devo trasferire sulla flash del router alcuni file e puntalmente mi risponde error opening tftp.
Premetto che se lo porto in default e gli configuro la fastEthernet funziona regolarmente. grazie a coloro i quali si degneranno di dare una risposta.

version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HOME
!
boot-start-marker
boot-end-marker
!
enable secret pincopalla
!
no aaa new-model
!
resource policy
!
voice-card 2
!
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1 10.10.10.2
ip dhcp excluded-address 192.168.100.1
!
ip dhcp pool fonia
network 10.10.10.0 255.255.255.0
option 150 ip 10.10.10.1
default-router 10.10.10.1
!
ip dhcp pool client
network 192.168.100.0 255.255.255.248
default-router 192.168.100.1
dns-server 151.99.0.100
!
!
ip name-server 151.99.0.100
ip name-server 151.99.125.2
ip ddns update method dyndns
HTTP
add http://xxxx:[email protected]/nic ... y&backmx=y
remove url
interval maximum 28 0 0 0
!
!
!
!
voice service voip
sip
!
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729r8
!
!
!
!
!
!
!
!
!
!
!
username home privilege 15 password 7 pincopalla
!
!
!
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
no ip address
speed 100
full-duplex
!
interface FastEthernet0/0.1
description LAN DATI
encapsulation dot1Q 1 native
ip address 192.168.100.1 255.255.255.0
ip nat inside
no snmp trap link-status
!
interface FastEthernet0/0.2
description LAN FONIA
encapsulation dot1Q 2
ip address 10.10.10.1 255.255.255.0
no snmp trap link-status
!
interface Dialer0
bandwidth 4096
ip ddns update hostname xxxx.xxxx.net
ip ddns update dyndns host xxxx.xxxx.net
ip address negotiated
ip nat outside
encapsulation ppp
ip tcp header-compression
dialer pool 1
no cdp enable
ppp chap password xxxxxxxx
ppp pap sent-username xxxx password xxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 10.10.10.0 255.255.255.0 FastEthernet0/0
ip route 192.168.100.0 255.255.255.0 FastEthernet0/0
!
!
ip http server
ip http authentication local
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 192.168.100.0 0.0.0.255
access-list 2 permit 10.10.10.0 0.0.0.255
access-list 23 permit 192.168.100.59
access-list 23 permit 192.168.100.100
access-list 100 permit ip any any
!
control-plane
!
!
!
voice-port 2/0
ring frequency 50
echo-cancel coverage 32
no vad
playout-delay nominal 100
playout-delay mode fixed
cptone IT
timeouts interdigit 3
timeouts call-disconnect 0
music-threshold -70
caller-id enable
!
voice-port 2/1
echo-cancel coverage 32
no vad
playout-delay nominal 100
playout-delay mode fixed
cptone IT
timeouts interdigit 3
timeouts call-disconnect 0
music-threshold -70
caller-id enable
!
!
!
!
!
!
dial-peer voice 1 voip
destination-pattern .T
session protocol sipv2
session target sip-server
session transport udp
dtmf-relay sip-notify
!
dial-peer voice 2 pots
destination-pattern 08xxxxxxx
port 2/0
authentication username 08xxxxxx password xxxxxxxx
!
dial-peer voice 3 pots
destination-pattern 08xxxxxxxx
port 2/1
authentication username 08xxxxxx password xxxxxxxxx
!
sip-ua
retry invite 4
retry response 3
retry bye 2
retry cancel 2
registrar dns:voip.eutelia.it:5060 expires 3600
sip-server dns:voip.eutelia.it:5060
!
!
telephony-service
max-ephones 5
time-format 24
date-format dd-mm-yy
dialplan-pattern 1 08021418.. extension-length 2 extension-pattern ..
max-conferences 4 gain -6
web admin system name xxxxx password xxxxx
web admin customer name xxxx password xxx
transfer-system full-consult
!
!
line con 0
line aux 0
line vty 0 4
login local
line vty 5 15
login local
!
ntp clock-period 17179940
ntp server 193.204.114.232 source Dialer0 prefer
end