/[pxelator]/bin/lib.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

Diff of /bin/lib.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 453 by dpavlin, Sun Sep 20 15:47:54 2009 UTC revision 454 by dpavlin, Sat Jan 2 14:04:42 2010 UTC
# Line 3  Line 3 
3  sudo modprobe 8021q  sudo modprobe 8021q
4  sudo vconfig add eth0 63  sudo vconfig add eth0 63
5  sudo ifconfig eth0.63 10.60.4.9 netmask 255.255.252.0 up  sudo ifconfig eth0.63 10.60.4.9 netmask 255.255.252.0 up
6    
7    sudo ifconfig virtual 172.16.10.1 netmask 255.255.255.0 up
8    sudo iptables -t nat -A POSTROUTING -s 172.16.10.1/24 -o eth0 -j MASQUERADE
9    
10  exec sudo ./bin/start.sh  exec sudo ./bin/start.sh

Legend:
Removed from v.453  
changed lines
  Added in v.454

  ViewVC Help
Powered by ViewVC 1.1.26