11-20-2015 04:10 AM - edited 03-05-2019 02:47 AM
I have to ip address fist is 10.0.0.1 255.255.255.0
and seconde ip address is 10.88.96.3 255.255.255.0 gatwaye is 10.88.96.1
i give both ip in one interface fa0/0 but my pc ping only 10.88.96.3 and wan ip, not ping 10.88.96.1
and i have one wan ip 124.124.43.113 255.255.255.252 gatwaye 124.124.43.114 in fa0/1
i have router cisco 1841
how to ping all ip with one ip (10.0.0.1)
please tell me
11-20-2015 05:34 AM
Hello
Apologies I dont understand your question, if possible can you share your configuration - It would much clearer as to what you trying to accomplish
res
Paul
11-21-2015 07:47 PM
Hello,
I implemented your configuration. Please make sure both PCs have gateway and their subnet masks are correct(255.255.255.0)
***********************************************
Configuration of R1 connected to PC(10.0.0.1)
interface FastEthernet0/0
description to-PC
ip address 10.0.0.3 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN-connection-TO-R2
ip address 124.124.43.113 255.255.255.252
duplex auto
speed auto
ip route 10.88.96.0 255.255.255.0 124.124.43.114
***********************************************************************
Configuration of R2 connected to pc with the IP of 10.88.96.1
interface FastEthernet0/0
description To-PC
ip address 10.88.96.3 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN-to-R1
ip address 124.124.43.114 255.255.255.252
duplex auto
speed auto
ip route 10.0.0.0 255.255.255.0 124.124.43.113
*****************************************************************************
Hope it helps,
Masoud
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide