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 [EMAIL PROTECTED]
