salve a tutti, sono nuovo del forum.
avrei bisogno di aiuto su di una configurazione del cisco 877.
nel mio cisco ci sono 2 vlan una di default 192.168.1.1 e una da me creata 192.168.10.1 il problema sta li, la vlan 2 non mi fa navigare come posso risolvere il problema ???
ecco la configurazione attuale
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
switchport access vlan 2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan2
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 0 alicenewag
ppp pap sent-username [email protected] password 0 aliceneweag
grazie in anticipo.
vlan 2 non va su internet
Moderatore: Federico.Lagni
-
- Cisco power user
- Messaggi: 90
- Iscritto il: ven 26 dic , 2008 3:02 pm
- Località: Reggio Emilia
Ciao
Beh direi che manca una parte di configurazione
1) Rotta statica di uscita su Dialer1
2) Acl standard o estesa che permette alla rete 192.168.10.0/24 di uscire
3) Regola di Nat per tutta la rete 192.168.10.0/24 sulla interfaccia Dialer1
Saluti
Beh direi che manca una parte di configurazione
1) Rotta statica di uscita su Dialer1
2) Acl standard o estesa che permette alla rete 192.168.10.0/24 di uscire
3) Regola di Nat per tutta la rete 192.168.10.0/24 sulla interfaccia Dialer1
Saluti
-
- n00b
- Messaggi: 7
- Iscritto il: dom 12 ago , 2012 1:25 pm
ora la vlan2 naviga il discorso che non riesco a far funzionare la porta 3389 su ip 192.168.10.2 con il 192.168.1.2 invece funziona ecco la configurazione attuale (che non va molto vene)
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan 2
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 0 alicenewag
ppp pap sent-username [email protected] password 0 aliceneweag
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
ip nat pool internet 82.104.xxx.xxx 82.104.xxx.xxx netmask 255.255.255.248
ip nat inside source list 1 pool internet overload
ip nat inside source static tcp 192.168.10.2 3389 79.39.xxx.xxx 3389 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.10.0 0.0.0.255 (aggiunto da me)
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
ditemi dove sta l' errore.
grazie giuseppe
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan 2
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 0 alicenewag
ppp pap sent-username [email protected] password 0 aliceneweag
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
ip nat pool internet 82.104.xxx.xxx 82.104.xxx.xxx netmask 255.255.255.248
ip nat inside source list 1 pool internet overload
ip nat inside source static tcp 192.168.10.2 3389 79.39.xxx.xxx 3389 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.10.0 0.0.0.255 (aggiunto da me)
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
ditemi dove sta l' errore.
grazie giuseppe
-
- n00b
- Messaggi: 7
- Iscritto il: dom 12 ago , 2012 1:25 pm
ora la vlan2 naviga il discorso che non riesco a far funzionare la porta 3389 su ip 192.168.10.2 con il 192.168.1.2 invece funziona ecco la configurazione attuale (che non va molto vene)
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan 2
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 0 alicenewag
ppp pap sent-username [email protected] password 0 aliceneweag
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
ip nat pool internet 82.104.xxx.xxx 82.104.xxx.xxx netmask 255.255.255.248
ip nat inside source list 1 pool internet overload
ip nat inside source static tcp 192.168.10.2 3389 79.39.xxx.xxx 3389 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.10.0 0.0.0.255 (aggiunto da me)
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
ditemi dove sta l' errore.
grazie giuseppe
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan 2
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 0 alicenewag
ppp pap sent-username [email protected] password 0 aliceneweag
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
ip nat pool internet 82.104.xxx.xxx 82.104.xxx.xxx netmask 255.255.255.248
ip nat inside source list 1 pool internet overload
ip nat inside source static tcp 192.168.10.2 3389 79.39.xxx.xxx 3389 extendable
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.10.0 0.0.0.255 (aggiunto da me)
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
ditemi dove sta l' errore.
grazie giuseppe