From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <522A840A.8070708@gmail.com> Date: Fri, 6 Sep 2013 20:40:26 -0500 From: Sean Hinchee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] Raspberry Pi/Qemu Networking Problems Topicbox-Message-UUID: 7b4c1d76-ead8-11e9-9d60-3106f5b1d025 I've just touched the surface of Plan 9 and am trying to get networking functional. In Qemu and on the Pi my /net/iproute is virtually the same ( http://i.imgur.com/Yv7xnNS.png ). The image is the Qemu and the Pi is the same except it is missing the 10* and 0* entries. ip/ipconfig returns a DHCP failure on both, and 'ndb/dns -r' returns a 'can't read my ip address error'. I have been informed for Qemu I have to bridge and tap, I am going off of ( http://toast.djw.org.uk/qemu.html ) as I do not have qemu-bridge-helper. For the Pi I'm not sure what I should be doing. The router is acting as a wired switch and in port 1 I have a tower that is bridging its internet, DNS, and running a DHCP server. The router's server is disabled, and I made sure their ip's are not conflicting. The Pi does not seem to get that far at least because it can't ping the router (192.168.1.1) nor the tower (192.168.1.101). I'm stuck and looking for help with this new environment, I'm very familiar with Linux and hand configuring it, but this is vastly different.