This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
informatica:hp_z240mt_offstation_pvlicense [2017/08/02 15:48] miquel [Virtual Ethernet Interface] |
informatica:hp_z240mt_offstation_pvlicense [2017/08/04 10:27] (current) miquel [Fitxer de llicències] |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| ===== Fitxer de llicències ===== | ===== Fitxer de llicències ===== | ||
| - | Aquestes són les llicències del ParaVision a l' | + | Aquestes són les llicències del ParaVision a l' |
| < | < | ||
| Line 160: | Line 160: | ||
| #<!-- LICENSE END --> | #<!-- LICENSE END --> | ||
| </ | </ | ||
| + | |||
| + | Edito el fitxer i canvio el nom del servidor de // | ||
| ===== Virtual Ethernet Interface ===== | ===== Virtual Ethernet Interface ===== | ||
| Line 194: | Line 196: | ||
| </ | </ | ||
| - | Per ara el desactivo, esborro l' | + | Per ara el desactivo |
| < | < | ||
| - | ip link set eth0 down | + | root@cie-50-189:/ |
| + | root@cie-50-189:/ | ||
| + | 1: lo: < | ||
| + | link/ | ||
| + | inet 127.0.0.1/8 scope host lo | ||
| + | | ||
| + | inet6 ::1/128 scope host | ||
| + | | ||
| + | 2: eth0: < | ||
| + | link/ether dc: | ||
| + | inet 192.168.2.15/ | ||
| + | | ||
| + | inet6 fe80:: | ||
| + | | ||
| + | 3: eth10: < | ||
| + | link/ether 00: | ||
| + | </ | ||
| - | ip addr del 192.168.0.77/ | + | si tingués una adreça IP assignada l' |
| + | < | ||
| + | ip addr del 192.168.0.77/ | ||
| + | </ | ||
| - | rmmod dummy | + | però com que no en té, es pot eliminar l' |
| + | < | ||
| + | ip link delete eth10 type dummy | ||
| + | </ | ||
| + | i elimino el dispositiu virtual (dummy kernel module) | ||
| + | |||
| + | < | ||
| + | root@cie-50-189:/ | ||
| + | root@cie-50-189:/ | ||
| + | 1: lo: < | ||
| + | link/ | ||
| + | inet 127.0.0.1/8 scope host lo | ||
| + | | ||
| + | inet6 ::1/128 scope host | ||
| + | | ||
| + | 2: eth0: < | ||
| + | link/ether dc: | ||
| + | inet 192.168.2.15/ | ||
| + | | ||
| + | inet6 fe80:: | ||
| + | | ||
| </ | </ | ||
| Line 227: | Line 268: | ||
| També cal comprovar els fitxers de configuració del gestor de xarxes // | També cal comprovar els fitxers de configuració del gestor de xarxes // | ||
| - | <file> | + | <WRAP info> |
| - | CONFIGURATION FILES | + | The configuration files are read from the files located in the system network directory / |
| - | The configuration files are read from the files located in the system network | + | |
| - | directory / | + | |
| - | / | + | |
| - | / | + | |
| - | Networks are configured in .network files, see systemd.network(5), | + | Networks are configured in .network files, see systemd.network(5), |
| - | network devices are configured in .netdev files, see systemd.netdev(5). | + | </WRAP> |
| - | </file> | + | |
| Per informació sobre cóm fer-ho, cal consultar les següents pàgines del manual (man pages) | Per informació sobre cóm fer-ho, cal consultar les següents pàgines del manual (man pages) | ||
| Line 243: | Line 279: | ||
| * ... | * ... | ||
| - | ==== Load dummy module at boot ==== | + | ===== Carregar el mòdul |
| - | A Debian, els mòduls que s'han de carregar quan es posa en marxa l' | + | A Debian, els mòduls que s'han de carregar quan es posa en marxa l' |
| < | < | ||
| - | The / | + | # Load dummy at boot to create virtual network device |
| + | dummy | ||
| </ | </ | ||
| - | o dins la carpeta | + | ===== Configurar el mòdul dummy ===== |
| - | * [[https://manpages.debian.org/jessie/ | + | |
| + | Hi ha dues opcions per configurar el dispositiu //dummy0// com a dispositiu de xarxa virtual. La primera opció és posar al fitxer | ||
| + | |||
| + | < | ||
| + | install dummy / | ||
| + | /sbin/ip link set name ethdummy1 dev dummy0 | ||
| + | </ | ||
| + | |||
| + | La segona és configurar-ho com a servei de //systemd// tal i com s' | ||
| + | |||
| + | < | ||
| + | [Unit] | ||
| + | Description=Dummy network interface for Bruker TopSpin/ | ||
| + | Requires=systemd-modules-load.service | ||
| + | |||
| + | [Service] | ||
| + | Type=oneshot | ||
| + | ExecStart=/ | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||
| + | |||
| + | on s' | ||
| + | |||
| + | Per finalitzar, s' | ||
| + | |||
| + | < | ||
| + | # systemctl enable bruker.licensing | ||
| + | Created symlink from / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== Referències ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| * [[https:// | * [[https:// | ||
| - | + | * [[https:// | |
| - | Així doncs... | + | * [[https:// |
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||