ok, tylko czemu net nie idzie właśnie przez ten oddzielny interfejs?
Strony 1
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez b18c4
Strony 1
ok, tylko czemu net nie idzie właśnie przez ten oddzielny interfejs?
Network - Interfaces
Wan eth.02
Lan
hideme tun0
ten sam problem pojawia się na innym dostawcy np. vpnonline
nie pobiera danych z serwera vpn, tylko cały czas są dane od mojego lokalnego dostawcy.
a interfejs sieciowy powinien być faktycznie ustawiony na tun0?
bo jak tak zostawiam, to pisze network invalid
nie powinien tam być ustawiony protokól wan, lub lan?
Sun Nov 11 13:19:00 2018 OpenVPN 2.4.5 mipsel-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Sun Nov 11 13:19:00 2018 library versions: OpenSSL 1.0.2p 14 Aug 2018, LZO 2.10
Sun Nov 11 13:19:00 2018 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
Sun Nov 11 13:19:00 2018 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
Sun Nov 11 13:19:01 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]46.165.243.68:1194
Sun Nov 11 13:19:01 2018 Socket Buffers: R=[163840->163840] S=[163840->163840]
Sun Nov 11 13:19:01 2018 UDP link local: (not bound)
Sun Nov 11 13:19:01 2018 UDP link remote: [AF_INET]46.165.243.68:1194
Sun Nov 11 13:21:41 2018 [UNDEF] Inactivity timeout (--ping-restart), restarting
Sun Nov 11 13:21:41 2018 SIGUSR1[soft,ping-restart] received, process restarting
Sun Nov 11 13:21:41 2018 Restart pause, 5 second(s)
Sun Nov 11 13:21:47 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]46.165.243.68:1194
Sun Nov 11 13:21:47 2018 Socket Buffers: R=[163840->163840] S=[163840->163840]
Sun Nov 11 13:21:47 2018 UDP link local: (not bound)
Sun Nov 11 13:21:47 2018 UDP link remote: [AF_INET]46.165.243.68:1194
Sun Nov 11 13:22:47 2018 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Sun Nov 11 13:22:47 2018 TLS Error: TLS handshake failed
Sun Nov 11 13:22:47 2018 SIGUSR1[soft,tls-error] received, process restarting
Sun Nov 11 13:22:47 2018 Restart pause, 5 second(s)
Sun Nov 11 13:22:52 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]46.165.246.198:1194
Sun Nov 11 13:22:52 2018 Socket Buffers: R=[163840->163840] S=[163840->163840]
Sun Nov 11 13:22:52 2018 UDP link local: (not bound)
Sun Nov 11 13:22:52 2018 UDP link remote: [AF_INET]46.165.246.198:1194
Sun Nov 11 13:23:52 2018 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Sun Nov 11 13:23:52 2018 TLS Error: TLS handshake failed
Sun Nov 11 13:23:52 2018 SIGUSR1[soft,tls-error] received, process restarting
Sun Nov 11 13:23:52 2018 Restart pause, 5 second(s)
Sun Nov 11 13:23:57 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]178.162.201.12:1194
Sun Nov 11 13:23:57 2018 Socket Buffers: R=[163840->163840] S=[163840->163840]
Sun Nov 11 13:23:57 2018 UDP link local: (not bound)
Sun Nov 11 13:23:57 2018 UDP link remote: [AF_INET]178.162.201.12:1194
Gdzie ten plik my_client.p12 powinien się znajdować?
Nie robiłem tego wcześniej
config interface 'hideme_vpn'
option proto 'none'
option ifname 'tun0'
option auto '1'
option delegate '0'
config openvpn 'custom_config'
option config '/etc/openvpn/my-vpn.conf'
config openvpn 'sample_server'
option port '1194'
option proto 'udp'
option dev 'tun'
option ca '/etc/openvpn/ca.crt'
option cert '/etc/openvpn/server.crt'
option key '/etc/openvpn/server.key'
option dh '/etc/openvpn/dh1024.pem'
option server '10.8.0.0 255.255.255.0'
option ifconfig_pool_persist '/tmp/ipp.txt'
option keepalive '10 120'
option compress 'lzo'
option persist_key '1'
option persist_tun '1'
option user 'nobody'
option status '/tmp/openvpn-status.log'
option verb '3'
config openvpn 'sample_client'
option client '1'
option dev 'tun'
option proto 'udp'
list remote 'my_server_1 1194'
option resolv_retry 'infinite'
option nobind '1'
option persist_key '1'
option persist_tun '1'
option user 'nobody'
option ca '/etc/openvpn/ca.crt'
option cert '/etc/openvpn/client.crt'
option key '/etc/openvpn/client.key'
option compress 'lzo'
option verb '3'
config openvpn 'hideme'
option dev 'tun'
option reneg_sec '0'
option verb '3'
option pkcs12 'my_client.p12'
option persist_key '1'
option nobind '1'
option persist_tun '1'
option client '1'
option remote_cert_tls 'server'
option auth_user_pass '/etc/openvpn/userpass.txt'
list remote 'frankfurt.hide.me'
option remote_random '1'
option auth 'SHA256'
option cipher 'AES-256-CBC'
option mute_replay_warnings '1'
option ca '/etc/luci-uploads/cbid.openvpn.hideme.ca'
option tls_auth '/etc/openvpn/tlsauth.key 0'
option enabled '1'
option log '/tmp/log/openvpn.log'
option log_append '/tmp/log/openvpn.log'
openvpn.conf
client
mute-replay-warnings
nobind
persist-key
persist-tun
remote-random
auth SHA256
auth-user-pass /etc/openvpn/userpass.txt
ca /etc/luci-uploads/cbid.openvpn.hideme.ca
cipher AES-256-CBC
dev tun
log /tmp/log/openvpn.log
log-append /tmp/log/openvpn.log
pkcs12 my_client.p12
remote frankfurt.hide.me
remote-cert-tls server
reneg-sec 0
tls-auth /etc/openvpn/tlsauth.key 0
verb 3
openvpn.log
Sun Nov 11 12:21:40 2018 OpenVPN 2.4.5 mipsel-openwrt-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Sun Nov 11 12:21:40 2018 library versions: OpenSSL 1.0.2p 14 Aug 2018, LZO 2.10
Sun Nov 11 12:21:40 2018 Error opening file my_client.p12
Sun Nov 11 12:21:40 2018 Exiting due to fatal error
Nie chcę zakładać kolejnego tematu, a mam podobny problem z OpenVPN.
Posiadam konto na hide.me i próbuję skonfigurować OpenVPN tak jak jest to opisane w poradniku https://hide.me/pl/vpnsetup/openwrt/openvpn/ ale nic mi z tego nie wychodzi.
Nie wiem, czy trzeba jeszcze otworzyć jakieś porty na routerze, bo w poradniku nic o tym nie pisze.
Próbuję to zrobić na OpenWrt 18.06-SNAPSHOT r7355-47f68ca586
Bardzo dziękuję za pomoc, udało się.
Witam serdecznie
Mam ogromny problem z moim routerem ZBT WE-826 16M
W routerze przez własną głupotę wgrałem bardzo stary soft OpenWrt Barrier Breaker 14.07 LuCI Trunk (0.12+svn-r10530) Chciałbym wgrać ostatni stabilny soft luci-18.06-snapshot-r7355-47f68ca586-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade, ale przy próbie wgrania pojawia się komunikat "The uploaded image file does not contain a supported format."
Nie wiem co mam zrobić, bardzo proszę o pomoc.
Strony 1
eko.one.pl → Posty przez b18c4
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc