0% found this document useful (0 votes)
51 views2 pages

6 Lines 219

The document configures IP addresses, firewall rules, routing, and DNS for 7 ethernet interfaces on a router or firewall, assigning IP addresses to the interfaces, marking and routing traffic through different interfaces, and enabling NAT and DNS.

Uploaded by

zayed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views2 pages

6 Lines 219

The document configures IP addresses, firewall rules, routing, and DNS for 7 ethernet interfaces on a router or firewall, assigning IP addresses to the interfaces, marking and routing traffic through different interfaces, and enabling NAT and DNS.

Uploaded by

zayed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

/interface ethernet

set [find default-name=ether1] name=ether1


set [find default-name=ether2] name=ether2
set [find default-name=ether3] name=ether3
set [find default-name=ether4] name=ether4
set [find default-name=ether5] name=ether5
set [find default-name=ether6] name=ether6
set [find default-name=ether7] name=ether7

/ip address
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether1
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether2
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether3
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether4
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether5
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether6
add address=[Link]/24 network=[Link] broadcast=[Link] interface=ether7

/ip firewall mangle


add chain=input in-interface=ether2 action=mark-connection new-connection-mark=WAN1_conn
add chain=input in-interface=ether3 action=mark-connection new-connection-mark=WAN2_conn
add chain=input in-interface=ether4 action=mark-connection new-connection-mark=WAN3_conn
add chain=input in-interface=ether5 action=mark-connection new-connection-mark=WAN4_conn
add chain=input in-interface=ether6 action=mark-connection new-connection-mark=WAN5_conn
add chain=input in-interface=ether7 action=mark-connection new-connection-mark=WAN6_conn

add chain=output connection-mark=WAN1_conn action=mark-routing new-routing-mark=to_WAN1


add chain=output connection-mark=WAN2_conn action=mark-routing new-routing-mark=to_WAN2
add chain=output connection-mark=WAN3_conn action=mark-routing new-routing-mark=to_WAN3
add chain=output connection-mark=WAN4_conn action=mark-routing new-routing-mark=to_WAN4
add chain=output connection-mark=WAN5_conn action=mark-routing new-routing-mark=to_WAN5
add chain=output connection-mark=WAN6_conn action=mark-routing new-routing-mark=to_WAN6

add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1


add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1
add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1
add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1
add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1
add chain=prerouting dst-address=[Link]/24 action=accept in-interface=ether1

add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-


and-ports:6/0 action=mark-connection new-connection-mark=ether2_conn passthrough=yes 
add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-
and-ports:6/1 action=mark-connection new-connection-mark=ether3_conn passthrough=yes 
add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-
and-ports:6/2 action=mark-connection new-connection-mark=ether4_conn passthrough=yes 
add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-
and-ports:6/3 action=mark-connection new-connection-mark=ether5_conn passthrough=yes 
add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-
and-ports:6/4 action=mark-connection new-connection-mark=ether6_conn passthrough=yes 
add chain=prerouting dst-address-type=!local in-interface=ether1 per-connection-classifier=both-addresses-
and-ports:6/5 action=mark-connection new-connection-mark=ether7_conn passthrough=yes 

add chain=prerouting connection-mark=ether2_conn in-interface=ether1 action=mark-routing new-routing-


mark=to_ether2
add chain=prerouting connection-mark=ether3_conn in-interface=ether1 action=mark-routing new-routing-
mark=to_ether3
add chain=prerouting connection-mark=ether4_conn in-interface=ether1 action=mark-routing new-routing-
mark=to_ether4
add chain=prerouting connection-mark=ether5_conn in-interface=ether1 action=mark-routing new-routing-
mark=to_ether5
add chain=prerouting connection-mark=ether6_conn in-interface=ether1 action=mark-routing new-routing-
mark=to_ether6
add chain=prerouting connection-mark=ether7_conn in-interface=ether1 action=mark-routing new-routing-
mark=to_ether7/ip route
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether7 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether2 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether3 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether4 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether5 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] routing-mark=to_ether6 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=1 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=2 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=3 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=4 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=5 check-gateway=ping
add dst-address=[Link]/0 gateway=[Link] distance=6 check-gateway=ping

/ip firewall nat


add chain=srcnat out-interface=ether7 action=masquerade
add chain=srcnat out-interface=ether2 action=masquerade
add chain=srcnat out-interface=ether3 action=masquerade
add chain=srcnat out-interface=ether4 action=masquerade
add chain=srcnat out-interface=ether5 action=masquerade
add chain=srcnat out-interface=ether6 action=masquerade

/ip dns
set servers=[Link],[Link]

You might also like