<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">I have not been following this thread,
      and I apologize if this is useless.<br>
      <br>
      Here is some information I got from Ceton:Hi Frank,
      <blockquote>
        <div><br>
        </div>
        <div style="">The InfiniTV device is different from the network
          device found in ubuntu. Think of it as a network device out on
          an ethernet network. Your computer has an IP and the InfiniTV
          has an IP so they can talk to each other. If the InfiniTV has
          a static IP of 192.168.1.112 then you need to give your ctn0
          interface an IP on the same subnet but a different IP, like
          192.168.1.113 or something.</div>
        <div style=""><br>
        </div>
        <div style="">This also assumes that your normal network
          interface on your computer is NOT on the <a
            href="http://192.168.1.0/24">192.168.1.0/24</a> subnet. This
          is why we use the <a href="http://192.168.200.0/24">192.168.200.0/24</a>
          subnet as it is typically not used by home networks.</div>
        <div style=""><br>
        </div>
        <div style="">Try the following:</div>
        <div style=""><br>
        </div>
        <div style="">ifconfig ctn0 192.168.1.113</div>
        <div style="">ping 192.168.1.112</div>
        <div style=""><br>
        </div>
        <div style="">If you did the reset network script then your
          infiniTV may be back on the 192.168.200.1 IP. Try this:</div>
        <div style=""><br>
        </div>
        <div style="">ifconfig ctn0 192.168.200.2</div>
        <div style="">ping 192.168.200.1</div>
        <div style=""><br>
        </div>
        <div style="">Also, according to ifconfig you are receiving
          packets so you might try running wireshark on the ctn0
          interface and looking at the packets to see if you can see
          what IP the infiniTV is on currently.</div>
      </blockquote>
      <div style="">So you need to worry about two IP addresses. Such as
        192.168.200.1 &amp; 192.168.200.2 (although they don't have to
        be consecutive).<br>
        <br>
        Frank<br>
      </div>
      <br>
      On 1/24/2013 5:45 PM, Ronald Frazier wrote:<br>
    </div>
    <blockquote
cite="mid:CADvQU8DaurUfyV8cSwXa8-qrrrdb_hnaDUhy3puzsyA+aajJew@mail.gmail.com"
      type="cite">
      <pre wrap="">Have you figured out anything more on this? I've been thinking but
can't really come up with any ideas. If you want to give me ssh
access, I can try to poke around at it and see if I can figure
anything odd in the setup that would cause it. If so, my IP is
96.27.87.28 in case you need to poke a hole in the firewall.

---
Ron Frazier



On Wed, Jan 16, 2013 at 10:44 PM, brendan kearney <a class="moz-txt-link-rfc2396E" href="mailto:bpk678@gmail.com">&lt;bpk678@gmail.com&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">no firewall locally...

[brendan@desktop Downloads]$ sudo iptables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

[brendan@desktop Downloads]$ sudo ip6tables -nL
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

proxy is running, but because i have a locally connected interface and an
exception in place for the 192.168.200.1 address, the traffic goes direct
and i have confirmed this in both proxy logs and wireshark.

[brendan@desktop Downloads]$ sestatus
SELinux status:                 disabled

What OS/version are you running? Fedora 17 64bit / Gnome 3
What version of myth? mythbackend version: fixes/0.26 [0.26.0-1.fc17
(v0.26.0-28-ge3087dd)] <a class="moz-txt-link-abbreviated" href="http://www.mythtv.org">www.mythtv.org</a>
What version of Qt? 4.8.4 (release 6.fc17)
What version of the Ceton driver?
ceton_infinitv_linux_driver_2012_1116_1219.tar.gz
What version of the Ceton firmware? ceton_infinitv_fw_20120313_1_1_7_2.IMAGE

[brendan@desktop ~]$ nc 192.168.200.1 80
GET /get_var.json?i=0&amp;s=diag&amp;v=Host_IP_Address
1d
{ "result": "192.168.200.1" }
0

since F18 is now out, i planned on moving to it.  i normally skip the odd
releases, but had to use 17 since 16 would not install on this pretty new
machine.  when i do move to 18, and have a very fresh build with no heavy
customization, such as proxy, i will try to see if i still get this weird
issue.  i wont be moving to it just yet, so more debugs can be done on what
i have running now.

_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>

</pre>
      </blockquote>
      <pre wrap="">


</pre>
    </blockquote>
    <br>
  </body>
</html>