1) enable ssh in control panel -> terminal
2) login via putty - ssh: root : user_admin_password_should_work undefined
3) > su
4) change the IPs for your network before (omit Synology#):
Synology# insmod /lib/modules/stp.ko
Synology# insmod /lib/modules/bridge.ko
Synology# brctl addbr br0
Synology# brctl stp br0 off
Synology# ifconfig br0 192.168.2.100 netmask 255.255.255.0 up
Synology# brctl addif br0 eth0
Synology# brctl addif br0 eth1
Synology# ifconfig eth0 192.168.2.100 promisc up
Synology# ifconfig eth1 192.168.2.200 promisc up
Synology# route add default gw 192.168.2.1 dev br0
5) check with Synology# brctl show
6) if everything works you want to create a script which makes this work after the restart
7) vi /usr/syno/etc.defaults/rc.d/create-bridge.sh
undefined insert previous commands (of course without Synology#) and save
9) chmod 755 /usr/syno/etc.defaults/rc.d/create-bridge.sh
10) restart and test
l'adresse 192.168.2.100 il faut le créer sur le 2eme port lan?
car par defaut sur le nas j'ai (sur le 2eme port) 169.254.86.51....
4) change the IPs for your network before (omit Synology#)
je crée 192.168.2.100 en activant le DHCP et dans le paramétrage de DHCP?
c'est vraiment chiant....
2) login via putty - ssh: root : user_admin_password_should_work undefined
3) > su
4) change the IPs for your network before (omit Synology#):
Synology# insmod /lib/modules/stp.ko
Synology# insmod /lib/modules/bridge.ko
Synology# brctl addbr br0
Synology# brctl stp br0 off
Synology# ifconfig br0 192.168.2.100 netmask 255.255.255.0 up
Synology# brctl addif br0 eth0
Synology# brctl addif br0 eth1
Synology# ifconfig eth0 192.168.2.100 promisc up
Synology# ifconfig eth1 192.168.2.200 promisc up
Synology# route add default gw 192.168.2.1 dev br0
5) check with Synology# brctl show
6) if everything works you want to create a script which makes this work after the restart
7) vi /usr/syno/etc.defaults/rc.d/create-bridge.sh
undefined insert previous commands (of course without Synology#) and save
9) chmod 755 /usr/syno/etc.defaults/rc.d/create-bridge.sh
10) restart and test
l'adresse 192.168.2.100 il faut le créer sur le 2eme port lan?
car par defaut sur le nas j'ai (sur le 2eme port) 169.254.86.51....
4) change the IPs for your network before (omit Synology#)
je crée 192.168.2.100 en activant le DHCP et dans le paramétrage de DHCP?
c'est vraiment chiant....