| 1 | [[FaqLpscToc]] |
| 2 | = Acces au réseau Instrumentation = |
| 3 | Le réseau instrumentation est sur le VLAN 30 "INSTRUMENTATION".[[BR]] |
| 4 | |
| 5 | Pour installer une machine sur ce réseau il faut fournir son adresse MAC et le nom souhaité au service informatique.[[BR]] |
| 6 | |
| 7 | Cette adresse sera entrée dans {{{ /etc/vmps.db }}} sur lpsc-admin[[BR]] |
| 8 | |
| 9 | {{{ |
| 10 | address 0800.1119.921a vlan-name INSTRUMENTATION |
| 11 | }}} |
| 12 | |
| 13 | La correspondance adresse '''IP - nom''' sera entrés dans {{{ /etc/hosts }}} sur lpsc-admin[[BR]] |
| 14 | {{{ |
| 15 | ####################### |
| 16 | # INSTRUMENTATION |
| 17 | ####################### |
| 18 | 192.168.30.101 osc1 |
| 19 | 192.168.30.103 osc3 |
| 20 | 192.168.30.105 osc5 |
| 21 | 192.168.30.108 osc8 |
| 22 | 192.168.30.109 osc9 |
| 23 | }}} |
| 24 | |
| 25 | et la correspondance @MAC @IP sera entrée dans {{{ /etc/dhcp/dhcpd.instrumentation }}} sur lpsc0033x |
| 26 | {{{ |
| 27 | host osc1 { |
| 28 | hardware ethernet 08:00:11:19:92:1a; |
| 29 | fixed-address 192.168.30.101; |
| 30 | } |
| 31 | host osc3 { |
| 32 | hardware ethernet 08:00:11:17:f6:6c; |
| 33 | fixed-address 192.168.30.103; |
| 34 | } |
| 35 | }}} |
| 36 | |