Butch
01-10-2008, 07:51 PM
I have an hr10-250 all modded out.
Router is 192.168.0.10
Tivo ip is
IP Address 192.168.0.180
Netmask 255.255.255.0
Default Gateway 192.168.0.10
DNS Server 192.168.0.10
In my rc.sysinit.author file I have
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
fakecall.tcl
On my router I have all the tivos blocked from the INTERNET. But I see from the routers logs
Drop UDP packet from LAN 192.168.0.180:1025 24.226.10.193:53 Rule: deny
Drop UDP packet from LAN 192.168.0.180:1025 24.226.10.194:53 Rule: deny
Drop UDP packet from LAN 192.168.0.180:1025 24.226.1.93:53 Rule: deny
Lots of these all from my tivos. Good thing I have there ips blocked.
I believe this might be slowing down my network with all these dropped packets every so often especially when having more then 7 TiVos
In telnet I type :route
route_info, afname=inet, options=33
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
204.176.49.2 localhost.local 255.255.255.255 UGH 0 0 0 lo
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
204.176.49.0 localhost.local 255.255.255.0 UG 0 0 0 lo
default 192.168.0.10 0.0.0.0 UG 2 0 0 eth0
My question is.. Am I missing something else that should be done because obviously it is trying to connect vie network.
Router is 192.168.0.10
Tivo ip is
IP Address 192.168.0.180
Netmask 255.255.255.0
Default Gateway 192.168.0.10
DNS Server 192.168.0.10
In my rc.sysinit.author file I have
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
fakecall.tcl
On my router I have all the tivos blocked from the INTERNET. But I see from the routers logs
Drop UDP packet from LAN 192.168.0.180:1025 24.226.10.193:53 Rule: deny
Drop UDP packet from LAN 192.168.0.180:1025 24.226.10.194:53 Rule: deny
Drop UDP packet from LAN 192.168.0.180:1025 24.226.1.93:53 Rule: deny
Lots of these all from my tivos. Good thing I have there ips blocked.
I believe this might be slowing down my network with all these dropped packets every so often especially when having more then 7 TiVos
In telnet I type :route
route_info, afname=inet, options=33
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
204.176.49.2 localhost.local 255.255.255.255 UGH 0 0 0 lo
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
204.176.49.0 localhost.local 255.255.255.0 UG 0 0 0 lo
default 192.168.0.10 0.0.0.0 UG 2 0 0 eth0
My question is.. Am I missing something else that should be done because obviously it is trying to connect vie network.