Results 1 to 2 of 2

Thread: Linux Squid Proxy / NAT Router Can't Ping Google or other public IPs

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Location
    Tamilnadu,India
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default Linux Squid Proxy / NAT Router Can't Ping Google or other public IPs

    Hi
    I am configure squid proxy in my linux server machine and my client windows machine also to set that proxy for every machine.
    Internet was working properly but i can't ping google or any another sites using cmd prompt please tell me solution

  2. #2
    Senior Member Rahul.Patil's Avatar
    Join Date
    Feb 2012
    Location
    Mumbai india
    Posts
    447
    Thanks
    10
    Thanked 46 Times in 43 Posts
    Rep Power
    6

    Default

    Hi,

    You might have to do allow icmp in iptable , so just give me output of below command
    Code:
    iptables -L -n -v
    and
    Code:
    iptables -L -n -v -t nat
    Or you can refer below link to allow ping
    Linux Iptables allow or block ICMP ping request
    Rahul Patil <http://www.linuxian.com>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 3rd January 2012, 11:10 AM
  2. Replies: 3
    Last Post: 27th April 2011, 12:40 PM
  3. Replies: 2
    Last Post: 17th July 2009, 02:50 PM
  4. Squid Proxy server on Linux
    By basha in forum Getting started tutorials
    Replies: 0
    Last Post: 12th March 2008, 02:16 AM
  5. Restrict number of simultaneous proxy connections in SQUID proxy
    By pkvmreddy in forum Getting started tutorials
    Replies: 1
    Last Post: 15th June 2007, 03:52 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41