jepp, ich bin mir sicher, hier mal ein paar mehr Info's:
Rich (BBCode):
root@syno:~# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=DiskStation
GATEWAY=192.168.10.1
Rich (BBCode):
root@syno:~# cat /etc.defaults/sysconfig/network
NETWORKING=yes
HOSTNAME=DiskStation
Rich (BBCode):
root@syno:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.36.8.64 0.0.0.0 255.255.255.224 U 0 0 0 eth0.100
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.0.0.0 10.36.8.65 255.0.0.0 UG 0 0 0 eth0.100
0.0.0.0 192.168.10.254 0.0.0.0 UG 0 0 0 eth0
Rich (BBCode):
root@syno:~# hostname
syno
wie man sehen kann ist der GW nicht 192.168.10.1
und der hostname nicht DiskStation.
Ich nehme an das es an dem VLAN liegt, damit kommt der Webfrontend nicht klar
und ich kann auch die Netzwerkeinstellungen dort nicht mehr editieren.
Ich habe dieses für ein vlan100 angelegt und route damit mein NAS in das Berliner-Freifunk-Netz:
Rich (BBCode):
root@syno:~# cat /etc/sysconfig/network-scripts/ifcfg-eth0.100
DEVICE=eth0.100
VLAN_ROW_DEVICE=eth0
VLAN_ID=100
ONBOOT=yes
BOOTPROTO=dhcp
IPV6INIT=off