Difference between revisions of "Home Server"
From esoterum.org
(New page: [http://lifehacker.com/software/web-publishing/how-to-assign-a-domain-name-to-your-home-web-server-124804.php How to assign a domain name to your home web server]) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[http://lifehacker.com/software/web-publishing/how-to-assign-a-domain-name-to-your-home-web-server-124804.php How to assign a domain name to your home web server] | [http://lifehacker.com/software/web-publishing/how-to-assign-a-domain-name-to-your-home-web-server-124804.php How to assign a domain name to your home web server] | ||
+ | |||
+ | [https://linuxlink.timesys.com/docs/windows_tftp Windows TFTP server] | ||
+ | |||
+ | New MAC: 00:06:5B:A4:8D:A1 | ||
+ | Old MAC: 00:80:48:BA:d1:20 ? | ||
+ | |||
+ | 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. | ||
+ | <code> | ||
+ | :% ifconfig eth0 down | ||
+ | :% ifconfig eth0 hw ether 00:06:5B:A4:8D:A1 | ||
+ | :% ifconfig eth0 up | ||
+ | :% ifconfig eth0 |grep HWaddr | ||
+ | </code> | ||
+ | |||
+ | Setting MAC on the Glencoe: | ||
+ | <code> | ||
+ | :%cd /var/run | ||
+ | :%rm dhcpcd-eth0.pid | ||
+ | :%cd / | ||
+ | :%ifconfig eth0 down | ||
+ | :%ifconfig eth0 hw ether 00:06:5B:A4:8D:A1 | ||
+ | :%ifconfig eth0 up | ||
+ | :%dhcpcd eth0 | ||
+ | </code> |
Latest revision as of 16:37, 14 December 2007
How to assign a domain name to your home web server
New MAC: 00:06:5B:A4:8D:A1 Old MAC: 00:80:48:BA:d1:20 ?
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:06:5B:A4:8D:A1
- % ifconfig eth0 up
- % ifconfig eth0 |grep HWaddr
Setting MAC on the Glencoe:
- %cd /var/run
- %rm dhcpcd-eth0.pid
- %cd /
- %ifconfig eth0 down
- %ifconfig eth0 hw ether 00:06:5B:A4:8D:A1
- %ifconfig eth0 up
- %dhcpcd eth0