Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

DHCP configuration on GoldenPC #17

Open
chrberger opened this issue Mar 14, 2019 · 0 comments
Open

DHCP configuration on GoldenPC #17

chrberger opened this issue Mar 14, 2019 · 0 comments

Comments

@chrberger
Copy link
Member

We need this DHCP configuration on GoldenPC:

/etc/dhcpd.conf: 
=============
authoritative;

default-lease-time 3600;
max-lease-time 7200;

shared-network snowfox {
 subnet 10.42.42.0 netmask 255.255.255.0 {
   range 10.42.42.210 10.42.42.230;

   option routers 10.42.42.1;
   option subnet-mask 255.255.255.0;
   option broadcast-address 10.42.42.255;
   option domain-name-servers 8.8.8.8;
 }
 # Basler Left
 subnet 10.42.43.0 netmask 255.255.255.0 {
 }
 # Velodyne
 subnet 10.42.44.0 netmask 255.255.255.0 {
 }
 # Axis
 subnet 10.42.45.0 netmask 255.255.255.0 {
 }
}

host brick-d0 {
 option host-name "brick-d0";
 hardware ethernet 68:b9:83:00:0a:d0;
 fixed-address 10.42.42.20;
}

# Connection: Brick-BaslerLeft
# BaslerLeft
host basler-left {
 option host-name "basler-left";
 hardware ethernet 00:30:53:27:13:84;
 fixed-address 10.42.43.50;
}
host brick-d2 {
 option host-name "brick-d2";
 hardware ethernet 68:b9:83:00:0a:d2;
 fixed-address 10.42.43.21;
}
# Connection: Brick-Velodyne
host brick-d1 {
 option host-name "brick-d1";
 hardware ethernet 68:b9:83:00:0a:d1;
 fixed-address 10.42.44.22;
}
host velodyne-hdl32e-0 {
 option host-name "velodyne-hdl32e-0";
 hardware ethernet 60:76:88:20:20:01;
 fixed-address 10.42.44.70;
}
# Connection: Brick-Axis
host brick-d3 {
 option host-name "brick-d3";
 hardware ethernet 68:b9:83:00:0a:d3;
 fixed-address 10.42.45.23;
}
# Axis 
host axis-m1124-0 {
 option host-name "axis-m1124-0";
 hardware ethernet AC:CC:8E:84:80:3C;
 fixed-address 10.42.45.50;
}


#host axis-m1124-0 {
#  option host-name "axis-m1124-0";
#  hardware ethernet ac:cc:8e:84:80:3c;
#  fixed-address 10.42.42.50;
#}

#host velodyne-hdl32e-0 {
#  option host-name "velodyne-hdl32e-0";
#  hardware ethernet 60:76:88:20:20:01;
#  fixed-address 10.42.42.70;
#}

host cisco-ie2000_16p-0 {
 option host-name "cisco-ie2000_16p-0";
 hardware ethernet f8:7b:20:d2:fe:40;
 fixed-address 10.42.42.100;
}

host meinberg-m500-0_0 {
 option host-name "meinberg-m500-0_0";
 hardware ethernet ec:46:70:00:99:eb;
 fixed-address 10.42.42.105;
}

host meinberg-m500-0_1 {
 option host-name "meinberg-m500-0_1";
 hardware ethernet 00:13:95:1d:f4:b6;
 fixed-address 10.42.42.106;
}

host applanix-pos_lv {
 option host-name "applanix-pos_lv";
 hardware ethernet 00:17:47:20:0d:58;
 fixed-address 10.42.42.40;
}

host trimble-0 {
 option host-name "trimble-0";
 hardware ethernet 00:60:35:0e:d1:cc;
 fixed-address 10.42.42.41;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant