/[cwmp]/google/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

Annotation of /google/net.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Mon Jun 18 08:36:30 2007 UTC (16 years, 11 months ago) by dpavlin
File MIME type: application/x-sh
File size: 172 byte(s)
optional network interface (or alias)
1 dpavlin 2
2 dpavlin 29 if [ -z "$1" ] ; then
3     eth=eth3
4     else
5     eth=$1
6     fi
7    
8 dpavlin 13 sudo ifconfig $eth 192.168.1.90 up
9     sudo route add -host 192.168.1.254 dev $eth
10 dpavlin 29 echo "Setup of $eth to 192.168.1.90 ready"

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26