ifconfig eth0 down hw ether 00:00:00:00:00:02Change the mac address of eth0 and disconnect the interface, execute ifconfig eth0 up to start the interface
ifconfig eth0 192.168.1.103 netmask 255.255.255.0 broadcast 192.168.1.255Set the IP address on eth0 to 192.168.1.102, netmask to 255.255.255.0, and broadcast to 192.168.1.255
ifconfig eth0 promiscEnable the promiscuous mode of the interface. If selected, all packets on the network will be received by the interface. To disable pass -promisc.
DDWRT Ifconfig
Hello I've run an ifconfig settings but everytime I reboot the unit the command applied is reset. how can I write the settings done into the non volatile memory of the device?
thanks you