• ip6tables

    From Avon@21:1/101 to All on Friday, October 15, 2021 17:39:50
    Does anyone know of a way to redirect incoming traffic on an IPv6 port to another using an ip6tables rule?

    It seems to be doable in iptables using -j REDIRECT but in ip6tables that command is not supported. Any ideas appreciated.

    --- Mystic BBS v1.12 A47 2021/09/29 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to All on Friday, October 15, 2021 18:57:31
    On 15 Oct 2021 at 05:39p, Avon pondered and said...

    Does anyone know of a way to redirect incoming traffic on an IPv6 port to another using an ip6tables rule?

    it's all good, I figured it out :)

    --- Mystic BBS v1.12 A47 2021/09/29 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Oli@21:3/102 to Avon on Friday, October 15, 2021 07:01:44
    Avon wrote (2021-10-15):

    Does anyone know of a way to redirect incoming traffic on an IPv6 port to another using an ip6tables rule?

    It seems to be doable in iptables using -j REDIRECT but in ip6tables that command is not supported. Any ideas appreciated.

    DNAT?

    https://tldp.org/en/Linux%2BIPv6-HOWTO/ch18s04.html

    ---
    * Origin: 1995| Invention of the Cookie. The End. (21:3/102)
  • From Avon@21:1/101 to Oli on Friday, October 15, 2021 19:09:18
    On 15 Oct 2021 at 07:01a, Oli pondered and said...

    DNAT?

    Yep that was it. I'll work on 24553 next :)

    --- Mystic BBS v1.12 A47 2021/09/29 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Arelor@21:2/138 to Avon on Friday, October 15, 2021 03:48:04
    Re: ip6tables
    By: Avon to All on Fri Oct 15 2021 05:39 pm

    Does anyone know of a way to redirect incoming traffic on an IPv6 port to another using an ip6tables
    rule?

    It seems to be doable in iptables using -j REDIRECT but in ip6tables that command is not supported. An
    ideas appreciated.

    Welcome to the joys of ipv6, the Internet Protocol of the future under which nothing works.

    Here are some pointers for port forwarding under ipv6:

    # ip6tables -t nat -A PREROUTING -i sixxs -p tcp --dport 8080 -j DNAT --to-destination [fec0::1234]:80

    Source: https://tldp.org/HOWTO/Linux+IPv6-HOWTO/ch18s04.html

    --
    gopher://gopher.richardfalken.com/1/richardfalken
    --- SBBSecho 3.14-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138)