Hi,
I've got the folowing configuration:
A 2011UAS-2HnD and on ether1 a connection to a 912UAG-5HPnD with VLAN tagging.
On ether2 is my internet connection. (if you ask why not on ether1, ether1 use to be my old internet connection).
ether3 is my master port for ether4 and ether5.
ether3 connects to another (dumb) switch, which connects to my notebook.
ether4 connects to my Nas
ether5 to a 750GL, which is not important for this issue.
Now the weird thing, if I'm connected to my 912UAG-5HPnD by WiFi, I'm able to use the internet connection, but I can't connect to my NAS.
I can access the webgui.
But from my notebook, which is behind ether3, I can't connect to the webgui (no ping repsonse either) of 912UAG-5HPnD but I can connec to my NAS.
I can't find out what's going wrong.
Here some parts of my config.
/interface vlan export
# mar/18/2015 13:37:06 by RouterOS 6.27
# software id = D8SP-R40Z
#
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan10-eth1 vlan-id=10
add interface=ether1 l2mtu=1594 name=vlan15-eth1 vlan-id=15
add interface=ether1 l2mtu=1594 name=vlan100-eth1 vlan-id=100
interface ethernet export
# mar/18/2015 13:37:22 by RouterOS 6.27
# software id = D8SP-R40Z
#
/interface ethernet
set [ find default-name=ether1 ] comment="Trunk naar ap5g"
set [ find default-name=ether2 ] comment="Internet FttH" name=ether2-ftth
set [ find default-name=ether3 ] comment="Link to TV"
set [ find default-name=ether4 ] comment=Synodooske master-port=ether3
set [ find default-name=ether5 ] comment="Link naar slaapkamer" master-port=ether3
set [ find default-name=ether6 ] comment="masterport sw2"
set [ find default-name=ether7 ] comment=YouLess master-port=ether6
set [ find default-name=ether8 ] comment=Dect master-port=ether6
set [ find default-name=ether9 ] comment=PI master-port=ether6
set [ find default-name=ether10 ] comment=Free disabled=yes master-port=ether6
set [ find default-name=sfp1 ] comment="Masterport for switch1" disabled=yes speed=100Mbps
/interface bridge export
# mar/18/2015 13:38:08 by RouterOS 6.27
# software id = D8SP-R40Z
#
/interface bridge
add admin-mac=D4:CA:6D:85:62:36 auto-mac=no mtu=1500 name="vlan10 (prod)" protocol-mode=none
add mtu=1500 name="vlan15 (NickNet)" protocol-mode=none
add mtu=1500 name="vlan100 (guest)" protocol-mode=none
/interface bridge port
add bridge="vlan10 (prod)" interface=ether6
add bridge="vlan10 (prod)" interface=ether3
add bridge="vlan100 (guest)" interface=guest-wifi
add bridge="vlan15 (NickNet)" interface=NickNet
add bridge="vlan10 (prod)" interface=vlan10-eth1
add bridge="vlan100 (guest)" interface=vlan100-eth1
add bridge="vlan15 (NickNet)" interface=vlan15-eth1
Any Ideas?