Probleme adressage ip

Fermé
domoticity Messages postés 1 Date d'inscription samedi 2 juillet 2016 Statut Membre Dernière intervention 2 juillet 2016 - 2 juil. 2016 à 21:35
shesh05 Messages postés 8 Date d'inscription jeudi 21 juillet 2016 Statut Membre Dernière intervention 21 juillet 2016 - 21 juil. 2016 à 12:14
Bonjour à toutes et tous,
J'ai configuré mon petit cisco 1811 et j'ai un gros problème : malgré la création de mes pool DHCP impossible d'acquérir une adresse ip.
Sous windows, l'utilitaire réseau me dit réseau non connu ou un truc comme ça lol.
Ca fait plusieurs heures que je cherche et ne vois pas mon erreur.
Merci d'avance

Voici le sh run

router-cisco#show run
Building configuration...

Current configuration : 5951 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router-cisco
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 $1$Yo1v$FUcokx57LbGLz4fTnWuYM0
!
aaa new-model
!
!
!
!
aaa session-id common
!
--More--
  • Jul 2 19:26:00.083: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2, changed state to down
  • Jul 2 19:26:00.083: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to down
  • Jul 2 19:26:01.087: %LINK-3-UPDOWN: Interface FastEthernet2, changed stacrypto pki trustpoint TP-self-signed-2437419833

enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2437419833
revocation-check none
rsakeypair TP-self-signed-2437419833
!
!
crypto pki certificate chain TP-self-signed-2437419833
certificate self-signed 01
30820244 308201AD A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32343337 34313938 3333301E 170D3136 30373032 31383337
35315A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 34333734
31393833 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100DA79 11BACFE5 E6E8A46D 63F4304D 09E4D3F1 617C8AD8 DE539814 C89F3E26
E7BF71F2 0304A7B8 1F8C5ECB 6B3DBF1E 6B3967C7 D36BFB3A 563C96F7 B5D8A39C
C7CDCDC6 7C2D2593 F333AFE0 95675044 0589455F 7A5D56E8 51905F57 30FA162E
0920C940 FEC00655 3D4A84CC DCA7819A CB5EE0BD 1FD400C6 AA0E2572 94A8A56A
E7830203 010001A3 6C306A30 0F060355 1D130101 FF040530 030101FF 30170603
551D1104 10300E82 0C726F75 7465722D 63697363 6F301F06 03551D23 04183016
80148CCA CD4348BA 723A34E8 28CC2911 A56044B5 CB09301D 0603551D 0E041604
148CCACD 4348BA72 3A34E828 CC2911A5 6044B5CB 09300D06 092A8648 86F70D01
01040500 03818100 4E9A71CF D78A8C94 99E42438 1A835780 2367BB24 4FD2A6A4
03EF9ECF E959BD07 75CAB213 8B80BDBD B19679DA 633A4998 89F49855 2D0D0FBC
01833AE7 D696D064 4091BB7A 6654A636 7570FE87 08540BEE 17A35CD4 B384EAB7
80B9A22C 96426469 23BBA452 48B5BCD0 92F6C9B8 3DF60F9E 52637EAD BD3532EF
51EFA59E 25FD6B69
quit
dot11 syslog
ip source-route
!
!
ip dhcp excluded-address 192.168.1.254 255.255.255.0
!
ip dhcp pool casa
network 192.168.2.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 192.168.1.254 255.255.255.0
lease infinite
!
ip dhcp pool domoticity
network 172.1.1.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 192.168.1.254 255.255.255.0
lease infinite
!
ip dhcp pool hebergement
network 192.168.4.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 192.168.1.254 255.255.255.0
lease infinite
!
ip dhcp pool client
network 172.200.200.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 192.168.1.254 255.255.255.0
lease infinite
!
!
ip cef
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
username domoticity secret 5 $1$Ky4a$9BHFIytEu8pSwmtsa0kgn1
!
!
!
archive
log config
hidekeys
!
!
ip ssh time-out 60
ip ssh port 2009 rotary 1
ip ssh logging events
ip ssh version 2
!
!
!
interface FastEthernet0
description - wan secours-
no ip address
ip nat outside
ip virtual-reassembly
shutdown
duplex auto
speed auto
!
interface FastEthernet1
description -wan principal-
ip address 192.168.1.254 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet2
switchport access vlan 2
!
interface FastEthernet3
switchport access vlan 3
!
interface FastEthernet4
switchport access vlan 3
!
interface FastEthernet5
switchport access vlan 4
!
interface FastEthernet6
switchport access vlan 5
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Vlan1
no ip address
!
interface Vlan2
description -Pour la maison-
ip address 192.168.2.254 255.255.255.0
ip access-group ALL in
ip access-group ALL out
ip nat inside
ip virtual-reassembly
!
interface Vlan3
description -Domoticity-
ip address 172.1.1.254 255.255.255.0
ip access-group domoticity-in in
ip access-group ALL out
ip nat inside
ip virtual-reassembly
!
interface Vlan4
description -stockage-
ip address 192.168.4.254 255.255.255.0
ip access-group ALL in
ip access-group ALL out
ip nat inside
ip virtual-reassembly
!
interface Vlan5
description -hebergement client-
ip address 172.200.200.254 255.255.255.0
ip access-group domoticity-in in
ip access-group ALL out
ip nat inside
ip virtual-reassembly
!
interface Vlan6
no ip address
!
interface Async1
no ip address
encapsulation slip
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip http server
ip http port 2902
ip http secure-server
!
!
ip nat inside source list ALL interface FastEthernet1 overload
ip nat inside source list WANACCESS interface FastEthernet1 overload
!
ip access-list standard ALL
permit 0.0.0.0
permit 0.0.0.0 0.0.0.255
ip access-list standard WANACCESS
permit 192.168.2.0 0.0.0.255
permit 172.1.1.0 0.0.0.255
permit 192.168.4.0 0.0.0.25
permit 192.168.4.0 0.0.0.255
permit 172.200.200.0 0.0.0.255
ip access-list standard domoticity-in
permit 192.168.1.0
deny 192.168.2.0
permit 192.168.3.0
permit 192.168.4.0
permit 172.1.1.0
permit 172.200.200.0
!
access-list 100 deny tcp any any eq 22
access-list 100 permit tcp any any eq 2902
access-list 100 permit tcp any any eq 2009
access-list 100 deny tcp any any eq telnet
!
!
!
!
!
!
control-plane
!
banner login ^C
@@@@@@@@@@@@@@@@@@@@@@@@@
@@ @@
@@ Acces @@
@@ Restreint @@
@@ @@
@@@@@@@@@@@@@@@@@@@@@@@@@
^C
banner motd ^C
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ @@
@@ ROUTEUR @@
@@ CISCO @@
@@ @@
@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ @@
@@ CASA @@
@@ & @@
@@ DOMOTICITY @@
@@ @@
@@@@@@@@@@@@@@@@@@@@@@@@@@
^C
!
line con 0
line 1
modem InOut
stopbits 1
speed 115200
flowcontrol hardware
line aux 0
line vty 0 4
access-class 100 in
rotary 1
!
end

