You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first installation method I used was compiling from source but then I was getting weird IPs being assigned to my NIC. Then I switched to the provided DEB packages and the bug disappeared.
Using Ubuntu 22.04, amd64, I simply compiled using this.
When typing ip addr, I was getting IPs like those.
12: byteplug: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1387 qdisc fq_codel state UNKNOWN group default qlen 500
link/none
inet 89.1.0.0/8 scope global byteplug
valid_lft forever preferred_lft forever
inet6 fe80::13a5:bd44:6147:32e3/64 scope link stable-privacy
valid_lft forever preferred_lft forever
The logs.
2023-10-17 18:34:11 - INFO - Reading config file '/etc/vpncloud.conf'
2023-10-17 18:34:11 - INFO - Opened device byteplug
2023-10-17 18:34:11 - INFO - Setting MTU 1387 on device byteplug
2023-10-17 18:34:11 - INFO - Configuring device with ip 10.67.89.1, netmask 255.255.255.0
2023-10-17 18:34:21 - INFO - Port-forwarding: no router found
2023-10-17 18:34:21 - INFO - Auto-claiming 0.0.89.1/32 due to interface address
2023-10-17 18:34:21 - INFO - Trusted keys not set, trusting only own public key
2023-10-17 18:34:21 - INFO - Crypto speeds: AES_128_GCM: 2535.5 MiB/s, AES_256_GCM: 2067.1 MiB/s, CHACHA20_POLY1305: 1199.5 MiB/s
2023-10-17 18:34:21 - INFO - Running process as daemon
Then I installed the DEB package, and proper IPs were being assigned. Why ?
The text was updated successfully, but these errors were encountered:
Hello,
The first installation method I used was compiling from source but then I was getting weird IPs being assigned to my NIC. Then I switched to the provided DEB packages and the bug disappeared.
Using Ubuntu 22.04, amd64, I simply compiled using this.
Sample of the configuration file I used (I tried many variations).
When typing
ip addr
, I was getting IPs like those.The logs.
Then I installed the DEB package, and proper IPs were being assigned. Why ?
The text was updated successfully, but these errors were encountered: