How can I track down what part of pfsense is blocking website access?
Posted
by
Chase Florell
on Server Fault
See other posts from Server Fault
or by Chase Florell
Published on 2012-04-07T20:06:42Z
Indexed on
2012/04/07
23:32 UTC
Read the original article
Hit count: 499
I've got a PFSense firewall/gateway on our network. Everything works great except for the fact that I cannot access one specific website.
Pfsense is running the following packages
- Country Block
- LightSquid
- nmap
- notes
- squid
- squidGuard
- Strikeback
I can access every single website I've ever tried aside from one that we need for business use (http://bridalnetwork.ca)
here's the traceroute
frodo:~ chase$ traceroute bridalnetwork.ca
traceroute to bridalnetwork.ca (192.197.103.73), 64 hops max, 52 byte packets
1 rohan (192.168.5.1) 6.618 ms 1.662 ms 9.207 ms
2 * * *
3 * * rohan (192.168.5.1) 7.225 ms !H
4 rohan (192.168.5.1) 5.314 ms !H 5.701 ms !H 7.573 ms !H
frodo:~ chase$
How can I figure out what the reason behind the blockage is?
note: this has been tested on every computer on the network with the same results.
ps: the pfsense box is 'rohan' (192.168.5.1)
Here's what I get with Squid enabled
and here's what I get with Squid disabled
© Server Fault or respective owner