Hello @admon
I'm now connected through my OpenVPN server, with 80 TCP port from my work's network.
All seems to work fine. But in the log I got 2 warnings:
2024-09-06 12:19:17.462809 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
...
2024-09-06 12:19:17.853710 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results
Warnings in context
2024-09-06 12:19:17.461052 2 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.461099 MANAGEMENT: CMD 'pid'
2024-09-06 12:19:17.461188 NOTE: --mute triggered...
2024-09-06 12:19:17.461568 *Tunnelblick: Established communication with OpenVPN
2024-09-06 12:19:17.462094 *Tunnelblick: >INFO:OpenVPN Management Interface Version 5 -- type 'help' for more info
2024-09-06 12:19:17.462784 5 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.462809 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
2024-09-06 12:19:17.462819 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2024-09-06 12:19:17.466790 MANAGEMENT: >STATE:1725617957,RESOLVE,,,,,,
2024-09-06 12:19:17.658682 TCP/UDP: Preserving recently used remote address: [AF_INET]my_public_ip_at_home:80
2024-09-06 12:19:17.658822 Socket Buffers: R=[131072->131072] S=[131072->131072]
2024-09-06 12:19:17.658871 Attempting to establish TCP connection with [AF_INET]my_public_ip_at_home:80
2024-09-06 12:19:17.658899 MANAGEMENT: >STATE:1725617957,TCP_CONNECT,,,,,,
2024-09-06 12:19:17.665154 TCP connection established with [AF_INET]my_public_ip_at_home:80
2024-09-06 12:19:17.665256 TCPv4_CLIENT link local: (not bound)
2024-09-06 12:19:17.665288 TCPv4_CLIENT link remote: [AF_INET]my_public_ip_at_home:80
2024-09-06 12:19:17.665367 MANAGEMENT: >STATE:1725617957,WAIT,,,,,,
2024-09-06 12:19:17.683651 NOTE: --mute triggered...
2024-09-06 12:19:17.683797 1 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.683858 TLS: Initial packet from [AF_INET]my_public_ip_at_home:80, sid=dde58be0 e68e6194
2024-09-06 12:19:17.712070 NOTE: --mute triggered...
2024-09-06 12:19:17.790750 3 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.790885 [OpenVpn server] Peer Connection Initiated with [AF_INET]my_public_ip_at_home:80
2024-09-06 12:19:17.790935 TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
2024-09-06 12:19:17.791091 NOTE: --mute triggered...
2024-09-06 12:19:17.853500 1 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.853631 PUSH: Received control message: 'PUSH_REPLY,persist-key,persist-tun,redirect-gateway def1,route-gateway 192.168.11.1,topology subnet,ping 10,ping-restart 120,ifconfig 192.168.11.2 255.255.255.0,peer-id 0,cipher AES-256-GCM'
2024-09-06 12:19:17.853710 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results
2024-09-06 12:19:17.853804 OPTIONS IMPORT: --persist options modified
2024-09-06 12:19:17.853830 NOTE: --mute triggered...
2024-09-06 12:19:17.855150 3 variation(s) on previous 5 message(s) suppressed by --mute
2024-09-06 12:19:17.855194 Opened utun device utun4
2024-09-06 12:19:17.855229 MANAGEMENT: >STATE:1725617957,ASSIGN_IP,,192.168.11.2,,,,
2024-09-06 12:19:17.855263 /sbin/ifconfig utun4 delete
ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
2024-09-06 12:19:17.873070 NOTE: Tried to delete pre-existing tun/tap instance -- No Problem if failure
Does it mean I've done something wrong?
And last question, in the event that I wish to use LUCI from an OpenWRT firmware, is there a way to configure the VPN servers (OpenVPN and Wireguard) as I did with the GL.iNet interface?
Thanks in advance.