3 155
contributi
Wtf (discussione | contributi) |
Wtf (discussione | contributi) |
||
Riga 110: | Riga 110: | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
gateway 192.168.1.1 | gateway 192.168.1.1 | ||
ethernet-wol g | |||
</pre> | </pre> | ||
Notare l'aggiunta della direttiva <code>'''ethernet-wol'''</code>. | Notare l'aggiunta della direttiva <code>'''ethernet-wol'''</code>. | ||
Riga 116: | Riga 116: | ||
==== Prima di Squeeze ==== | ==== Prima di Squeeze ==== | ||
<pre> | |||
auto eth0 | auto eth0 | ||
iface eth0 inet static | iface eth0 inet static | ||
Riga 121: | Riga 122: | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
gateway 192.168.1.1 | gateway 192.168.1.1 | ||
up ethtool -s eth0 wol g | |||
</pre> | |||
Notare l'aggiunta della direttiva <code>'''up'''</code>. | Notare l'aggiunta della direttiva <code>'''up'''</code>. | ||
contributi