Results 1 to 5 of 5

Thread: What file to use with goo3

  1. #1
    Join Date
    Oct 2012
    Posts
    16
    Satfix Buxs
    541
    Thanks
    5
    Thanked 6x in 5 Posts

    Default What file to use with goo3

    Trying to set up a phoenix to run as a second receiver with a nfhd. The HD works fine, the phoenix does not seem to want to lock in. I am running 153.1 is this correct.

    Using port 81 for the HD
    After putting the . make_inis command for this port do I start the next receiver info with "server_timeout" or can I skip the user preferences?

    When I get the log info it seems to try and connect but then fails

  2. #2
    Join Date
    Oct 2012
    Posts
    1,243
    Satfix Buxs
    1,810,039
    Thanks
    401
    Thanked 2,251x in 560 Posts

    Default

    For multiple receiver use this script

    # - User preferences. To save space these settings can be set once and will be re-used for every receiver you add.
    server_timeout=10
    server_retries=0
    ignore_caid=0
    log=1

    # - Receiver 1
    nf_server_port=81 # port this xx-client will listen to
    nf_receiver=192.168.1.100 # IP of the receiver this xx-client will service
    # - Private service provider information
    server_0="usernameassword@serverort/des_key"
    # - Command to take the information above, for this specific receiver, and create ini's xx-client can understand

    . make_inis

    # - Receiver 2
    nf_server_port=82 # port this xx-client will listen to
    nf_receiver=192.168.1.101 # IP of the receiver this xx-client will service
    # - Private service provider information
    server_0="usernameassword@serverort/des_key"
    # - Command to take the information above, for this specific receiver, and create ini's xx-client can understand

    . make_inis

    # - Launch Command
    xx-client

  3. The Following User Says Thank You to haha11 For This Useful Post:


  4. #3
    Join Date
    Oct 2012
    Posts
    16
    Satfix Buxs
    541
    Thanks
    5
    Thanked 6x in 5 Posts

    Default

    If you notice in the User preferences it says "to save space" do you know if goofather meant that in the example and I have to add it again after "make inis" for receiver 1.

    Or is that info put in once at the start and its good for every receiver added

    Also would you know if 153.1 is the right version of software to use with goo


    Quote Originally Posted by haha911 View Post
    For multiple receiver use this script

    # - User preferences. To save space these settings can be set once and will be re-used for every receiver you add.
    server_timeout=10
    server_retries=0
    ignore_caid=0
    log=1

    # - Receiver 1
    nf_server_port=81 # port this xx-client will listen to
    nf_receiver=192.168.1.100 # IP of the receiver this xx-client will service
    # - Private service provider information
    server_0="usernameassword@serverort/des_key"
    # - Command to take the information above, for this specific receiver, and create ini's xx-client can understand

    . make_inis

    # - Receiver 2
    nf_server_port=82 # port this xx-client will listen to
    nf_receiver=192.168.1.101 # IP of the receiver this xx-client will service
    # - Private service provider information
    server_0="usernameassword@serverort/des_key"
    # - Command to take the information above, for this specific receiver, and create ini's xx-client can understand

    . make_inis

    # - Launch Command
    xx-client

  5. #4
    Join Date
    Oct 2012
    Posts
    1,243
    Satfix Buxs
    1,810,039
    Thanks
    401
    Thanked 2,251x in 560 Posts

    Default

    Quote Originally Posted by dooly View Post
    If you notice in the User preferences it says "to save space" do you know if goofather meant that in the example and I have to add it again after "make inis" for receiver 1.

    Or is that info put in once at the start and its good for every receiver added

    Also would you know if 153.1 is the right version of software to use with goo
    doesnt matter if there is space or blank line
    copy paste that script and add ur code and nfusion ip address.

    i m not sure about the version 153.1, but use that script and see if it works

  6. #5
    Join Date
    Oct 2012
    Posts
    874
    Satfix Buxs
    37,249
    Thanks
    234
    Thanked 236x in 182 Posts

    Default

    I like bin 154.2 255

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •