> If i put 192.168.10.1 ip pool assignment via dhcpd then all works fine. Squid is blocking 192.168.30.1 IP pool so that after vpn authentication via pptpd (poptop), users get 192.168.10.2/24 pool IPs and their browsing starts. But when i use 192.168.30.1/24 pool, it doesnt work at all. Let me paste the dhcpd and other conf here: > > > acl mynet1 src 202.133.44.0/255.255.255.0 > acl mynet2 src 192.168.10.0/255.255.255.0 > acl mynet3 src 192.168.20.0/255.255.255.0 > acl mynet4 src 192.168.30.4/255.255.255.0 > acl vpnips src 10.0.0.0/255.255.255.255 > > http_access allow vpn > http_access allow mynet1 > http_access allow mynet2 > http_access allow mynet3 > http_access deny mynet4 Your ACL setting is making problem here. You are not allowing 192.168.30.1 any where in the squid.conf acl part. Are you having more acl and http_access here. You are confusing your netmask assigment. To represent individual host use 255.255.255.255 netmask. Best Regards, Squid Runner Team SquidRunner - An Automatic Squid Builder Web: http://freshmeat.net/projects/squidrunner/ Mail: squidrunner_dev at yahoo dot com __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250