Et le sh ip int brief

router-cisco#sh ip int brief
Interface IP-Address OK? Method Status Protocol
Async1 unassigned YES NVRAM down down
FastEthernet0 unassigned YES NVRAM administratively down down
FastEthernet1 192.168.1.254 YES NVRAM up up
FastEthernet2 unassigned YES unset down down
FastEthernet3 unassigned YES unset up up
FastEthernet4 unassigned YES unset up down
FastEthernet5 unassigned YES unset up down
FastEthernet6 unassigned YES unset up down
FastEthernet7 unassigned YES unset up down
FastEthernet8 unassigned YES unset up down
FastEthernet9 unassigned YES unset up down
NVI0 unassigned YES unset administratively down down
Vlan1 unassigned YES NVRAM up down
Vlan2 192.168.2.254 YES NVRAM up down
Vlan3 172.1.1.254 YES NVRAM up up
Vlan4 192.168.4.254 YES NVRAM up down
Vlan5 172.200.200.254 YES NVRAM up down
Vlan6 unassigned YES NVRAM up down





1 réponse

shesh05 Messages postés 8 Date d'inscription jeudi 21 juillet 2016 Statut Membre Dernière intervention 21 juillet 2016
21 juil. 2016 à 12:14
Salut

Est-ce que tu as pu résoudre le problématique ou c'est toujours d'actualité?

Merci
0