Results 1 to 2 of 2
have to go to each computer and reset it up. I have it on a computer let say the id address is 1.2.3.4 for that computer so the squid ip ...
- 07-21-2010 #1Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 124
[SOLVED] squid and static ip address
have to go to each computer and reset it up. I have it on a computer let say the id address is 1.2.3.4 for that computer so the squid ip address is 1.2.3.4 3128. then i have to shutdown the router when i turn it on the ip address for the computer is 1.2.3.5 and squid has 1.2.3.4 3128 so squid it not accepting connections because the ip address do not match. how do i fix this? below is the only changes i have made to the squid config file.
on lines631-655 in config file
acl user src 1.2.3.0/24
http_access allow user
# TAG: http_access
# Allowing or Denying access based on defined access lists
#
# Access to the HTTP port:
# http_access allow|deny [!]aclname ...
#
# NOTE on default values:
#
# If there are no "access" lines present, the default is to deny
# the request.
#
# If none of the "access" lines cause a match, the default is the
# opposite of the last line in the list. If the last line was
# deny, the default is allow. Conversely, if the last line
# is allow, the default will be deny. For these reasons, it is a
# good idea to have an "deny all" or "allow all" entry at the end
# of your access lists to avoid potential confusion.
#
#Default:
http_access deny all
- 07-21-2010 #2Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 124
Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration
fixed my problem thank you for your help.


