Simple shell script to up the ethernet card on specific IP.
ifconfig eth0 down;
ifconfig eth0 141.1.89.151 netmask 255.255.128.0 up;
route add default gw 141.1.47.142 eth0;
eth0: the interface of ethernetcard
Simple shell script to up the ethernet card on specific IP.
ifconfig eth0 down;
ifconfig eth0 141.1.89.151 netmask 255.255.128.0 up;
route add default gw 141.1.47.142 eth0;
eth0: the interface of ethernetcard
For further actions, you may consider blocking this person and/or reporting abuse
Eshan Roy (eshanized) -
Kelvin Hey -
Miguel Neto -
Kacey Gambill -
Top comments (0)