Community discussions

MikroTik App
 
fullerms
newbie
Topic Author
Posts: 26
Joined: Tue Nov 13, 2012 7:17 am

Questions on setting up new RB2011UAS-2HnD-IN

Tue Nov 27, 2012 6:51 pm

Hi all,

Got myself a new RB2011UAS-2HnD-IN just today, and have managed to get it up and running. However, there are a few areas I need help with and I hope you guys can guide me. Prefer to use the Web interface wherever possible, since I am not a command line person :D . But I am open to learning, so will be nice to have guidance in both web and command line.

1. DHCP Reservations - not working. I populated the MAC Address details of the devices and assigned an IP to each of them, but the devices are not getting the IPS I want them to.
2. Firewall configuration - Does the device do basic filtering by default? Saw some excellent info on securing the device, but are there any guides to secure a home network?
3. A media player connected to the FE port is complaining that it cant see the server connected to a GE port. Do the GE and FE ports communicate with each other by default? If no, how to enable this?
4. How to configure OpenVPN client and NTP server on this device?
5. Saw a cool guide in http://wiki.mikrotik.com/wiki/Manual:System/LEDS, how to make this work for the RB2011UAS-2HnD-IN?
 
Dobby
Member
Member
Posts: 399
Joined: Wed Jan 11, 2012 12:07 am
Location: Hogwarts

Re: Questions on setting up new RB2011UAS-2HnD-IN

Tue Nov 27, 2012 10:39 pm

Deleted because not related.
Last edited by Dobby on Mon Mar 11, 2013 3:10 am, edited 1 time in total.
 
fullerms
newbie
Topic Author
Posts: 26
Joined: Tue Nov 13, 2012 7:17 am

Re: Questions on setting up new RB2011UAS-2HnD-IN

Wed Nov 28, 2012 4:50 am

Hello fullerms,

1. DHCP Reservations - not working. I populated the MAC Address details of the devices and assigned an IP to each of them, but the devices are not getting the IPS I want them to.
I think you are doing IP-Mac bindings. If you define a DHCP IP address pool as an example from 192.168.0.1 - 192.168.0.10
all other outside this range would be not given to any network clients by the router DHCP. But they can be used by any other device to connect them to the 192.168.0.0 network, only then the 192.168.0.0 it selfs its the network address and the 192.168.0.255, this is the broadcast address.
Thank you for your response.

I think you have misunderstood my question. I am trying to assign a fixed IP for certain devices on my network. Rather than configure them for static IP, I prefer to "reserve" an IP for each device MAC address. This is possible on DD-WRT, and I am sure it can be done on routeros. Just got to figure it out.
 
fullerms
newbie
Topic Author
Posts: 26
Joined: Tue Nov 13, 2012 7:17 am

Re: Questions on setting up new RB2011UAS-2HnD-IN

Wed Nov 28, 2012 5:13 pm

Hi all,

Got myself a new RB2011UAS-2HnD-IN just today, and have managed to get it up and running. However, there are a few areas I need help with and I hope you guys can guide me. Prefer to use the Web interface wherever possible, since I am not a command line person :D . But I am open to learning, so will be nice to have guidance in both web and command line.

1. DHCP Reservations - not working. I populated the MAC Address details of the devices and assigned an IP to each of them, but the devices are not getting the IPS I want them to.
2. Firewall configuration - Does the device do basic filtering by default? Saw some excellent info on securing the device, but are there any guides to secure a home network?
3. A media player connected to the FE port is complaining that it cant see the server connected to a GE port. Do the GE and FE ports communicate with each other by default? If no, how to enable this?
4. How to configure OpenVPN client and NTP server on this device?
5. Saw a cool guide in http://wiki.mikrotik.com/wiki/Manual:System/LEDS, how to make this work for the RB2011UAS-2HnD-IN?
After much fiddling around and a LOT of help from the re-seller, I got some of this stuff working (Highlighted in Green) Turns out that I cannot manually add client IDs when reserving an IP.

That brings up another question. How to add a label to a IP address reservation?

Still need help on item 3 (Firewall config) and 4.

Also need help on setting up rules to forward all traffic destined to port 80 to a squid proxy connected to the same subnet. Tried this rule, but does not work

ip firewall nat add in-interface=eth1 src-address=!<IP of Squid machine> dst-port=80 protocol=tcp action=dst-nat to-addresses=<IP of Squid machine> to-ports=3128