Configurazione SHDSL Cisco 1840

Configurazioni per connettività ADSL, ISDN e switch per privati e piccole network

Moderatore: Federico.Lagni

Rispondi
carmelopap
n00b
Messaggi: 1
Iscritto il: lun 06 ago , 2012 1:59 pm

Ciao a tutti,
sono subentrato in un luogo dove utilizzavano un server proxy (fasteth 0/0) (il proxy non è più collegato in rete)
adesso dovrei utilizzare la connessione fasteth 0/1 per utilizzare la connettività ad internet.
Ho impostato qlc sulla 0/1 ma non navigo. Dove sbaglio?

! Last configuration change at 15:03:35 CET Mon Aug 6 2012 by xxx
version 12.4
service timestamps debug datetime msec
service timestamps log datetime
service password-encryption
!
hostname xxxxx
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
no logging console
enable secret 5 $1$bIU8$G2nHdVwpAnIvSxzRj3BYe1
!
no aaa new-model
!
resource policy
!
clock timezone CET 1
clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 3:00
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.9
!
ip dhcp pool sdm-pool1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 213.205.36.70 213.205.32.70
!
username xxx privilege 15 secret 5 $1$I3jc$nhb/PO42YKCvu1R7/JZbe1
!
interface FastEthernet0/0
ip address 194.20.10.2 255.255.255.0 secondary
ip address 82.85.123.209 255.255.255.240
ip nat inside
ip virtual-reassembly
load-interval 30
duplex auto
speed auto
!
interface FastEthernet0/1
description $ETH-LAN$
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0/0
ip address negotiated
encapsulation frame-relay IETF
load-interval 30
no fair-queue
hold-queue 4096 in
!
interface Serial0/0/0.100 point-to-point
no cdp enable
frame-relay interface-dlci 100 ppp Virtual-Template1
!
interface Virtual-Template1
ip address negotiated
ip nat outside
ip virtual-reassembly
load-interval 30
ppp chap hostname xxx
ppp chap password xxx
ppp pap sent-username xxx password xxx
ppp ipcp route default
!
!
!
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
line con 0
login local
line aux 0
login local
line vty 0 4
login local
!
scheduler allocate 20000 1000
ntp clock-period 17178524
ntp server 193.204.114.232 prefer
ntp server 193.204.114.233
end
Avatar utente
anubisg1
Cisco pathologically enlightened user
Messaggi: 218
Iscritto il: lun 18 ott , 2010 11:05 am
Località: Brno

non vedo una default route nella configurazione...

aggiungi una static route 0.0.0.0
Cisco CCIE #46985 Immagine
CCNP R&S, CCNA Wireless and Security
Rispondi