HOW TO SETUP IP CONFIGURATION MANUALLY IN LINUX
Hie Frnd's
Today We Are Going To See , How To Configure IP Address Manually in Linux Operating System .
I Did it in My Linux Machine So Just Watch The Pic Then You Will Know How to Do it ..
CMD 1 : ifconfig eth0 down
CMD 2 : ifconfig eth0 192.168.2.64 netmask 255.255.255.0
CMD 3 : macchanger --mac 00:27:0e:00:16:49 eth0
CMD 4 : route add default gw 192.168.2.1 eth0
CMD 5 : echo nameserver 192.168.2.1 > /etc/resolv.conf
CMD 6 : echo nameserver 192.168.3.1 >> /etc/resolv.conf
CMD 7 : ifconfig eth0 up
Done :)
Note : i m using IP Address And MAC & Default Gateway As Per My Configuration .. You Use Your OWN IP , MAC n All.
Comments
Post a Comment