MOUNTING ,CONNECTION AND CONFIGURATION

Hi,

I have 12dBi omin,AP and 2 clients,how do I mount them and from the Ap to I connect to My switch or i connect to the server them to the switch?


2.how to I configure the Omin,AP and the clients?(A VIVID DIAGRAM OR EXPLANATION WILL BE VERY HELPFUL)

AM A NEWBIE

This is a forum for help with mikrotik routerOS.

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.

Well, wildbill442 :slight_smile: You told him alright…

Cheers…

Hi,

But you guys am not saying I know thing about this.All I need was how to get around with:with the winbox or OS itself and I can configure it myself.

For instance,when I try download winbox,I get 'the page cant be displayed" and when I use the router os, I can get the id in.

so basically that’s it.I can configure myself but I need a push :wink:

Goddy, first give me a picture of what you want I can give you clue on how to do it.

I am also new, but I managed to get my working so I can tell you how I did it.

Basically from Gateway (RG) to Switch - to - AP and clients connect from that point.

So how do you want it?

Paul :smiley:

hi,

I have tried to follow the link( http://<router_address) but any time,I get this:the page can not be displayed

what do i do?

http://<router_address> INSERT THE IP ADDRESS OF THE ROUTER so…


http://10.0.0.1 if 10.0.0.1 is the IP of the mikrotik…

Hi wildbill442,

I have done that but is still the same

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..

@goddy

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…

Cheers…

Is the computer you are using to access your MT router on the same IP Subnet?

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…