come immaginate non so nulla di configurazioni ios
ho pescato di qua e di la per poter mettere 2-3 cosine nel router.
Adesso lo vedo in lan ma non riesco a pingare un ip del messagenet.
Il router e collegato ad un altro router che mi fa la conessione internet.
Quello lo messo come gateway (192.168.0.1)
Vi posto la configuratione forse qualcuno vede qualcosa che non va.
Codice: Seleziona tutto
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname routervoip
!
boot-start-marker
boot system flash flashimage
boot system flash c1700-ipvoice-mz.123-4.T3.bin
boot-end-marker
!
enable password xxxxxxx
!
memory-size iomem 15
clock timezone CET 1
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 2
!
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
no ip domain lookup
ip name-server 195.110.128.1 >>>sono i dns del provider adsl
ip name-server 212.48.4.11
!
!
voice call send-alert
voice call disc-pi-off
voice call debug short-header
voice rtp send-recv
voice dsp release early
!
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g729r8
!
!
!
!
!
!
gw-accounting aaa
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 192.168.0.200 255.255.255.0
ip nat inside
ip virtual-reassembly
speed auto
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
ip default-gateway 192.168.0.1
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
!
ip nat service sip udp port 5061
!
!
snmp-server community public RO
snmp-server community routv RO
snmp-server enable traps tty
!
!
control-plane
!
!
voice-port 2/0
cptone IT
timeouts interdigit 20
!
voice-port 2/1
!
!
!
!
!
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 5308xxx
port 2/1
!
sip-ua
authentication username 5308xxx password 070D28xxx1C16
retry invite 4
retry response 3
retry bye 2
retry cancel 2
registrar ipv4:212.97.59.76:5061 expires 3600
sip-server ipv4:212.97.59.76:5061
!
banner motd ^Codt
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
//////////// ////////// //// //// ////////////////////////////
//// /// //// //// //// //// ////
//// /// //// //// //// //// //// \\\\ ////
//////////// //// //// //// //// //// \\\\ ////
/////// //// //// //// //// //// \\\\ ////
//// /// //// //// //// //// //// \\\\ ////
//// /// //// //// //// //// //// \\\\ ////
//// /// ////////// //////////// //// \\\\////
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/^C
!
line con 0
exec-timeout 0 0
password xxxxxx
login
speed 115200
line aux 0
line vty 0 1
exec-timeout 0 0
password xxxxxx
login
line vty 2 4
exec-timeout 0 0
login
!
sntp server 193.204.114.232
end
Grazie del aiuto
Denis