Can anyone tell me how to configure the Mikrotik RB1100 to issue Public IP and Private IP at the same time.
The private IP will be issue via dhcp and Public IP statically by an administrator.
So i want some clients to get private IP via dhcp and others public IP on their respective machine/device.
Again public IP i want to manually assigned to the client device.
Both Private and Public IP should be using the same ether port eg (ether 3). I guess vlan will be used.
There’s no need to use VLANs.
You can set up two IP addresses on the ether3 interface to be the default gateways. The public address will be the gateway for the computers with public addresses. The private address will be the gateway for computers with private addresses.
I also want to set up a management IP to manage each device. I will be using bridge radio in between the Mikrotik RB1100 and the client device. The management IP is for the bridge devices at various location across country.
So will the same setup work ? i would prefer vlan and how configure with vlan
Yes, you can add a third address on an interface.
To set up a VLAN go to interface->vlan and click add. Configure the VLAN ID, and attach the vlan interface to an ethernet interface.