| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/default/ |
Upload File : |
# Config file for the n2n edge node daemon. # Sets the n2n community name. All edges within the same community appear on # the same LAN (layer 2 network segment). Community name is 16 bytes in length. N2N_COMMUNITY="DEBIAN_n2n_Testers" # Sets the twofish encryption key from ASCII text. All edges communicating must # use the same key and community name. N2N_KEY="SuperSecurePassword" # Sets the n2n supernode IP address and port to register to. N2N_SUPERNODE="bytemark.leggewie.org:1234" #N2N_SUPERNODE="gandi.leggewie.org:1234" #N2N_SUPERNODE="remoteqth.com:82" # Sets the n2n virtual LAN IP address being claimed. This is a private IP # address. All IP addresses in an n2n community typical belong to the same /24 # net‐ work (ie. only the last octet of the IP addresses varies). N2N_IP="10.1.2.3" N2N_DAEMON_OPTS="" # Uncomment this to get edge node started. #N2N_EDGE_CONFIG_DONE="yes" #TODO # add routing option # sudo ip route add 192.168.1.0/24 via 10.1.2.1