You are on page 1of 1

/interface wireless

set [ find default-name=wlan1 ] band=5ghz-a/n country=australia disabled=no freq


uency-mode=superchannel name=Internet radio-name="" ssid=Setorial_Tanquinho
/interface ethernet
set [ find default-name=ether1 ] name=ether1-LAN
/interface pppoe-client
add add-default-route=yes disabled=no interface=Internet max-mru=1480 max-mtu=14
80 mrru=1600 name=Usuario_do_cliente password=Senha user=Usuario
/ip pool
add name=dhcp_pool1 ranges=192.168.2.2-192.168.2.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=ether1-LAN name=dhcp1
/ip address
add address=192.168.2.1/24 interface=ether1-LAN network=192.168.2.0
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=8.8.8.8 gateway=192.168.2.1
/ip firewall nat
add action=masquerade chain=srcnat
/system leds
set 0 interface=Internet

You might also like