scusate sto' provando a collegare un telefono VOIP sulla porta ethernet ma non va
con il router navigo normalmente
potete darmi qualche dritta?
ip telefono ha un IP 192.168.1.111 ( su altro router funziona perfettamente )
questa e' la configurazione
spc827#sh run
Building configuration...
Current configuration : 1749 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname spc827
!
logging rate-limit console 10 except errors
enable password xxxxxxxxxxx
!
username spc827 privilege 15 password xxxxxxxxxx
ip subnet-zero
no ip finger
ip name-server 62.94.0.1
ip name-server 62.94.0.2
!
no ip dhcp-client network-discovery
call rsvp-sync
!
!
interface Ethernet0
ip address 192.168.1.200 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface Dialer0
description connessione ad internet ( PPPoA Eutelia )
ip address 81.200.xxx.xxx 255.255.255.0
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname xxxxxxxxxxx
ppp chap password xxxxxxxxxxxxxxxxx
ppp pap sent-username xxxxxxxxxxxxxxxxxx password xxxxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
ip nat inside source list 1 interface Dialer0 overload
access-list 1 permit 192.168.1.0 0.0.0.255
!
voice-port 1
!
voice-port 2
!
voice-port 3
!
voice-port 4
!
!
line con 0
privilege level 15
transport input none
stopbits 1
line vty 0 3
exec-timeout 120 0
password xxxxxxxxxxxxxxx
login local
length 0
line vty 4
access-class 1 out
exec-timeout 120 0
password xxxxxxxxxxxxxxx
login local
length 0
transport input telnet
transport output telnet
!
scheduler max-task-time 5000
end