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

General Question from forum

avionics
Level 1
Level 1

where will i get a general understanding on how to make two net/subnets that communicate together which reside on the same router 2811.

2 Replies 2

shrikar.dange
Level 1
Level 1

hi,

Anything regarding 2800 series integrated service routers you can find it out here:

http://www.cisco.com/en/US/products/ps5854/tsd_products_support_series_home.html

HTH,

regards,

shri :)

ohassairi
Level 5
Level 5

conf t

interface fast 0/0

ip address 192.168.1.1 255.255.255.0

no shut

exit

interface fast 0/1

ip address 192.168.2.1 255.255.255.0

no shut

exit

then connect a PC to fast 0/0 (if directly use cross cable) and give it the IP 192.168.1.2 255.255.255.0 gateway: 192.168.1.1

then connect a PC to fast 0/1 (if directly use cross cable) and give it the IP 192.168.2.2 255.255.255.0 gateway: 192.168.2.1.

both computer should be able to ping each other