[H-GEN] Request for help with smoothwall firewall

Anthony Irwin irwa82 at yahoo.com
Thu Sep 22 02:31:42 EDT 2005


On Thu, September 22, 2005 2:49 pm, Ronald Bradford
wrote:
> [ Humbug *General* list - semi-serious discussions
about Humbug and     ]
> [ Unix-related topics. Posts from non-subscribed
addresses will vanish. ]
>
>
> However two things remain, VPN & VNC access.   I've
been unsuccessful in
> doing testing of VPN access from a Windoze machine
(which all staff use).
> While there is a certain amount of accessible
documentation, it's a lot
> to wade through and consensus is VPN is complicated,
and with Microsoft
> not supporting IPsec very difficult hence my request
for anybody that
> could give some valuable assistance first hand.

I haven't personally done any vpn stuff but I have
forwarded vnc
connections through a firewall.

I use a program called port forward to forward
incomming vnc ports to
different users. for example 1 user would use port
5501 another would use
5502 etc.

you can get port foward from
http://portfwd.sourceforge.net/ it is a
simple program to compile.


you can set up a simple script like vnc.cfg that would
look something like
below.
tcp {
   /* Forwarding Clients */
   5501 { => localuserip:5501 } /* users name */
   5502 { => localuserip:5502 } /* users name */

   /* Forwarding Servers */
   5901 { => localuserip:5900 } /* usersname */
   5902 { => localuserip:5900 } /* usersname */
}

Then you can run it with portfwd -c vnc.cfg. Ofcause
you need to have the
firewall letting it through.

Then users can vnc in from outside by running vnc and
typing serverip:port
as the address and providing vncserver is running on
the machine in
question then all should work fine. You can also see
their machine by them
running vnc in a different way with who runs vncserver
vs client etc but i
can't remember off the top of my head.

Anyway hope this helps.

Kind Regards,
Anthony Irwin

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the General mailing list