cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
628
Views
0
Helpful
3
Replies

S160 want to allow one social network site

Asim Afzal
Level 1
Level 1

Hi,

i have blocked al social networking site in my s160.

if let say i want to allow one site let say facebook .com.i have created a customer filter mention www.facebook.com which need to be allow

when i browae facebook.com i can see first page but when i ogin it give me page where images are missing .Seems to be ironport is block somep art of webpage.

i think i need to configure reguler experssion there.

Can any body advise how to configure reguler expersion for www.facebook.com

3 Replies 3

Chris Illsley
Level 3
Level 3

Hi,

You probably don't need a regular expression.

To cover the domain facebook.com you shoudl enter:

facebook.com

and

.facebook.com

Howevver Facebook more than likely uses extra domains as well, log onto the CLI of your S160 and run a grep against your IP address.

Have a look at the denied messages and this should show you what extra domains are being blocked to add to your custom category.

Hope this helps.

Thanks

Chris

Hi,

Can you let me know how can i grep against ip address 10.10.10.1.I need the command.

I tired but its not working for me

Hi,

Log ontot he CLI:

grep

1

10.10.10.1

use default values for all except tail logs, choose yes for this

or:

grep 10.10.10.1 -t accesslogs

Cheers

Chris