sleep 5
EXT3="YES";EXT3P="part1";EXT32="YES";EXT3P2="part2";mkdir /tmp/etc/config
if [ "$EXT3" == "YES" ]; then echo "Found" >> /tmp/etc/config/fs.wanup; fi
if [ "$EXT32" == "YES" ]; then echo "Found">> /tmp/etc/config/fs.wanup; fi
echo "mount -o rw -t ext3 /dev/discs/disc0/$EXT3P /opt" >> /tmp/etc/config/fs.wanup
echo "mount -o rw -t ext3 /dev/discs/disc0/$EXT3P2 /mnt" >> /tmp/etc/config/fs.wanup
chmod +x /tmp/etc/config/fs.wanup
sh /tmp/etc/config/fs.wanup
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
sleep 60
iptables -I INPUT -p tcp -d 192.168.1.1 --dport 25000 -j logaccept
/opt/bin/transmission-daemon -g /opt/data/torrents/.config/transmission-daemon
bajaj151 said:Offtopic : Why Homeshop18 providing 1 year warranty on Asus RT N13U B.1 unlike 3 years by others ??
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -j ACCEPT