Community discussions

MikroTik App
 
dapdomma
just joined
Topic Author
Posts: 2
Joined: Wed Jul 04, 2012 7:55 pm

Configuring different IP address on RB1100 AX

Wed Jul 11, 2012 5:49 pm

Hi,

I have a Mikrotik Router RB1100 , I want to connect 2 differnet IP addresses to it . the 1st Ip address will be for the LAN while the 2nd IP address we be connected directly to a Server.

Kindly assist.
 
CyberT
Member Candidate
Member Candidate
Posts: 172
Joined: Tue Feb 01, 2011 1:39 pm
Location: Johannesburg, South Africa
Contact:

Re: Configuring different IP address on RB1100 AX

Mon Jul 30, 2012 12:53 pm

in the terminal

/ip add add=10.0.x.x/24 int=ether1 comment=server
/ip add add=192.168.y.x/24 int=ether2 comment=lan

also read the ip manual on the tik manual page.