[squid-users] Squid and Telnet over Networks

From: <dwalker@dont-contact.us>
Date: Thu, 24 Jul 2003 00:43:42 -0400 (EDT)

Hi,
IM using squid and have this configuration

Internet -> switch (192.168.0 network) -> server(running squid)
--------the server connects to next line---------<
V
internal router(DHCP - 192.168.1 network) -> nodes

how do i go about haveing the 192.168.1 network telnet out to the internet?

the current configuration i have is this

#-------------------------------------------------------------------#

acl ournetwork 192.168.0.0/255.255.255.0 192.168.1.0/255.255.255.0
acl telnet_ports port 23
acl telnet_target port 4004

http_access ournetwork telnet_ports
http_access ournetwork telnet_target

#----------------------------------------------------------------------#

Any sugestions would be greatful,

Thanks in advance
PS- please email me with sugestions

David Walker
Mudsite Hosting
dwalker@mudsite.com
Received on Wed Jul 23 2003 - 22:44:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:18:15 MST