r226@brr: dpavlin | 2007-11-16 19:32:44 +0100
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Nov 2007 18:33:04 +0000 (18:33 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 16 Nov 2007 18:33:04 +0000 (18:33 +0000)
 change addressing

git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@206 836a5e1a-633d-0410-964b-294494ad4392

scripts/cwmp-enable.txt
scripts/net.sh

index 196bed1..f33f0be 100644 (file)
@@ -1,6 +1,6 @@
 # just a comment
 :cwmp debug traceconfig level=1
-:cwmp server config url=http://192.168.1.241:3333/
+:cwmp server config url=http://10.0.0.100:3333/
 :cwmp config state=enabled mode=full periodicInform=enabled periodicInfInt=15
 
 
index bec0efc..f9768fd 100755 (executable)
@@ -11,6 +11,6 @@ fi
 sudo ifconfig $eth down
 sudo ifconfig $eth 192.168.1.241 up
 # backup network (thompson 10.0.0.138)
-sudo ifconfig $eth:10 10.0.0.1 up
+sudo ifconfig $eth:10 10.0.0.100 up
 sudo route add -net 192.168.1.240/28 dev $eth
 echo "Setup of $eth to 192.168.1.90 ready"