TOPIC: pfSense users

Re: pfSense users 21 May 2012 00:46 #530472

  • athenaxd's Avatar
  • athenaxd
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 16947
  • Thanks: 3429

lenardzone wrote:

mark1981 wrote:

lenardzone wrote:

lenardzone wrote:

mark1981 wrote:

lenardzone wrote:

mark1981 wrote: firefox 12 gamit ko lenard

lahat ng fb games naka-cache kahit yung mga update cache din... smartbro lang ISP ko

ps thanks nga pala dun sa smart video plugin working at stable sya sa lahat ng video website


ok lang sir mark..ntsambahan ko lang din yan hehehe..ano firefox version gamit mo?sir baka pwede pasilip ng ss mo sa setting mo sa lusca?kasi nagtataka ako bakit hinde nacacache fb games ko.naka vmware nga pala ako.


vmware din gamit ko firefox 12 naman version ng browser... YGPM ^^,



nice sir salamat po :)..review hin ko setting ko..



sir mark ilan gig ng hdd gamit mo? and ano po maximum object size mo? salamat po uli



80gb lang ginamit ko 1024 naman max object size ko


ok sir thank you obserbahan ko muna uli caching ko


post your cache settings here at itatama ko ang mali sa settings mo

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 00:52 #530475

  • obiwan0515's Avatar
  • obiwan0515
  • Online
  • Senior Boarder
  • Senior Boarder
  • Posts: 279
  • Thanks: 6

kjshoot2ill wrote:

obiwan0515 wrote: mga master


ano po version ng vmware ang gamit nyo for 64 bit os? tia

kahit anong version, usually v7 or v8
baka pfsense ang tinutukoy mo?


@ master kj

yung version ng vmware ang query ko. thanks... :)

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 00:57 #530476

  • lenardzone's Avatar
  • lenardzone
  • Online
  • Senior Boarder
  • Senior Boarder
  • Posts: 312
  • Thanks: 17

athenaxd wrote:

lenardzone wrote:

mark1981 wrote:

lenardzone wrote:

lenardzone wrote:

mark1981 wrote:

lenardzone wrote:

mark1981 wrote: firefox 12 gamit ko lenard

lahat ng fb games naka-cache kahit yung mga update cache din... smartbro lang ISP ko

ps thanks nga pala dun sa smart video plugin working at stable sya sa lahat ng video website


ok lang sir mark..ntsambahan ko lang din yan hehehe..ano firefox version gamit mo?sir baka pwede pasilip ng ss mo sa setting mo sa lusca?kasi nagtataka ako bakit hinde nacacache fb games ko.naka vmware nga pala ako.


vmware din gamit ko firefox 12 naman version ng browser... YGPM ^^,



nice sir salamat po :)..review hin ko setting ko..



sir mark ilan gig ng hdd gamit mo? and ano po maximum object size mo? salamat po uli



80gb lang ginamit ko 1024 naman max object size ko


ok sir thank you obserbahan ko muna uli caching ko


post your cache settings here at itatama ko ang mali sa settings mo



Attachment 1.JPG not found



Attachment 2.JPG not found

This message has attachments images.
Please log in or register to see it.

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 01:17 #530490

  • athenaxd's Avatar
  • athenaxd
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 16947
  • Thanks: 3429
coss hard disk cache size 1000

memory object size 8

memory cache size 64

minimum object size 512


ang tanging maling nakikita ko ay naka enable ang tcp/ip sa network connections mo

uncheck tcp/ip in the wan adapter which is pfsense is bridge.

Please Log in or Create an account to join the conversation.

Last edit: Post by athenaxd.

Re: pfSense users 21 May 2012 01:27 #530492

  • athenaxd's Avatar
  • athenaxd
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 16947
  • Thanks: 3429
