mih00
Guest
|
Posted:
Tue Dec 06, 2005 11:57 pm Post subject:
BOSON CCNA NetSim ? |
|
|
I've just bought this stuff and I'm not sure if this software works
properly. I don't work in IT right now so I can't check any commands and
settings on real devices, I just want to prepare myself for CCNA exam.
I've got 2 PC:
1PC
IP: 192.168.1.11 255.255.255.0
default-gateway: 192.16.1.1
2PC
IP: 192.168.2.22 255.255.255.0
default-gateway: 192.16.2.1
I issued command on the router:
int e0
ip address 192.168.1.1 255.255.255.0
no shutdown
int e1
ip address 192.168.2.1 255.255.255.0
no shutdown
router rip
version 2
network 192.168.0.0
(
if I add these lines aswell nothing is changed
network 192.168.1.0
network 192.168.2.0
)
After that:
from router:
ping 192.168.1.1 succes
ping 192.168.1.11 succes
ping 192.168.2.1 succes
ping 192.168.2.22 succes
extended ping from 192.168.1.11 to 192.168.2.22 doesn't work
from PC1
ping 192.168.2.1 succes
ping 192.168.2.22 unsucces
from PC2
ping 192.168.1.1 succes
ping 192.168.1.11 unsucced
I don't know why is that? I think it should be working but maybe I need to
do something else. |
|