Difference between revisions of "Home Server"

From esoterum.org
Jump to: navigation, search
Line 8: Line 8:
 
In linux, you can change the hardware (MAC) address of your machine.This is how it is done.
 
In linux, you can change the hardware (MAC) address of your machine.This is how it is done.
 
<code>
 
<code>
# ifconfig eth0 down
+
% ifconfig eth0 down
# ifconfig eth0 hw ether 00:80:48:BA:d1:20
+
% ifconfig eth0 hw ether 00:80:48:BA:d1:20
# ifconfig eth0 up
+
% ifconfig eth0 up
# ifconfig eth0 |grep HWaddr
+
% ifconfig eth0 |grep HWaddr
 
</code>
 
</code>

Revision as of 17:22, 14 December 2007

How to assign a domain name to your home web server

Windows TFTP server

MAC: 00:06:5B:A4:8D:A1

How to change the MAC address of your machine In linux, you can change the hardware (MAC) address of your machine.This is how it is done. % ifconfig eth0 down % ifconfig eth0 hw ether 00:80:48:BA:d1:20 % ifconfig eth0 up % ifconfig eth0 |grep HWaddr