What you’re asking us to do is build your network for you… What I would suggest you do - 1. Take a networking class (buy some books) in IP, Subnetting, Routing 2. Read the Mikrotik manual 3. come back with intelligent questions.
Mikrotik is not rocket science, its based on standard networking principals and it is very well documented in the Mikrotik Manual.
then use telnet/ssh to configure the router. Can you PING the router?
make sure that the mikrotik firewall isnt blocking winbox ports (this would be found in the INPUT chain)..
Also make sure that the router is listening on port 80 for winbox connections. This is found in /ip service.. The WWW service should be set to port 80 by default or if you enabled the hotspot feature it gets changed to 8081. If it’s not either of these change it, or try connecting on the port it is currently listening on with winbox/browser…
Mikrotik is much like UNIX/IOS in that when you press “?” it will give you a list of available commands you can enter in any menu/submenu.. also TAB will complete a command and TAB TAB will give you a list of useful comands to complete your string..
Please, take into consideration to do system reset and do everything from the beggining.
Do not worry, you MT will be there, you will just need to do ip address setup again.
Do Setup and it will offer you to add addresses to interfaces. For start add address to inteface connected to switch or another PC and give address 10.0.0.1/24 then you can connect through internet explorer…
hey Goody … connect from you comp to the MTrouter via a x-over cable… the default ip for mt is 10.10.10.1/24 (255.255.255.0 subnetmask) … set the ip of your computers interface to 10.10.10.2/24 there is no need to set the default gateway… ping the router at 10.10.10.1 and make sure you have a ethernet connection established … now open a browser on you comp and enter 10.10.10.1 in the address bar … the initial connection wil take place on a http port and will allow you to download the winbox…