Sign inSign up

openeuler/rinetd

Sponsored OSS

By openeuler

Updated 2 months ago

Image
1

5.0K

openeuler/rinetd repository overview

Quick reference

Rinetd | openEuler

Current Rinetd docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Rinetd is a simple TCP port redirection server — it allows you to forward connections from one IP/port to another.

Learn more about rinetd on rinetd Website⁠.

The tag of each rinetd docker image is consist of the version of rinetd and the version of basic image. The details are as follows

TagCurrentlyArchitectures
0.73-oe2403sp4rinetd 0.73 on openEuler 24.03-LTS-SP4amd64, arm64
0.73-oe2403sp3rinetd 0.73 on openEuler 24.03-LTS-SP3amd64, arm64
0.73-oe2403sp2rinetd 0.73 on openEuler 24.03-LTS-SP2amd64, arm64
0.73-oe2403sp1Rinetd 0.73 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/rinetd image from docker

    docker pull openeuler/rinetd:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use rinetd.

    docker run -it --rm openeuler/rinetd:{Tag} bash
    
  • Configuration File

    The default configuration file is typically located at /etc/rinetd.conf. Format:

    bindaddress  bindport  connectaddress  connectport
    

    Example:

    0.0.0.0 8080 127.0.0.1 80
    

    This will forward all traffic received on port 8080 (on any local interface) to localhost:80.

  • Start rinetd

    rinetd -c /etc/rinetd.conf
    
  • Check listening port

    dnf install -y iproute
    ss -ltnp | grep rinetd
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:24e5415e8

Size

205.7 MB

Last updated

2 months ago

docker pull openeuler/rinetd

This week's pulls

Pulls:

12

Last week