Re: [9fans] Drawterm + QEMU

2008-03-25 Thread Pietro Gagliardi
Okay, so now that I have drawterm working on my Mac, I'd like to have  
it working remotely at my school. Which IP addresses should I use  
instead of the localhost to connect to my CPU remotely?


On Mar 23, 2008, at 12:54 PM, Pietro Gagliardi wrote:


Ah yes, I had formatted the arguments wrong. I now do

drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567'  
-s 'tcp!127.0.0.1!5356' -u pietro


I just had 127.0.0.1.

By the way, I finally got a CPU server running. To get the IP  
addresses, I did

cat /net/ndb
and those seem to work.

On Mar 23, 2008, at 11:08 AM, Tom Lieber wrote:

On Sat, Mar 22, 2008 at 2:32 PM, Pietro Gagliardi  
[EMAIL PROTECTED] wrote:

Hello. Has anyone gotten drawterm to work with QEMU on Mac OS X? If
so, how? Thanks.


What issues are you having? After completing the CPU server
walkthrough on the wiki, the only tricky part for me was networking,
which I wrote about in reply to your question about transferring  
files

in November:

On Tue, Nov 6, 2007 at 4:06 PM, Tom Lieber [EMAIL PROTECTED] wrote:

On 11/6/07, Pietro Gagliardi [EMAIL PROTECTED] wrote:

How do I make the correct drawterm connection?


 Maybe this is done better in a howto somewhere, but I put this into
 the Arguments preference in Q:

 -redir tcp:2567::567 -redir tcp:17010::17010 -redir tcp:5356::5356

 The first port is higher due to permissions issues. I drawterm  
in with:


 drawterm -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s
 'tcp!127.0.0.1!5356' -u tom


--
Tom Lieber
http://AllTom.com/









Re: [9fans] Drawterm + QEMU

2008-03-25 Thread erik quanstrom
   On Mar 23, 2008, at 12:54 PM, Pietro Gagliardi wrote:
   Ah yes, I had formatted the arguments wrong. I now do
  
   drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567'
   -s 'tcp!127.0.0.1!5356' -u pietro
  
   I just had 127.0.0.1.

  why are you using port 2567 for your auth server?
 
 I don't know of a simple way to run Q with enough privilege for the lower 
 port.

i'd forgotten about that bit of unix wierdness.  i think that
drawterm should work fine with fewer argument decorations.

drawterm-osx-intel -c 127.0.0.1 -a tcp!127.0.0.1!2567 -u pietro

the secstore server defaults to tcp!$auth!secstore if none is specified.

- erik




Re: [9fans] Drawterm + QEMU

2008-03-25 Thread Skip Tavakkolian
 I'd still like to know which IP addresses to use for remote  
 connection to my cpu box. I tried the one in /net/ndb (10.0.2.15) but  
 it didn't work.
 
 rfc 1918 addresses (10/8, 172.16/12, 192.168/16) are not
 routable.  (there are other non-routable ip blocks as well.  check
 iana's website.)  you'll need to assign a routable address to your
 server to contact it through the internet.

to add to what erik said, isp's will not give you the same ip through
multiple connections.  if you have a domain, you'll need to use a
dynamic dns service, or discover your ip everytime.




Re: [9fans] Drawterm + QEMU

2008-03-23 Thread Tom Lieber
On Sat, Mar 22, 2008 at 2:32 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote:
 Hello. Has anyone gotten drawterm to work with QEMU on Mac OS X? If
 so, how? Thanks.

What issues are you having? After completing the CPU server
walkthrough on the wiki, the only tricky part for me was networking,
which I wrote about in reply to your question about transferring files
in November:

On Tue, Nov 6, 2007 at 4:06 PM, Tom Lieber [EMAIL PROTECTED] wrote:
 On 11/6/07, Pietro Gagliardi [EMAIL PROTECTED] wrote:
   How do I make the correct drawterm connection?

  Maybe this is done better in a howto somewhere, but I put this into
  the Arguments preference in Q:

  -redir tcp:2567::567 -redir tcp:17010::17010 -redir tcp:5356::5356

  The first port is higher due to permissions issues. I drawterm in with:

  drawterm -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s
  'tcp!127.0.0.1!5356' -u tom

-- 
Tom Lieber
http://AllTom.com/