Learning Mikrotik 3rd: Configuration Interface

Pages

Monday, July 4, 2011

Learning Mikrotik 3rd: Configuration Interface

Learning Mikrotik 3rd: Configuration Interface

Learning Mikrotik | Mikrotik Configuration of the PC router for Internet gateways After we configure the user should, to make the internet gateway, we set first interface:

First we check first the interface is attached use code:
[admin@mikrotik] > interface print

To simplify the configuration we give it a unique name for interface2 that we use code.
[admin@mikrotik] > interface edit 
Number : 1
Value name : name

Replace ether2 with eth2-local [to interface to the local client 192.168.0.0/16],
Press Ctrl+O

Then do the same for ether3 and 4 with the name eth3-ADSL [to ADSL] and eth4-servers [to switch the PC server].Then create a new bridge interface [as a bridge public IP]
/interface bridge add name=serverbridge disabled=no
/interface bridge port add interface=eth3-ADSL bridge=serverbridge
/interface bridge port add interface=eth4-servers bridge=serverbr

No comments:

Post a Comment