cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
204
Views
0
Helpful
2
Replies

i want to communication between two network through on interface

navneet302000
Level 1
Level 1

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

2 Replies 2

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


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

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

Review Cisco Networking for a $25 gift card