hoe srel ik in linux debian het hardware adress van een netwerk kaart in??
het is een ne2000 kloon realtek 8029
en het kan wel onder windows
het is een ne2000 kloon realtek 8029
en het kan wel onder windows
Verwijderd
theodoliet:/var/log# cat /etc/network/interfaces
# Used by ifup(and ifdown(
. See the interfaces(5) manpage or
# /usr/share/doc/netbase/examples for more information.
#
iface lo inet loopback
iface eth0 inet static
address 192.168.1.4
netmask 255.255.255.0
gateway 192.168.1.1
If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
Verwijderd
ifconfig
eth1 Link encap:Ethernet HWaddr 52:54:AB:12:94:98
ifconfig eth1 down
ifconfig eth1 hw ether 01:02:03:04:05:06
ifconfig eth1 up
ifconfig
eth1 Link encap:Ethernet HWaddr 01:02:03:04:05:06
Verwijderd
Verwijderd