On Thu, Jan 7, 2010 at 10:05 PM, lars poulsen <[email protected]>wrote:

> On Thu, Jan 7, 2010 at 7:42 PM, Davide Scaini <[email protected]> wrote:
> >
> >
> > On Thu, Jan 7, 2010 at 10:13 AM, lars poulsen <[email protected]>
> > wrote:
> >>
> >> On Wed, Jan 6, 2010 at 6:10 PM, Davide Scaini <[email protected]>
> wrote:
> >> > On Wed, Jan 6, 2010 at 10:09 AM, lars poulsen <[email protected]
> >
> >> > wrote:
> >> >>
> >> >> Hi list.
> >> >>
> >> >> Does anybody know of a VNC viewer that works with SHR?
> >> >> I have a linux machine without monitor to control my music and i
> would
> >> >> love to use my freerunner to control this machine.
> >> >>
> >> >> regards,
> >> >> _______________________________________________
> >> >> Shr-User mailing list
> >> >> [email protected]
> >> >> http://lists.shr-project.org/mailman/listinfo/shr-user
> >> >
> >> > Maybe i'm stupid but there is vncviewer on shr!
> >> > Is that what your're searching for?
> >> > d
> >> >
> >>
> >> Nope not you. It must be me.
> >> Would you care to describe how you start it?
> >>
> >> regards,
> >
> > yes!
> >
> > server-side:
> >  I have an ubuntu with vncserver and x11vnc... and i use one or the other
> > depending on what i need.
> >  Suppose my server has ip 192.168.0.200 (you have to set the password
> with
> > vncpasswd)
> >
> > client-side (fr):
> >  vncviewer 192.168.0.200
> >  (if i run on the server x11vnc)
> >  or
> >  vncviewer 192.168.0.200:1
> >  (if i run plain vncserver on server; :1 is the number of the virtual
> > display created when you run vncserver)
> >
> >
> > HTH, if not, ask ;)
> > d
> >
> Arghhh...
> No path no nothing just  vncviewer 192.168.0.200 in the terminal?
> I just get: "vncviewer: not found"
>
> Thanks for you effort anyway...
>
> regards,
>


Ah, you should first enstablish a working connection then vncviewer will
work for sure.
I use this script on my ubuntu:

#bash sh!
#run this script on you host
sudo route add -host 192.168.0.202 dev eth1
sudo iptables -t nat -A POSTROUTING -j MASQUERADE -s 192.168.0.0/24 -o wlan0
sudo sysctl -w net.ipv4.ip_forward=1
sudo ifconfig eth1 192.168.0.200 netmask 255.255.255.0
ssh -X [email protected]

this will connect with ssh to the fr.
d
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to