cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2613
Views
10
Helpful
11
Replies

Can not ping to my ftp server

ERINEL0630
Level 1
Level 1

Hello I am having trouble pinging to my ftp server and also having trouble getting PC5 and PC6 to pull a ip from dhcp

Can anyone help?

 

1 Accepted Solution

Accepted Solutions

Hi @ERINEL0630 ,

 

There's a few things that need to be corrected.

 

interface GigabitEthernet0/0/0.40

encapsulation dot1Q 40

ip address 10.7.5.193 255.255.255.192 <+++++++++++++++ should be "ip address 10.7.1.193 255.255.255.192"

!

 

no ip dhcp excluded-address 10.7.1.1 10.7.1.65 (This is excluding the address range)

no ip dhcp excluded-address 10.7.2.1 10.7.2.65 (This is excluding the address range)

ip dhcp excluded-address 10.7.1.1 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.65 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.129 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.193 (only first address should be excluded)

ip dhcp excluded-address 10.7.2.1 (only first address should be excluded)

ip dhcp excluded-address 10.7.2.65 (only first address should be excluded)

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

11 Replies 11

ERINEL0630
Level 1
Level 1

Capture.PNG

 

This is the message I get when pinging

Here is my packet tracer if anyone is able to help

Hello

What are the paaswords for connecting to those hosts within the PT lab


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

cisco 

 

Hi @ERINEL0630 ,

 

The subnet configuration between r2 and r3 is incorrect. This cause eigrp neighborship not to come up.

 

R2:

interface Serial0/1/1

description to R3 s0/1/1

ip address 10.7.5.2 255.255.255.252

clock rate 2000000

!

R3:

interface Serial0/1/0

description to R2 s0/1/1

ip address 10.7.5.9 255.255.255.252 <++++++++ should be IP address 10.7.5.1 255.255.255.252

!

 

Regards,

 

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

@Harold Ritter  Thanks I made that change and I was able to successfully ping. any Idea why PC5 and PC6 are not pulling ip address from my dhcp pools?

Hi @ERINEL0630 ,

 

There's a few things that need to be corrected.

 

interface GigabitEthernet0/0/0.40

encapsulation dot1Q 40

ip address 10.7.5.193 255.255.255.192 <+++++++++++++++ should be "ip address 10.7.1.193 255.255.255.192"

!

 

no ip dhcp excluded-address 10.7.1.1 10.7.1.65 (This is excluding the address range)

no ip dhcp excluded-address 10.7.2.1 10.7.2.65 (This is excluding the address range)

ip dhcp excluded-address 10.7.1.1 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.65 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.129 (only first address should be excluded)

ip dhcp excluded-address 10.7.1.193 (only first address should be excluded)

ip dhcp excluded-address 10.7.2.1 (only first address should be excluded)

ip dhcp excluded-address 10.7.2.65 (only first address should be excluded)

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

@Harold Ritter Sorry for the overlap, didn't mean to double-post the problems/solutions. I was working on the PT file and after posting the revised file, saw that you had already provided the solutions...

No problem @Georg Pauwen . The more the merrier.  Keep on the great work!

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Hello,

 

there were multiple problems with your configs:

 

- all IP addresses on all serial interfaces were either swapped, incorrect, or missing

- the IP address on the Vlan 40 subinterface was incorrect

- two of the DHCP pools had ALL available IP addresses excluded

 

Attached the revised, working file.

 

Thanks guys I was able to get everything to work successfully 

Review Cisco Networking for a $25 gift card