Routeur Cisco 2901 derrière Box

Fermé
bibish - 12 août 2014 à 10:51
 bibish - 12 août 2014 à 12:13
Bonjour,

Je souhaite installer un routeur Cisco 2901 derrière une livebox
Livebox IP 192.168.0.1
PCTest IP 1921.68.0.10

R Cisco IP 192.168.0.254
R Cisco IP 192.168.1.1 (Interface 2)

MonPC IP 192.168.1.10


Actuellement mon PC présent sur l'IP 192.168.1.10 (LAN Cisco) peut accéder au réseau 192.168.0.0 (LAN Livebox) et peut ping la livebox ou le PCTest.

Mais impossible pour mon PC d'accéder à un site externe (google.fr par exemple)

Auriez-vous une idée pour debug mon réseau ?

Merci beaucoup :)


Voici ma configuration:
Format Pastebin: http://pastebin.com/Ui2kCEb9

Building configuration...

Current configuration : 1564 bytes
!
! Last configuration change at 12:15:48 UTC Fri Aug 8 2014
! NVRAM config last updated at 12:15:54 UTC Fri Aug 8 2014
! NVRAM config last updated at 12:15:54 UTC Fri Aug 8 2014
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
no ipv6 cef
!
!
!
!
ip dhcp pool test
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
domain-name test
!
ip dhcp pool MonPC
host 192.168.1.10 255.255.255.0
client-identifier 0145.4105.4880.4c
exit
!
ip cef
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 192.168.0.254 255.255.255.0
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 2 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
!
access-list 2 permit 192.168.1.0 0.0.0.255
!
!
!
control-plane
!
!
!
line con 0
logging synchronous
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end
A voir également:

1 réponse

C'est corrigé,
La route était fausse:
ip route 0.0.0.0 0.0.0.0 192.168.0.1
0