Hello all, I have installed mythbuntu in a virtualbox virtual machine with bridged networking. Nmap says that the ports on the backend server are open (3306, 6543, 22, etc). but ALL PORTS on the frontend are closed. I don&#39;t know why, but my frontend (192.168.1.103 in virtual machine) cannot connect to the backend (192.168.1.100). I get the &quot; No UPnP backends found&quot; message. <br>
<br>I believe this is a database error, and indeed I cannot connect to the database from the command line on the frontend, BUT I CAN connect to database on the server). I have granted all mysql permissions to the user@&quot;%&quot;. I have  tried to diable the firewall using firestarter, but nmap -sS frontend still says the ports are closed and mysql cannot connect but just hangs for a long time. I have already changed the bind-address to 192.168.1.100 in my.cnf so I think mysql is listening on the right interface. Is there something with virtualbox that is blocking the ports? Do I even need any ports open on a frontend? Why doesn&#39;t disabling firewall in firestarter open the ports?  Thanks...<br>
<br>NMAP to backend:<br><br>Starting Nmap 5.00 ( <a href="http://nmap.org">http://nmap.org</a> ) at 2010-02-13 22:25 EST<br>Interesting ports on mythbox (192.168.1.100):<br>Not shown: 995 filtered ports<br>PORT     STATE  SERVICE<br>
21/tcp   open   ftp<br>22/tcp   open   ssh<br>80/tcp   open   http<br>6543/tcp open   mythtv<br>6547/tcp closed powerchuteplus<br><br>NMAP to frontend:<br><br>Starting Nmap 5.00 ( <a href="http://nmap.org">http://nmap.org</a> ) at 2010-02-13 22:38 EST<br>
All 1000 scanned ports on 192.168.1.103 are closed<br><br>