TiVo Community Forum banner
1 - 3 of 3 Posts

· Wicked Awesome!
Joined
·
146 Posts
Discussion Starter · #1 ·
When I access the Net Config module in TWP 2.0 and attempt to change the DNS IP, it won't "stick" After rebooting, it is still set to my router's IP. Is there a fix for this?? If so - how/where?? I've been searching w/o any luck.

TIA!
 

· Wicked Awesome!
Joined
·
146 Posts
Discussion Starter · #3 ·
Here's what I've got..

#!/bin/bash
# Zipper author file
echo "starting rc.sysinit.author"

echo "set environmental variables"
export PATH=./:.:/utils:/bin:/sbin:/tvbin:/tivobin:/busybox:/enhancements
export TIVO_ROOT=
export MFS_DEVICE=/dev/hda10

echo "starting telnet and ftp"
tnlited 23 /bin/bash -login &
tivoftpd

echo "starting serial bash"
/bin/bash </dev/ttyS2&> /dev/ttyS2&

echo "running fakecall"
fakecall.tcl
route add -host 204.176.49.2 gw 127.0.0.1
route add -net 204.176.49.0 gw 127.0.0.1 netmask 255.255.255.0

######### One-time Zipper network setup. May be deleted. ######################

I don't see what may be causing the problem in this file. It is aggravating having an empty NPL.
 
1 - 3 of 3 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top