01-13-2008 01:59 PM - edited 03-05-2019 08:26 PM
where will i get a general understanding on how to make two net/subnets that communicate together which reside on the same router 2811.
01-13-2008 09:26 PM
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 :)
01-13-2008 11:20 PM
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
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