I using mikrotik 2.9.6
from my isp I get ip ,subnet mask , and gateway . I use my onboard Lan card (Sis 900 )
and the other lan card using D-link lan card .
after setup. i execute /setup and add ip address
device: etho2
add address : xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx
after that i got error…
if i go manual → /ip address add address
and i execute print .. my configuration is ok ..
But i dont see R flag (running) even if i use enable ether1
any solution ?? tq
What’s the output from the following:
/driver print
/interface print
/ip address print
Regards
Andrew
um.. after i do → /ip address add address
or
after i install mikrotik ?
/driver print
0 D Sis900/7016
1 D Realtek 8139
/interface print
0 ether1 ether 0 0 1500
1 ether2 ether 0 0 1500
/ip address print
0 192.168.0.1/25 192.168.0.0 192.168.0.127 ether2
1 202.xxx.xxx.xxx 202.xxx.xxx.xxxx 202.xxx.xxx.xxx ether1
btw.. if i do /interface enable ether1
i got
action failed (6)
tq
All looks OK.
You need to specify the item number when enabling the interface.
e.g. /interface enable 0
If you’re stuck for what a command expects then type ? and it will respond with valid options.
Regards
Andrew
/interface enable 0
if i do that i get error to..
action failed(0)
i’m so confuse..
maybe my configuration is wrong..
can u tell me step by step to configure my mikrotik so at least i can connect to my LAN..
IP . 192.168.0.22
netmask 255.255.255.128
gateway 192.168.0.1
especially in routing
tq
Have you run /setup as detailed here:
http://www.mikrotik.com/docs/ros/2.9/guide/basic
Regards
Andrew
yes, i’m doing that before
before i try in computer , first i try using vmware and everything is going ok.. but in real computer.. T_T
if i do this →
[admin@MikroTik] ip address> add address 10.0.0.217/24 interface Public
and look in /ip route print
in status i just see DC not ADC
and if i do this →
admin@MikroTik] ip route> print detail
Flags: X - disabled, I - invalid, D - dynamic, J - rejected,
C - connect, S - static, R - rip, O - ospf, B - bgp
0 DC dst-address=192.168.0.0/24 preferred-source=192.168.0.254
gateway=0.0.0.0 gateway-state=not-reachable distance=0 interface=Local
1 DC dst-address=10.0.0.0/24 preferred-source=10.0.0.217 gateway=
how can i fix it ?
thank you
No point in trying to fix route tables before you have the interfaces running.
As you’ve had this running on vmware it looks as if there might be a problem with your MT installation.
Try different network cards.
Try a reinstallation.
Regards
Andrew
andrewluck:
No point in trying to fix route tables before you have the interfaces running.
As you’ve had this running on vmware it looks as if there might be a problem with your MT installation.
Try different network cards.
Try a reinstallation.
Regards
Andrew
before posting on this forum i try that too
anyway.. is my network card not supported ??
Sis900 and Realtek RTL-8139
Those cards show up in the driver list so the OS has a driver for them. However, to fault-find this you’re going to have to start changing some things to see where the problem lies as it doesn’t look like a configuration issue.
Regards
Andrew
Okay.. thanks.. it’s working now..
i use another computer with 2 network card..
seem the problem is my onboard lan card (sis900)
in another computer 1 use 2 realtek network card.. and everything is going ok..
just a simple problem now..
in mikrotik computer .. if i use /ping 202.43.161.117 i get
→ 202.43.161.117 85ms etc…
in my Local Network .. i just get request time out from 202.43.161.117
although i can browsing to that web (http://www.ragnarok.co.id )
how to fix my ping ??
tq
Are you using web proxy? If so, this can mask routing problems as web browsing may work but traffic that doesn’t use the proxy won’t.
Do you have a default route set on your clients that points to the MT?
Regards
Andrew
to make my LAN connected to internet i use masquerade
[admin@MikroTik] ip firewall nat> add chain=srcnat action=masquerade
out-interface=Public
that’s all