reset password
Author Message
305100619
Posts: 4
Posted 11:28 Apr 30, 2017 |

Hi All,

Can anyone help me with lab 7 question 5?

I am not able to ping server from PC1.

Thanks,

Khushboo

atogunl
Posts: 5
Posted 11:49 Apr 30, 2017 |

I think you mean Lab 8.

Did you configure a static route from router1 on Router3? (Question4)

Last edited by atogunl at 11:50 Apr 30, 2017.
305100619
Posts: 4
Posted 11:54 Apr 30, 2017 |
atogunl wrote:

I think you mean Lab 8.

Did you configure a static route from router1 on Router3? (Question4)

sorry lab 8

yes i did, not sure right or wrong though

Router1

ip nat inside source list 1 interface FastEthernet0/0 overload

ip nat inside source static 192.168.1.100 100.1.1.1

ip classless

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

ip route 0.0.0.0 0.0.0.0 FastEthernet0/1

Router 3

ip nat inside source static 192.168.1.10 200.2.2.3

ip classless

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

ip route 0.0.0.0 0.0.0.0 FastEthernet0/1

!

 

atogunl
Posts: 5
Posted 12:05 Apr 30, 2017 |

First of all remove the static NAT configuration from Router1 and use just the Overload configuration

For the ip route specify the network address and subnet mask of router1 instead of using 0.0.0.0

305100619
Posts: 4
Posted 15:47 Apr 30, 2017 |
i am trying to give netwrok address and subnet for route but i get error

Router1(config)#

Router1(config)#interface FastEthernet0/0

Router1(config-if)#ip route 100.1.1.2 0.0.0.0 fa0/0

%Inconsistent address and mask

Router1(config)#ip route 100.1.1.2 255.255.255.0 fa0/0

%Inconsistent address and mask

Router1(config)#ip route 100.1.1.1 255.255.255.0 fa0/0

%Inconsistent address and mask

Router1(config)#ip route 192.168.1.10 255.255.255.0

% Incomplete command.

Router1(config)#ip route 192.168.1.10 255.255.255.0 fa0/0

%Inconsistent address and mask

Router1(config)#ip route 192.168.1.1 255.255.255.0 fa0/0

%Inconsistent address and mask

Router1(config)#ip route 100.1.1.2 255.255.255.0 fa0/1

 

atogunl
Posts: 5
Posted 16:41 Apr 30, 2017 |

You should configure the network address 10.1.1.0 for ip route of router3 and 200.2.2.0 for router 1 

305100619
Posts: 4
Posted 22:55 May 01, 2017 |
atogunl wrote:

You should configure the network address 10.1.1.0 for ip route of router3 and 200.2.2.0 for router 1 

Thanks.