VNC Ports and firewalling.

2001-03-06 Thread Steve Russo
Hello, I would like to use VNC for some online training but we are running into firewalling issues. The problem stems from VNC using only ports 58xx. Most corporations and people in the know will block all ports except for a few given ones like httpd etc,etc, into their network (duh, tell us somet

RE: VNC Ports and firewalling.

2001-03-07 Thread Steve Russo
ipmasqadm portfw -d -P tcp -L 24.29.255.187 80 -R 192.168.1.22 5800 forwards everything from port 80 on linux box to port 5800 on an internal machine. really cool. Carl Karsten - Original Message - From: "Steve Russo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

RE: FTP Server

2001-03-15 Thread Steve Russo
Well, I would imagine that vnc should do vnc stuff. It should not be bloated down with any other programs that are not related to vnc (especially when there are other programs that are made to do what they do best, like ftp, etc etc). If you want an ftp agent, make one in perl. It is really not t

RE: FTP Server

2001-03-15 Thread Steve Russo
Works great for me also. -Original Message- From: Tim Waugh To: [EMAIL PROTECTED] Sent: 03/13/2001 11:54 AM Subject: Re: FTP Server On Tue, Mar 13, 2001 at 05:19:27PM +, Jonathan Morton wrote: > Yes, and the intermediate tunnel would probably be SSH in this example. > This doe

RE: restrict access to specific IP

2001-03-22 Thread Steve Russo
Below is for WinXX I would believe. For GNU Linux systems, you can use the /etc/hosts.accept and /etc/hosts.deny. A better way to do this for GNULS is to use a firewall though. IPCHAINS is built right in so just get a good firewall builder (Like Mason). If you need to find Mason, search for it on

RE: Xvnc and timeout

2001-03-27 Thread Steve Russo
If there is a certain file that changes when a user logs in and logs out, you should be able to create a small perl daemon that watches that file. If that file changes, make it do an action (A possible action could be a simple kill or using your Xreset script). The question is, what file changes

RE: Unix $DISPLAY env variable

2001-04-13 Thread Steve Russo
You might not want to do that. + Access is granted to everyone, even if they aren't on the list (i.e., access control is turned off). Thanks, Steve Don't phear the penquin. -Original Message- From: Alan Conboy To: '[EMAIL PROTECTED]' Sent: 04/12/2001 11

RE: AW: Hacking

2001-05-29 Thread Steve Russo
Great response Jonathan. About the only thing that I have not seen in this thread though, is a discussion of wether or not an openssh (or ssh) solution can be used cross-platform. I have not looked into it, but I always assumed that the ssh tunnel could only be created from Unix to Unix, not from