[mythtv-commits] Ticket #4258: hostname lookup goes wrong

MythTV mythtv at cvs.mythtv.org
Sat Dec 8 19:36:24 UTC 2007


#4258: hostname lookup goes wrong
-----------------------------------------+----------------------------------
 Reporter:  jp <jpeter at abinullfuenf.de>  |        Owner:  ijr       
     Type:  defect                       |       Status:  closed    
 Priority:  minor                        |    Milestone:  unknown   
Component:  mythtv                       |      Version:  0.20-fixes
 Severity:  medium                       |   Resolution:  invalid   
  Mlocked:  0                            |  
-----------------------------------------+----------------------------------

Comment(by jp <jpeter at abinullfuenf.de>):

 I forgot to mention my solution:

 I redirect all tcp-traffic to the backend to the correct IP using iptables
 on the frontend:


 {{{
 iptables -A OUTPUT -t nat -d 192.168.1.106 -p tcp -j DNAT --to-destination
 192.168.0.105
 }}}

 does the job in my case.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4258#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list