Delboy

sx763 autoscript /config/ipp.sh

Oct 5th, 2010
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/sh
  2. $(sleep 10)
  3. $(cd /sbin)
  4. $(ip addr add 192.168.5.20/24 dev lan_br1)
  5. $(ip route add 0.0.0.0/0 via 192.168.5.1)
  6. $(cp /config/passwd /etc)
  7.  
  8.  
  9. #This is just an example for default gateway 192.168.5.1 and ip address 192.168.5.20.
  10. #It can be used for voip over wds
Add Comment
Please, Sign In to add comment