Re: Routing problem

2003-12-08 Thread Clayton F
This setup appears a little confusing. Does your ISP give you a static or dynamic IP address to the internet? It would also help to see the interface configuration info in your rc.conf file. generally speaking, your external interface should have the ip address assigned by your isp, not a

Re: port forward

2003-12-01 Thread Clayton F
For security purposes, I ssh tunnel with a port forward to use vnc from remote locations For example: sudo ssh -L 5900:192.168.0.100:5900 [EMAIL PROTECTED] Hope this helps... --Clayton On Dec 1, 2003, at 7:46 PM, Peter Kok wrote: -- Hi all Does freebsd provide port forward when

Problems using natd to access internal webserver

2003-11-25 Thread Clayton F
I am having trouble using natd to redirect incoming http requests to an internal web server. My ISP blocks incoming port 80 (the dogs!), so the browser needs to send its request on an unprivileged port - I chose port 5500 So in my web browser I enter url http://www.mydomain.com:5500/ My