I analyze "kuya's" youtube fix script you only need this part
# youtube
} elsif (m/^http:\/\/([0-9.]{4}|.*\.youtube\.com|.*\.googlevideo\.com|.*\.video\.google\.com)\/videoplayback\?(.*)/) {
	$p_str = $2;
	$tag = "";
	$alg = "";
	$id = "";
	$range = "";
	if ($p_str =~ m/(itag=[0-9]*)/){$tag = "&".$1}
	if ($p_str =~ m/(algorithm=[a-z]*\-[a-z]*)/){$alg = "&".$1}
	if ($p_str =~ m/(id=[a-zA-Z0-9]*)/){$id = "&".$1}
	if ($p_str =~ m/(range=[0-9\-]*)/){$range = "&".$1; $range =~ s/-//; $range =~ s/range=//; }
	print $x . "video-srv.youtube.com.SQUIDINTERNAL/" . $tag . "&" . $alg . "&" . $id . "&" . $range . "\n";

open and edit your store.url file delete the old scripts related to youtube and replace it with this one.

salamat to kuya

Please Log in or Create an account to join the conversation.

Last edit: Post by athenaxd.

Re: pfSense users 21 May 2012 01:29 #530493

  • lenardzone's Avatar
  • lenardzone
  • Online
  • Senior Boarder
  • Senior Boarder
  • Posts: 312
  • Thanks: 17

athenaxd wrote: coss hard disk cache size 1000

memory object size 8

memory cache size 64

minimum object size 512


ang tanging maling nakikita ko ay naka enable ang tcp/ip sa network connections mo

uncheck tcp/ip in the wan adapter which is pfsense is bridge.




ok master apply ko to..nakauncheck naman dati pa yung tcp/ip ng wan adapter ko..thank you sir

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 01:59 #530507

  • athenaxd's Avatar
  • athenaxd
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 16947
  • Thanks: 3429

kuya wrote: sir athenaxd, ibig sabihin nyu po ba is to

replace this one

# youtube fix
} elsif (m/^http:\/\/([0-9.]{4}|.*\.youtube\.com|.*\.googlevideo\.com|.*\.video\.google\.com)\/videoplayback\?(.*)/) {
$p_str = $2;
$tag = "";
$alg = "";
$id = "";
$range = "";
if ($p_str =~ m/(itag=[0-9]*)/){$tag = "&".$1}
if ($p_str =~ m/(algorithm=[a-z]*\-[a-z]*)/){$alg = "&".$1}
if ($p_str =~ m/(id=[a-zA-Z0-9]*)/){$id = "&".$1}
if ($p_str =~ m/(range=[0-9\-]*)/){$range = "&".$1; $range =~ s/-//; $range =~ s/range=//; }
print $x . "video-srv.youtube.com.SQUIDINTERNAL/" . $tag . "&" . $alg . "&" . $id . "&" . $range . "\n";

with this one

} elsif ($X[1] =~ /(youtube|google).*videoplayback\?/){
@itag = m/[&?](itag=[*]*)/;
@id = m/[&?](id=[^\&]*)/;
@range = m/(&range=[^\&\s]*)/;
print $x . " video-srv.youtube.com.SQUIDINTERNAL/@id&@itag@range\n ";


psensya na po sa pagiging dummy for pfsense.


don't replace it

tama yung sa iyo I have tested it.

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 06:02 #530583

  • bugalting's Avatar
  • bugalting
  • Online
  • Senior Boarder
  • Senior Boarder
  • Posts: 302
  • Thanks: 13
Sir athenaxd salamt po sa tips nung tumawag ako sa inyo. Ok na po si pfsense+lusca ko. maaasahan ka talaga sir daig mo pa konsehal samin. Madali hanapin at madaling kausap hehehe.

Please Log in or Create an account to join the conversation.

Re: pfSense users 21 May 2012 22:19 #530734

  • kuya
  • Online
  • Junior Boarder
  • Junior Boarder
  • Posts: 75
  • Thanks: 1

athenaxd wrote:

kuya wrote: sir athenaxd, ibig sabihin nyu po ba is to

replace this one

# youtube fix
} elsif (m/^http:\/\/([0-9.]{4}|.*\.youtube\.com|.*\.googlevideo\.com|.*\.video\.google\.com)\/videoplayback\?(.*)/) {
$p_str = $2;
$tag = "";
$alg = "";
$id = "";
$range = "";
if ($p_str =~ m/(itag=[0-9]*)/){$tag = "&".$1}
if ($p_str =~ m/(algorithm=[a-z]*\-[a-z]*)/){$alg = "&".$1}
if ($p_str =~ m/(id=[a-zA-Z0-9]*)/){$id = "&".$1}
if ($p_str =~ m/(range=[0-9\-]*)/){$range = "&".$1; $range =~ s/-//; $range =~ s/range=//; }
print $x . "video-srv.youtube.com.SQUIDINTERNAL/" . $tag . "&" . $alg . "&" . $id . "&" . $range . "\n";

with this one

} elsif ($X[1] =~ /(youtube|google).*videoplayback\?/){
@itag = m/[&?](itag=[*]*)/;
@id = m/[&?](id=[^\&]*)/;
@range = m/(&range=[^\&\s]*)/;
print $x . " video-srv.youtube.com.SQUIDINTERNAL/@id&@itag@range\n ";


psensya na po sa pagiging dummy for pfsense.


don't replace it

tama yung sa iyo I have tested it.


ok sir! salamat sa pag analyze.
sana makatulong.
LIBRE PA!

Please Log in or Create an account to join the conversation.

Re: pfSense users 22 May 2012 01:24 #530787

  • foanquilo's Avatar
  • foanquilo
  • Online
  • Junior Boarder
  • Junior Boarder
  • Posts: 129
  • Thanks: 3
mga sir alin po dito ung source port at destination port? try ko ung pfsense packet capture nakakalito po. tia

20:16:58.414993 IP 192.168.1.34.1225 > 74.125.71.103.80: tcp 0
20:16:58.415060 IP 74.125.71.103.80 > 192.168.1.34.1225: tcp 0
20:16:58.415064 IP 192.168.1.34.1239 > 74.125.71.120.80: tcp 0
20:16:58.415077 IP 74.125.71.120.80 > 192.168.1.34.1239: tcp 0
20:16:58.415128 IP 74.125.71.103.80 > 192.168.1.34.1225: tcp 0
20:16:58.415155 IP 74.125.71.120.80 > 192.168.1.34.1239: tcp 0
20:16:58.415604 IP 192.168.1.34.1225 > 74.125.71.103.80: tcp 0
20:16:58.415649 IP 192.168.1.34.1239 > 74.125.71.120.80: tcp 0
20:16:58.741268 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 386
20:16:58.741331 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 0
20:16:58.788935 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 546
20:16:58.788953 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.789802 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.792067 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.825912 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 780
20:16:58.825931 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 620
20:16:58.826652 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.829053 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.832258 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.833092 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.835489 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 676
20:16:58.835507 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 724
20:16:58.836165 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.839171 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.842342 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.843175 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.866971 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 572
20:16:58.866989 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 828
20:16:58.867708 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.870171 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.873628 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.874462 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.877093 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 468
20:16:58.877112 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 932
20:16:58.877535 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.880270 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.883491 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.884332 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.886715 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 364
20:16:58.886733 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1036
20:16:58.887494 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.890145 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.893350 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.894171 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.896567 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 260
20:16:58.896585 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1140
20:16:58.897257 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0
20:16:58.899782 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.903225 IP 125.5.99.19.80 > 192.168.1.34.1277: tcp 1400
20:16:58.904062 IP 192.168.1.34.1277 > 125.5.99.19.80: tcp 0

Please Log in or Create an account to join the conversation.

Moderators: Itwarehouse Speclin
Time to create page: 0.431 seconds