View Single Post
  #6   (View Single Post)  
Old 11th June 2009
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default

I've put those lines in the rc.conf file but I still have to run the natd command manually when I boot. Otherwise people get a proxy not found error in their browsers.

Here is my natd.conf
Code:
#
# natd.conf
#
# Manual line:
# natd -interface tun0 -redirect_port tcp 192.168.200.2:80 80
#


#interface tun0
#use_sockets yes
#same_ports yes

# Allow paistram to be the webserver
redirect_port tcp 192.168.1.2:80 80
I run squid on proxy port 3128 for http requests do I have to add something to my firewall or natd.conf to handle this?
Reply With Quote