pls help me out here . am using mikrotik version 2.95
i want to config it to work with my network
the datas are as follows:
ip 78.138.29.170
subnetmask: 255.255.255.248
gateway: 78.138.29.169
dns: 83.229.88.30
dns2: 217.194.129.30
thank very much .pls dont sent me the manual , i follows it it did not work. thank
pls this are my sevice provider ip , the have given to me
ip: 78.138.29.170
subnetmask: 255.255.255.248
gateway: 78.138.29.169
dns:83.229.88.30
dns2: 217.194.129.30
how do i config it to router pls,am on it. thanks
pls my mikrotik router is routing and on a pc am browsing from it but if i use the same ip from my pc to a linksys router , it cannot route, why ?pls help me out
The mikrotic router we are using is routing very well when issue an IP through the computer it will browse perfectly well, but when issue the same IP through a router ( say linksys router) it can not browse. Please what can be done to correct this problem.
To add to what mrz said, you should do the following tests:
(I’ll explain how to do it from Winbox)
Click on TOOLS, TRACE ROUTE. Try to trace to any address from the MT Router. If that seems to work, the problem could be between your PC and the MT.
By the configuration mrz posted, you configure the actual MT Router to have internet access, but you still have to configure the MT Router to be a router for your LAN/PC.
I suggest the following:
Open Winbox, click on NEW TERMINAL and do the following:
Setup the MT Router to access the internet:
/ip address add address=78.138.29.170/29 interface=(your internet interface name, probably ether1)
/ip route add gateway=78.138.29.169
/ip dns set primary-dns=83.229.88.30
Now setup the MT to be your LAN’s gateway:
/ip address add address=192.168.0.254/24 interface=(LAN interface, probably ether2)
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat action=masquerade
Now your PC should have internet access as long as the PC’s Ip is in the 192.168.0.x range with subnet mask of 255.255.255.0 (ie, /24)
To configure DHCP do the following from within Winbox
Click IP, DHCP SERVER
Click “DHCP Setup” to start the wizzard
Select your LAN interface and click next
Make sure the DHCP Address Space is 192.168.0.0/24 (if using 192.168.0.254/24 as IP)
The Gateway should be 192.168.0.254
Dont change the DHCP Relay
Addresses to give it, could be left as is
DNS Servers, primary DNS: 192.168.0.254, no secondary needed as MT will become your DNS server
Hit NEXT and Finish.
Now set your PC to Obtain IP Automatically.
Now do a tracert from the command line and see if you can access the www!
pls help me out here. i have a mikrotik router working as a router and giving ip out , now i want to configured another mikrotik to browse from the first one , pls how do i configured it. the datas are as follows. ip 172.168.1.211, subnetmask 255.255.255.0, gateway:172.168.1.1, dns:172.168.1.1
Do you want to use the second MT as a repeater in the house? Please give some more info.
If it’s a inhouse repeater, you could use the second MT in bridged mode and setup a DHCP-Client on the bridge interface. That way the router will have also have internet access, plus you can access it on the dhcp IP
i want to configure the 2nd mirkrotik as a bridge to take internet access from the first mikrotik lan. pls sent the steps to me. thanks.
my ip is 172.168.1.1.
subnetmask 255.255.255.0
gateway:172.168.1.1
dns:172.168.1.1.thanks
You should also add wlan1 (or whatever your wireless distribution interface is called) to the bridge. Then it’s a good idea to also add a DHCP Client to the bridged interface so you can access it using it’s IP address:
help! please how can i configured my mikrotik board to act as a wireless router so that my clients can connect wireless ?
my ip address is
192.168.1.69
subnet255.255.255.0
gateway : 192.168.1.254
dns: 192.168.1.254
dns2 : 41.206.24.251.
thanks