Synology RackStation RS18017xs+ IP Setting

IP setting

Directly physical Connection (GPU Server- NAS)

Install DHCP server

Check interface

Configure

  1. sudo apt-get install isc-dhcp-server

  2. ifconfig

to check which interface we can use

  1. sudo vim /etc/default/isc-dhcp-server

insert your interface into " "

INTERFACESv4=“eth1

  1. sudo vim /etc/dhcp/dhcpd.conf

Uncomment lines :

authoritative;

And the lines near

“A slightly different configuration for an internal subnet.”

subnet 6.6.6.0 netmask 255.255.255.0 {

range 6.6.6.150 6.6.6.170;

option domain-name-servers ns1.internal.example.org;

option domain-name internal.example.org;

option subnet-mask 255.255.255.0;

option routers 6.6.6.1;

option broadcast-address 6.6.6.255;

default-lease-time 600;

max-lease-time 7200;

}

host fantasia {

hardware ethernet 08:00:07:26:c0:a5;

fixed-address 6.6.6.10;

}

    1. set a static ip to GPU server via your desktop (e.g. 6.6.6.1)

  1. sudo systemctl restart isc-dhcp-server

  2. sudo systemctl status isc-dhcp-server

Connect to NAS

    1. type 6.6.6.1:5000 on your browser

    2. set all things you want - CGU