Discussion:
HD1000 DNS servers?
Steve Martin
2004-07-21 00:19:52 UTC
Permalink
I have my Roku set up with a static IP address via editing ifcfg-eth0
as follows...

# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
IPADDR=10.0.1.204
GATEWAY=10.0.1.1
NETMASK=255.255.255.0

I have a local DNS server that I'd like to have it use but I don't see
where the Roku maintains what DNS servers it uses.

Any pointers?

--
Steve Martin
***@planomartins.com
Travis Clayton
2004-07-21 02:07:07 UTC
Permalink
resolv.conf in /etc

nameserver 192.168.0.2

using the correct ip address of course
Post by Steve Martin
I have my Roku set up with a static IP address via editing ifcfg-eth0
as follows...
# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
IPADDR=10.0.1.204
GATEWAY=10.0.1.1
NETMASK=255.255.255.0
I have a local DNS server that I'd like to have it use but I don't see
where the Roku maintains what DNS servers it uses.
Any pointers?
--
Steve Martin
_______________________________________________
Roku-tech mailing list
http://lists.rokulabs.com/mailman/listinfo/roku-tech
Steve Martin
2004-07-21 02:11:32 UTC
Permalink
Thanks, /etc/resolv.conf was the place. It already had two, perhaps
snarfed from my DHCP server before I switched to a fixed address or
perhaps I didn't remember editing it before.

Anyway, its working great now.
Post by Steve Martin
I have my Roku set up with a static IP address via editing ifcfg-eth0
as follows...
# cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
IPADDR=10.0.1.204
GATEWAY=10.0.1.1
NETMASK=255.255.255.0
I have a local DNS server that I'd like to have it use but I don't
see where the Roku maintains what DNS servers it uses.
Any pointers?
/etc/resolv.conf would be my guess.
--
http://3am-software.com/bio/matt/
Cupertino, CA disclaimer: I avow all knowledge of this
message.
--
Steve Martin
***@planomartins.com

Loading...