Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- $(sleep 10)
- $(cd /sbin)
- $(ip addr add 192.168.5.20/24 dev lan_br1)
- $(ip route add 0.0.0.0/0 via 192.168.5.1)
- $(cp /config/passwd /etc)
- #This is just an example for default gateway 192.168.5.1 and ip address 192.168.5.20.
- #It can be used for voip over wds
Add Comment
Please, Sign In to add comment