I really am learning (steeply) with the MikroTik Router and I don't have enough fingers to count the times I have 'Reset Configuration' to get where I am but you will think this is not very far.
I can't help that I am missing something... Firewalls rules for a start.
Here is my current config
Code: Select all
[Pie@MikroTik] > /export hide-sensitive
# jul/02/2019 18:54:40 by RouterOS 6.44.3
# software id = 0273-900J
#
# model = 2011UiAS
# serial number = 444000000003
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 use-peer-dns=yes user=\
xxx@xxxxxxx.com
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.1.5-192.168.1.120
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether3 name=dhcp1
/interface list member
add interface=pppoe-out1 list=WAN
add list=LAN
/ip address
add address=192.168.1.1/24 interface=ether3 network=192.168.1.0
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-address=8x.xxx.xxx.xxx dst-port=xxxx protocol=udp to-addresses=\
192.168.1.75 to-ports=xxxx
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/London
1. Secure the router with some sensible Firewall rules
2. Installing a Squid Server on Ether2
3. Running a separate subnet on Ether4 10.0.0.0/24
I can help but think my PPPoE at Ether1 needs a local address on a separate subnet to Ether3 which is my main home LAN.
I will be adding a port forwards to 80, 161, 445 and 1094 for some VMware instances that site on the Ether3 LAN
Any and all help would be appreciated.
Thanks