/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ Phil wrote: > I am working on a bid where the company wants to connect several stores > together through dsl lines at each location. They will have several > computers at each location and a seperate firewall for each location. > Management wants employees to be able to access the web based applications on > their main server (probably on port 6122 or some arbitrary port other than 80) > and to be able to email (on regular ports), but wants to stop usage of the web > (port 80). Is there some way I can use masq'ing to make it impossible for the > local area network to see port 80 throughout the internet as a whole? If masq > won't do it, then does anybody have an idea where I could go to find out how to > do this. transparent proxies are your friend :) if you turn on transparent proxying in the kernel and read the relevant howtos, you'll be able to redirect all packets destined for port 80 to any ip address/port you want. raf _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
