How to configure your Reticulum app for connecting to Rhein-Main RNS
Sideband
Connectivity -> Connect via TCP
TCP Host: 185.132.45.222
TCP Port: 4242
Retichat (iOS)
Settings -> RFed Node
RFed Identity Hash: (leave it blank)
LXMF Propagation: 7e179a07bc4ab882c080ac59660d0b9b
Settings -> Network Interfaces
Name: Rhein-Main RNS
Host / IP: 185.132.45.222
Port: 4242
MeshChat
Add this to your .reticulum/config file and restart MeshChat
[[Rhein-Main RNS]]
type = TCPClientInterface
enabled = true
target_host = 185.132.45.222
target_port = 4242
name = Rhein-Main RNS
selected_interface_mode = 1
configured_bitrate = None
Reticulum
Add this to your .reticulum/config file and restart rnsd:
[[Rhein-Main RNS]]
type = BackboneInterface
enabled = yes
remote = 185.132.45.222
target_port = 4242