0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Squidの構築メモ(Windows)

Posted at

Squidサーバ
10.10.10.10

Squidを利用するサーバ
20.20.20.20

SquidをDL(.msi)
初期値でインストール
タスクバーに"イカ"が追加される。

タスクバーからイカを右クリックしてOpen Squid Configurationを選択
squid.confが開く

確認
http_port 3128 ←squidに接続するマシンがFWに穴をあけるポート

設定を記述する
dns_nameservers 100.100.100.100 上位にProxy設定がある場合は記入。nslookupで確認する。
acl マシン名 src マシンIP SquidProxyに接続を許可するマシンを記入
http_access allow マシン名

cache_peer 上位ProxyサーバのIP parent 利用ポート 0 no-query
icp_port 0
never_direct allow all

設定記入終わったらサービス再起動(services.msc)
上手くいかない時はサーバ再起動

SquidProxyを利用するマシンのプロキシ設定を行う

参考URL
https://gup.monster/entry/2021/01/01/102409
https://4thsight.xyz/37141

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?