Hi !
I have a new question for you ![]()
This is my configuration :
_ ISP ROUTER
|
|__ RB750Gr3
|
|__ Ubiquiti Unifi Lite Ap
|
|__ Sony Ps4
|
|__ Nas
|
|__ Switch A Dlink Unmanaged 100/1000
|__Switch B Dlink Unmanaged 100/1000
|_ Pc Desktop
My question is : why the led on the port on the switch A ans on the switch B blinking also with the pc desktop turned off ? Seems that the Mikrotik router continue to send packet on those port also without devices linked on that.. why ?
Maybe I have configured the switch interface on the RG750Gr3 in wrong way.
I configured the interface in this way :
interface 1 β gateway
interface 2 β master
interface 3,4,5 β slave of interface 2
interface 1 β linked to ISP router
interface 2 β linked to ubiquiti AP
interface 3 β linked to Synology Nas
interface 4 β linked to ps4
interface 5 β linked to switch A
I expected that without devices that request data the switch does not distribute data on that port.
EDIT : Moreover I canβt set up the upnp only on the ps4 interface.
This is my settings exported :
[admin@HomeRouter] > /export hide-sensitive
# sep/28/2017 21:15:30 by RouterOS 6.40.3
# software id = ######
#
# model = RouterBOARD 750G r3
# serial number = ####
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether3 ] master-port=ether2-master
set [ find default-name=ether4 ] comment="ps4 interface" master-port=ether2-master
set [ find default-name=ether5 ] master-port=ether2-master
/ip neighbor discovery
set ether1-gateway discover=no
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.0.30-192.168.0.254
add name=vpn ranges=192.168.89.2-192.168.89.255
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether2-master name=defconf
/ppp profile
set *FFFFFFFE local-address=192.168.89.1 remote-address=vpn
/interface l2tp-server server
set authentication=mschap1,mschap2 use-ipsec=yes
/interface list member
add comment=defconf interface=ether2-master list=LAN
add comment=defconf interface=ether1-gateway list=WAN
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ip address
add address=192.168.0.1/24 comment=defconf interface=ether2-master network=192.168.0.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1-gateway
/ip dhcp-server network
add address=192.168.0.0/24 comment=defconf dns-server=8.8.8.8,8.8.4.4 gateway=192.168.0.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall filter
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new \
in-interface-list=WAN
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=accept chain=input comment="allow l2tp" dst-port=1701 protocol=udp
add action=accept chain=input comment="allow pptp" dst-port=1723 protocol=tcp
add action=accept chain=input comment="allow sstp" dst-port=443 protocol=tcp
add action=drop chain=input in-interface=ether1-gateway
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
add action=masquerade chain=srcnat out-interface=ether1-gateway
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=192.168.89.0/24
/ip service
set www port=8980
set www-ssl disabled=no port=8981
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=ether1-gateway type=external
add interface=ether2-master type=internal
/ppp secret
add local-address=192.168.0.1 name=vpn profile=default-encryption remote-address=192.168.1.4 service=l2tp
/system clock
set time-zone-name=Europe/Rome
/system identity
set name=HomeRouter
/system routerboard mode-button
set enabled=no on-event=""
/tool bandwidth-server
set enabled=no
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master
[admin@HomeRouter] >
Do you see something wrong ?