block SID from C Line

faisalpandu

VIP Member
VIP Member
Joined
Jan 8, 2007
Messages
1,334
Reaction score
28
Hi

Wondering is someone could help me out here. I have a share from 3 peers with the same channel. Basically my clients connection is using only the one peers card all the time. What I would like to do is load balance between the three cards. Is is possible that I could block certain channels from certain peers. so then that way when clients try to connect it will loadbalance between card see below. I do not want channel blocked from peer hence no blocking from F Line

i.e. Channel 1, Channel 2

Peer 1 (Channel 1 Blocked)
Peer 2 (Channel 1 Blocked)
Peer 3 (Channel 2 Blocked)

So when client tries to connect to channel 1 it will only connect to peer 3 as channel is blocked from peer 1 and peer 2

Thanks
 
Hey buddy,
what you propose is very possible, but i'm sure there is a cccam script that allows you to split the load evenly without having to arduously map out and assign channels to particular servers.

by default your box will request and accept ecms from wherever it can get them from fastest, hence the reason why you are recieving from only a single one of your peers at this moment in time.

hopefully somebody else will be able to assist you with the script (unless i'm just make this all up)

Crazy.
 
Yes you can, dont know of a script that can do it cant see how it will know what channels you want to do, manually is the way i know how.


HTML:
You don't have permission to view the code content. Log in or register now.
 
Last edited:
hi

thnks for reply guys. I have read the guide from cccam and says nothin about blocking specific channel from c line. Only f line but this will block access to channel completely which i do not want
 
Yes you're right,
individual channels can only be blocked completely at the fline.

Your only hope is this script unless it is a fabric of my imagination.
 
To block a channel take note of the SID and put this line after the fline as in the example.

F: user2 pass2 0 1 0 { 0100:000080, 0622:000000:1, 0500:000000:2 }

The above line after the Fline blocks access to 3 channels if you put the correct SID at end before the commar.
 
To block a channel take note of the SID and put this line after the fline as in the example.

F: user2 pass2 0 1 0 { 0100:000080, 0622:000000:1, 0500:000000:2 }

The above line after the Fline blocks access to 3 channels if you put the correct SID at end before the commar.

Hi

This will completelty block the channel from the client. This is not what I want. I would like the client to have access to this channel but from a particlar server (loadbalance). At the moment all clients are using the server which is the fastest and not using the two other servers with the same share.

P.S Dont think there is a script which can do that and I also dont think that channels can be blocked from C Line.

Is there any other way of loadbalancing shares from mutiple servers

Thanks
 
Hi

This will completelty block the channel from the client. This is not what I want. I would like the client to have access to this channel but from a particlar server (loadbalance). At the moment all clients are using the server which is the fastest and not using the two other servers with the same share.

P.S Dont think there is a script which can do that and I also dont think that channels can be blocked from C Line.

Is there any other way of loadbalancing shares from mutiple servers

Thanks

Im not sure of your set up or what cards your sharing but i would say if your sharing with three of the same card then to do what you want right you would be better using some thing like card server proxy the proxy will log in to the cards and then share around all clients in short it will loadblance
 
Last edited:
Is there a proper tut or has some 1 setup a cardserver proxy as most people say it will slow ECM times = glitching ?
 
Cccam does allow load balancing as stated in cccam.cfg


# load balancing between identical cards, list device names of card readers containing identical cards,
# optionally followed by a list of service id's which are to be excluded from loadbalancing
#
# LOADBALANCE : <device1> <device2> .. <devicen> { <exceptsid1>, <exceptsid2> .. , <exceptsidn> }
#
# multiple loadbalance groups can be configured, by adding multiple lines
# warning: restart is required, when loadbalance group config changes
#
#example 1: load balance requests for three identical cards
#
# LOADBALANCE : /dev/ttyS0 /dev/ttyS1 /dev/ttyS2
#
#example 2: load balance requests for two almost identical cards, sid 0df3 and 0de1 are only available
#on one of the cards, so requests for these sids shouldn't be loadbalanced
#
# LOADBALANCE : /dev/ttyS5 /dev/ttyS6 { 0df3,0de1 }
 
He want to load balance via cline as he only has 1 physical card. The rest are reshare via cline
 
loadblance dont work the way it should in CCcam unless some thing has changed and i have not seen it but then dont use cccam anymore as i never liked it but from reading in cccam config if i have this right all cards have to be local for it to work and as your cards are not local then it wont work and only way would be to block sids and as there is reshare and you say it wont work then your stuck with a problem unless you change to another emu like oscam were i think load blance works abit better
 
Hi

Thanks for the replies guys. Looks like it does not seem possible with CCcam. Will probably have to look into other emu's to see if there is a way with them.

Thanks
 
Sorry for jumping onto this thread but just wondering if you ever found out how to it?
im running local but have peer but only need him for 5 channels how could i configure so his cards only kick in when the channels i dont have a tryed by user? ie boxnation.
at the moment his n line is in cfg of ubuntu. and i can usualy reley on the server to choose my card first with it been local.
 
Sorry for jumping onto this thread but just wondering if you ever found out how to it?
im running local but have peer but only need him for 5 channels how could i configure so his cards only kick in when the channels i dont have a tryed by user? ie boxnation.
at the moment his n line is in cfg of ubuntu. and i can usualy reley on the server to choose my card first with it been local.

Is this your site m8?? h**p://www.ukcardsharecccam.co.uk/
 
i want to do something similar, I have a peer that gives me setanta1 if i delete other peers it clears, but as soon as i enable other peers, cccam tries to pull the channel from them even though they dont have that channel, i would like to block that sid on the peers c line if its possible.
 
first line blocks setanta sports 1

2nd line blocks setanta sports 1 and premier sports


F: user pass 2 0 0 { 0:0:2, 0963:000000:1 } { 0963:000000:C7A8 }

F: user pass 2 0 0 { 0:0:2, 0963:000000:1 } { 0963:000000:C7A8, 0963:000000:C7A9 }



what the text above means

2 0 0 = how many hops away
0:0:2 = can watch himself and share once
0963:000000:1 = gets all the card
{ 0963:000000:C7A8 } = blocks a single channel
{ 0963:000000:C7A8, 0963:000000:C7A9 } = blocks 2 channels
 
Last edited:
Back
Top