/[cwmp]/google/branches/TRY-shomodj/net.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /google/branches/TRY-shomodj/net.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (show annotations)
Fri Oct 26 16:05:41 2007 UTC (16 years, 7 months ago) by shomodj
File MIME type: application/x-sh
File size: 185 byte(s)
 r835@cryptofix:  shomodj | 2007-10-26 17:03:29 +0200
 add mine try branch, don't want to brake anything in trunk

1
2 if [ -z "$1" ] ; then
3 eth=eth0
4 # eth=ath0:0
5 else
6 eth=$1
7 fi
8
9 sudo ifconfig $eth 192.168.1.90 up
10 sudo route add -host 192.168.1.254 dev $eth
11 echo "Setup of $eth to 192.168.1.90 ready"

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26