• xinetd dual tcp stack

    From Benny Pedersen@2:230/0 to All on Thu Jun 2 22:25:04 2011
    Hello All!

    wins a million :)


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.37-gentoo-r6 (i686))
    * Origin: ping6 home.tele.ipv6.junc.org (2:230/0)
  • From Benny Pedersen@2:230/0 to All on Sat Jun 4 02:28:24 2011
    Hello All!

    02 Jun 2011 22:25, Benny Pedersen wrote to All:

    wins a million :)


    ----- qico begins -----
    # binkp = 24554
    # tfido = 60179
    # fido = 60177
    service tfido
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 60177
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service fido
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 60179
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service binkp
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 24554
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a binkp
    per_source = 1
    }
    service tfido
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 60177
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service fido
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 60179
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service binkp
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 24554
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a binkp
    per_source = 1
    }
    ----- qico ends -----

    success ?


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.38-gentoo-r6 (i686))
    * Origin: ping6 home.tele.ipv6.junc.org (2:230/0)
  • From Kees van Eeten@2:280/5003.4 to Benny Pedersen on Tue Jun 7 23:39:42 2011
    Hallo Benny!

    04 Jun 11 02:28, Benny Pedersen wrote to All:

    Hello All!

    02 Jun 2011 22:25, Benny Pedersen wrote to All:

    wins a million :)

    Probably not.

    The changes you made below are correct, but Ifcico and
    Binkd should also be made IPV6 aware. Maybe it has already
    been done, but I have not been able to find a reference.

    ----- qico begins -----
    # binkp = 24554
    # tfido = 60179
    # fido = 60177
    service tfido
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 60177
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service fido
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 60179
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service binkp
    {
    disable = no
    protocol = tcp
    flags = IPv4
    bind = 2.104.223.10
    port = 24554
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a binkp
    per_source = 1
    }
    service tfido
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 60177
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service fido
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 60179
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a auto
    per_source = 1
    }
    service binkp
    {
    disable = no
    protocol = tcp
    flags = IPv6
    bind = 2001:16d8:dd00:137::2
    port = 24554
    socket_type = stream
    wait = no
    user = xpoint
    server = /usr/sbin/qico
    server_args = -a binkp
    per_source = 1
    }
    ----- qico ends -----

    success ?


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.38-gentoo-r6 (i686))
    * Origin: ping6 home.tele.ipv6.junc.org (2:230/0)


    Regards,
    Kees

    --- FPD v2.9.040207 GoldED+/LNX 1.1.5
    * Origin: N 55.49741› E 11.54996› Soro DK (2:280/5003.4)
  • From Benny Pedersen@2:230/0 to Kees van Eeten on Wed Jun 8 03:27:00 2011
    Hello Kees!

    07 Jun 2011 23:39, Kees van Eeten wrote to Benny Pedersen:

    Probably not.

    its correct for my incomming ipv6, but outgoing is not imho since ipv6 is not supported as qico client, but server is working since it uses xinetd

    The changes you made below are correct, but Ifcico and
    Binkd should also be made IPV6 aware. Maybe it has already
    been done, but I have not been able to find a reference.

    + Origin: N 55.49741? E 11.54996? Soro DK (2:280/5003.4)

    that fidonet addr is not danmark :)


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.38-gentoo-r6 (i686))
    * Origin: home.junc.org where qico is waiting (2:230/0)
  • From Benny Pedersen@2:230/0 to Kees van Eeten on Sat Jun 11 01:42:00 2011
    Hello Kees!

    07 Jun 2011 23:39, Kees van Eeten wrote to Benny Pedersen:

    Probably not.

    binkp can run with squid proxy, xinetd makes qico ipv6, squid / binkp magic makes the rest :)

    so yes its possible if one like to try it, and i am ready !


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.38-gentoo-r7 (i686))
    * Origin: home.junc.org where qico is waiting (2:230/0)
  • From Kees van Eeten@2:280/5003.4 to Benny Pedersen on Sun Jun 12 00:22:40 2011
    Hallo Benny!

    11 Jun 11 01:42, Benny Pedersen wrote to Kees van Eeten:

    binkp can run with squid proxy,

    Sound ugly.

    xinetd makes qico ipv6,

    I am not convinced. xinetd provides de port, ifcico still needs to
    bee ipv6 aware.

    squid / binkp
    magic makes the rest :)

    so yes its possible if one like to try it, and i am ready !

    Tell me wenn it works.

    ... there can only be one way of life, and it works :)

    How many people are there in your world.

    Regards,
    Kees

    --- FPD v2.9.040207 GoldED+/LNX 1.1.5
    * Origin: N 59.91810› E 10.67537› Oslo N (2:280/5003.4)
  • From Benny Pedersen@2:230/0 to Kees van Eeten on Sun Jun 12 18:44:06 2011
    Hello Kees!

    12 Jun 2011 00:22, Kees van Eeten wrote to Benny Pedersen:

    Tell me wenn it works.

    telnet home.junc.org 24554

    tell me when it works for you :)

    ----- binkd.log begins -----

    11 Jun 03:09:01 [20914] BEGIN, binkd/1.0a-559/Linux -v -p -c -P 2:230/0 binkd.cfg
    11 Jun 03:09:01 [20914] creating a poll for 2:230/0@fidonet.org (`d' flavour)
    11 Jun 03:09:01 [20914] clientmgr started
    + 11 Jun 03:09:01 [20915] call to 2:230/0@fidonet.org
    11 Jun 03:09:01 [20915] trying home.tele.ipv6.junc.org via proxy 127.0.0.1:3128...
    11 Jun 03:09:01 [20915] connected
    11 Jun 03:09:01 [20915] connected to proxy 127.0.0.1:3128
    + 11 Jun 03:09:01 [20915] session with home.tele.ipv6.junc.org (127.0.0.1)
    - 11 Jun 03:09:01 [20915] OPT CRAM-MD5-96eb1b8ac64a7813c99ae1cff5a48415
    + 11 Jun 03:09:01 [20915] Remote requests MD mode
    - 11 Jun 03:09:01 [20915] SYS xpoint at home.junc.org
    - 11 Jun 03:09:01 [20915] ZYZ Benny Pedersen
    - 11 Jun 03:09:01 [20915] LOC Jersore, Dk
    - 11 Jun 03:09:01 [20915] NDL 300,ICM
    - 11 Jun 03:09:01 [20915] PHN 45-46968421
    - 11 Jun 03:09:01 [20915] TIME Sat, 11 Jun 2011 03:09:01 +0200
    - 11 Jun 03:09:01 [20915] VER qico-0.57.1xe/Linux-2.6.38-gentoo-r7-(i686) binkp/1.1
    + 11 Jun 03:09:01 [20915] addr: 2:23/0@fidonet.org
    + 11 Jun 03:09:01 [20915] addr: 2:230/0@fidonet.org
    + 11 Jun 03:09:01 [20915] addr: 2:230/38@fidonet.org
    + 11 Jun 03:09:01 [20915] addr: 2:230/53@fidonet.org
    + 11 Jun 03:09:01 [20915] addr: 39:14/0@amiganet
    + 11 Jun 03:09:01 [20915] addr: 39:140/0@amiganet
    + 11 Jun 03:09:01 [20915] addr: 39:140/127@amiganet
    - 11 Jun 03:09:01 [20915] OPT MB
    - 11 Jun 03:09:01 [20915] TRF 0 0
    + 11 Jun 03:09:01 [20915] Remote has 0b of mail and 0b of files for us
    + 11 Jun 03:09:01 [20915] pwd protected session (MD5)
    + 11 Jun 03:09:01 [20915] done (to 2:230/0@fidonet.org, OK, S/R: 0/0 (0/0 bytes))
    11 Jun 03:09:01 [20915] session closed, quitting...
    11 Jun 03:09:01 [20914] rc(20915)=0
    11 Jun 03:09:01 [20914] the queue is empty, quitting...
    ----- binkd.log ends -----

    ----- binkd.cfg begins -----
    domain fidonet.org /home/xpoint/fidopoint/outbound 2
    domain amiganet /home/xpoint/fidopoint/outbound 2
    address 2:230/38.1
    address 39:140/127.1
    sysname "point 1"
    location "home.junc.org"
    sysop "Benny Pedersen"
    nodeinfo 115200,TCP,BINKP
    rescan-delay 1
    log /home/xpoint/fidopoint/log/binkd.log
    loglevel 4
    pid-file /home/xpoint/fidopoint/log/binkd.pid
    inbound /home/xpoint/fidopoint/inbound
    inbound-nonsecure /home/xpoint/fidopoint/inbound
    prescan
    root-domain ftn.juncorg.dk
    proxy 127.0.0.1:3128
    node 2:230/0 home.tele.ipv6.junc.org password
    ----- binkd.cfg ends -----

    ----- qico.log-20110612 begins -----
    11 Jun 11 03:09:01 binkp[20916]: answering incoming call
    11 Jun 11 03:09:01 binkp[20916]: remote is 0.0.0.0
    11 Jun 11 03:09:01 binkp[20916]: starting inbound Binkp session
    11 Jun 11 03:09:01 binkp[20916]: address: 2:230/38.1@fidonet.org
    11 Jun 11 03:09:01 binkp[20916]: aka: 39:140/127.1@fidonet.org
    11 Jun 11 03:09:01 binkp[20916]: system: point 1
    11 Jun 11 03:09:01 binkp[20916]: from: home.junc.org
    11 Jun 11 03:09:01 binkp[20916]: sysop: Benny Pedersen
    11 Jun 11 03:09:01 binkp[20916]: phone: -Unpublished-
    11 Jun 11 03:09:01 binkp[20916]: flags: [115200] TCP,BINKP
    11 Jun 11 03:09:01 binkp[20916]: mailer: binkd/1.0a-559/Linux binkp/1.1
    11 Jun 11 03:09:01 binkp[20916]: time: 03:09:01, unknown
    11 Jun 11 03:09:01 binkp[20916]: we have: 0b mail, 0b files
    11 Jun 11 03:09:01 binkp[20916]: options: Binkp/PWD/MB/MD5
    11 Jun 11 03:09:01 binkp[20916]: total: 0:00:00 online, 0b sent, 0b received
    11 Jun 11 03:09:01 binkp[20916]: session with 2:230/38.1 successful [ok]
    11 Jun 11 03:09:01 binkp[20916]: exiting with rc=0
    ----- qico.log-20110612 ends -----

    ugly ipv4 above :)


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.2.0 (Linux/2.6.38-gentoo-r7 (i686))
    * Origin: home.junc.org where qico is waiting (2:230/0)
  • From Kees van Eeten@2:280/5003.4 to Benny Pedersen on Sun Jun 19 20:54:24 2011
    Hallo Benny!

    12 Jun 11 18:44, Benny Pedersen wrote to Kees van Eeten:

    Tell me wenn it works.

    telnet home.junc.org 24554

    tell me when it works for you :)

    Some time after I get back home.

    ----- binkd.log begins -----
    03:09:01 [20914] the queue is empty, quitting...
    ----- binkd.log ends -----

    ----- binkd.cfg begins -----
    proxy 127.0.0.1:3128
    ----- binkd.cfg ends -----

    OK there you used a IPV6 enabled proxy. You said you would, and I did
    not doubt that to work.

    ----- qico.log-20110612 begins -----
    11 Jun 11 03:09:01 binkp[20916]: answering incoming call
    11 Jun 11 03:09:01 binkp[20916]: remote is 0.0.0.0
    11 Jun 11 03:09:01 binkp[20916]: starting inbound Binkp session
    11 Jun 11 03:09:01 binkp[20916]: address: 2:230/38.1@fidonet.org
    11 Jun 11 03:09:01 binkp[20916]: aka: 39:140/127.1@fidonet.org
    11 Jun 11 03:09:01 binkp[20916]: system: point 1
    11 Jun 11 03:09:01 binkp[20916]: from: home.junc.org
    11 Jun 11 03:09:01 binkp[20916]: sysop: Benny Pedersen
    11 Jun 11 03:09:01 binkp[20916]: phone: -Unpublished-
    11 Jun 11 03:09:01 binkp[20916]: flags: [115200] TCP,BINKP
    11 Jun 11 03:09:01 binkp[20916]: mailer: binkd/1.0a-559/Linux binkp/1.1 11 Jun 11 03:09:01 binkp[20916]: time: 03:09:01, unknown
    11 Jun 11 03:09:01 binkp[20916]: we have: 0b mail, 0b files
    11 Jun 11 03:09:01 binkp[20916]: options: Binkp/PWD/MB/MD5
    11 Jun 11 03:09:01 binkp[20916]: total: 0:00:00 online, 0b sent, 0b received 11 Jun 11 03:09:01 binkp[20916]: session with 2:230/38.1 successful [ok] 11 Jun 11 03:09:01 binkp[20916]: exiting with rc=0
    ----- qico.log-20110612 ends -----

    ugly ipv4 above :)

    This I cannot really understand, is it a log of binkp or a binkp
    implementation within qico.
    I did come across qico, and I think some IPV6 was included there.

    Greetings,
    Kees

    --- FPD v2.9.040207 GoldED+/LNX 1.1.5
    * Origin: N 66.15010› E 13.84149› Bjerka N (2:280/5003.4)