help with internal share

There are 15 replies in this Thread which was already clicked 1,572 times. The last Post () by supra59uk.

  • hi guys
    trying to setup internal share
    but cant get the dm800 to work
    added 2 flines pass user ip
    1 for spiderbox which is fine the other for dm800
    which cant get working
    these are my f lines and cline i used


    F: user pass 192.168.1.11 spiderboxes ip works fine
    F: user pass 192.168.1.12 dms ip


    c: 192.168.1.13 12000 user Pass xtrends ip which as the card i want to share


    can you see what im doing wrong
    or any thing else i have missed


    Thanks Paul

    • Official Post

    For internal share there is no need to restrict or lock the flines, the user and pass must also be different for each line. The following will work assuming server boxes ip is 192.168.1.13


    F: user pass
    F: user2 pass2


    Then in spider add
    c: 192.168.1.13 12000 user Pass


    and in dm
    c: 192.168.1.13 12000 user2 Pass2


    This is not to say you cannot restrict or lock the fline if you want to, but you do it like this


    F: user pass 2 0 0 { 0:0:2 } client box ip


    Look here to see what the numbers mean.
    Getting Started - Flines & Clines For Beginners

  • hi ten below
    that how i have done it the spider works fine all channels the dm wont clear
    when i look in the ccam info of the dm and look at server i can see the cline but it says no card
    and there is nothing in shares

  • this is the config of the dm
    is there anything in this to stop it working ?


    #, caid:id(:downhops), ... } { caid:id:sid, caid:id:sid, ... } { begintime-endtime, ... } ) hostname/ip address
    #
    # example:
    #
    # F: user1 pass1
    #
    # user4 gets all cards at a maximum of 5 hops away from us,
    # and get's to share them down two further levels beyond his own level.
    # the share is only valid between 12:00 and 17:00 and between 19:00 and 20:00
    # outside these hours the share will not give cw's to the client
    #
    #
    # F: user5 pass5 5 1 1 { } { } { } 192.168.1.1
    c: 192.168.1.13 12000 ***** ******
    id:id(:uphops), ... }
    SERVER LISTEN PORT : 12000
    #BOXKEY: /dev/sci0
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    STATIC CW FILE : /var/keys/constant.cw
    # P: caid1:ident1, caid2:ident2, .., caidN:identN
    #
    # situation 6: when caid1:ident1 till caidN:identN exist for channel 'sid', use them in order of this list.
    # Sid on first caid/ident pair identifies sid for which list is used. All other sids ignore this list.
    # P: caid1:ident1:sid, caid2:ident2, .., caidN:identN
    #
    CAID PRIO FILE : /var/etc/CCcam.prio
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    #
    # In this file all provider idents are defined
    # The info from this file is being used in the web interface
    # format:
    # <caid><ident> "Provider description"
    #
    #
    #
    # In this file all channel idents are defined
    # The info from this file is being used in the web interface
    # format:
    # caid:ident:sid "Channel description"
    #
    #
    # write wrong logins to file
    # defaults is off
    #
    #LOG WARNINGS : /tmp/warnings.txt
    #
    # global setting for stealthy login to newcamd/newcs server, N line can overrule
    # stealth modes: 0 = disabled, 1 = mgcamd new, 2 = mgcamd old, 3 = evocamd, 4 = generic
    # default: 0
    #
    #NEWCAMD STEALTH : 0
    #
    # 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 }
    #
    # in version 1.2.1 and lower there was a problem which could lead to disconnecting clients
    # in version 1.4.0 network load was significantly reduced
    # in version 1.7.0 dangerous password bug was fixed
    # in order to take advantage of these fixes, all clients should upgrade
    # with this setting you can force that clients at least use a certain version otherwise they are denied when logging in
    #
    # default : accept all versions
    #
    #example 1: avoid disconnecting clients problem
    #
    #MINIMUM CLIENT VERSION : 1.3.0
    #
    #example 2: achieve network load decrease
    #
    #MINIMUM CLIENT VERSION : 1.4.0
    #
    #example 3: don't allow potentially wrong passwords (pre 1.7.0 has password bug)
    #
    #MINIMUM CLIENT VERSION : 1.7.0
    #
    # I***** smartcards: option to disable smart chid checking for i***** smartcards.
    # Default, only chids advertised by card are accepted.
    # This avoids a lot of unwanted card traffic
    #
    # But if smartcard has hidden/unknown chids, all chids should be tried.
    # In that case specify 'TRY ALL CHIDS' option for cardreader.
    # Use with care, enabling option causes more card traffic.
    # Only use setting when some channels don't work without it.
    # note: if even this setting don't help decode all channels, try using
    # commandline arg -l, to disable all self-learning features (warning: slower)
    #
    #TRY ALL CHIDS : <device>
    #
    #example: card in /dev/ttyUSB0 gets ecm for all possible chids, not
    #just the chids it officially supports
    #
    #TRY ALL CHIDS : /dev/ttyUSB0
    #
    # perform smartcard post init commands
    #
    # POSTINIT : <device> <filename> (<autodelete>)
    #
    # send commands in 'filename' to 'device', and delete 'filename' when
    # optional 'autodelete' argument nonzero
    #
    #example:
    #
    #POSTINIT : /dev/sci0 /tmp/postinit
    #
    #example /tmp/postinit contents:
    #c134000003000000
    #c13201000a
    #
    # Option to override autodetected dvb api version. Restart needed.
    #
    #DVB API: <value>
    #
    # <value> <1 = no dvb, 1 = dvb api 1, 3 = dvb api 3>
    #
    # WARNING: only use when autodetect fails!
    #
    #example, disable nonworking dvb hardware:
    #DVB API: -1
    #
    # Option to set global share limits
    #
    #GLOBAL LIMITS: { caid:id(:downhops), caid:id(:downhops), ... }
    #
    #example:
    #
    #GLOBAL LIMITS : { 0100:000080, 0622:000000:1, 0500:000000:2 }
    #
    # all users get no 0100:000080.
    # and our 0622:000000 cards only for themself (1 hop down),
    # and 0500 cards for themself plus one additional hop down.
    # global limits are overridden by client specific limits (see F:)
    #
    # Option to reject shares with less than required downhops on clientside
    #
    #MINIMUM DOWNHOPS: <value>
    #
    # default: 0 (don't ignore any shares)
    #
    #example:
    #
    #MINIMUM DOWNHOPS: 1
    #
    # ingore shares that have less than 1 'downhops' (i.e. can not be shared
    # further down to other clients)

    • Official Post



    change this

    Code
    SERVER LISTEN PORT : 12000


    to a different number e.g


    Code
    SERVER LISTEN PORT : 12099


    The port is conflicting with your own server.

  • thankyou guys will try this and save for future use


    tenbellow try clicking on the link you give me its been taken over by the fedral bl bl lol
    take a look


    thanks paul

    • Official Post

    Your previous config had no password set you now neet to use these details



    so in your browser


    Code
    dream ip:16001


    username:root
    password:dreambox

  • thankyou for all the help got them working now lovely
    just a quick question withh ccam config i just used the one the loaded when the cam loaded and added my line, but if i edit the file not deleting anything just putting things in order so it makes it easy to use rather than it being all jumbled together the file wont work why is this?
    thanks paul

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!