![Confused :?](./images/smilies/icon_confused.gif)
? have you read the basic documentation...?? post your configuration...I have my RouterPC installed with two ethernet cards, one configured with the 200.x.x.x IP for getting access to the outside, and the other card is set to 192.168.1.1, and through cross connection, I can't PING to a PC with the IP 192.168.1.2. COULD YOU HELP ME? I want to connect that PC to internet.
/interface print
/ip address print
/ip route print
/interface print
/ip address print
/ip route print
Tell us how do you add the ip´s? did you ran setup command on CLI?I have my RouterPC installed with two ethernet cards, one configured with the 200.x.x.x IP for getting access to the outside, and the other card is set to 192.168.1.1, and through cross connection, I can't PING to a PC with the IP 192.168.1.2. COULD YOU HELP ME? I want to connect that PC to internet.
You missed the default route....# Address Network Broadcast Interface
0 200.x.x.x 200.x.x.x. 200.x.x.x ether1 (added by setup)
1 192.168.1.1 192.168.1.0 192.168.1.255 ether2 (added by setup)
# dst-address Prf Gateway Distance Interface
0 ADC 192.168.1.0 192.168.1.1 ether2
1 ADC 200.x.x.x ether1
2 A S 0.0.0.0/0
# Name Type RX TX MTU
0 R ether1 ether 0 0 1500
1 R ether2 ether 0 0 1500
ip route set 2 dst-address=0.0.0.0/0 prefsrc=(your isp gw) distance=1
This is obviously a physical problem between those computers. I strongly advice you to replace that crossover cable with a switch. You can try to disconnect and connect the cable and see if it helps. If it does not, you may try to restart the computer with Mikrotik RouterOS. You can also set the Link Speed/Duplex Mode to a fixed rate instead of Automatic Mode in the computer with IP address 192.168.1.2 and the computer with Mikrotik RouterOS.I have my RouterPC installed with two ethernet cards, one configured with the 200.x.x.x IP for getting access to the outside, and the other card is set to 192.168.1.1, and through cross connection, I can't PING to a PC with the IP 192.168.1.2. COULD YOU HELP ME? I want to connect that PC to internet.