PC 使用的未知 IP 地址/提供商:如何确保没有系统范围的 VPN/代理处于活动状态?

PC 使用的未知 IP 地址/提供商:如何确保没有系统范围的 VPN/代理处于活动状态?

当我访问类似服务的网站时http://whatismyipaddress.com在我的 PC 上,它定期显示一个与我的互联网服务提供商无关的 IP 地址(每个会话不同的地址),这是可疑的。

现在,我知道:

  1. 它不依赖于浏览器,因为我安装了第二个浏览器,并且 IP 在该浏览器上也保持不变(我不知道)。

  2. 它不依赖于路由器,因为在第二台电脑上,我看到使用了我的 Internet 提供商的 IP(这是两台电脑都应该做的)。

尽管我在 Ubuntu 的“网络连接”中配置了几个 VPN 连接,但我并没有在我使用的 WiFi 连接上明确激活它们。而且 Ubuntu 的 WiFi 连接图标也没有显示 VPN 锁。

在“所有设置/网络”中,我还看到没有配置“网络代理”。

我是否可以通过某种方式设置一个自动激活但我看不到的 VPN 连接(或类似连接)?如何/在哪里可以检查?有没有通用方法可以查看操作系统如何“选择其 IP”?

(或者我是不是必须认定我被黑客攻击了?)


编辑:添加了下面请求的终端输出。

$ ifconfig
enp1s0    Link encap:Ethernet  HWaddr a0:8c:fd:4a:d4:7a  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:616 errors:0 dropped:0 overruns:0 frame:0
          TX packets:616 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:47191 (47.1 KB)  TX bytes:47191 (47.1 KB)

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.14.0.24  P-t-P:10.14.0.24  Mask:255.255.0.0
          inet6 addr: fdda:d0d0:cafe:1300::1016/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:288 errors:0 dropped:0 overruns:0 frame:0
          TX packets:370 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:271347 (271.3 KB)  TX bytes:43422 (43.4 KB)

tun1      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.14.0.28  P-t-P:10.14.0.28  Mask:255.255.0.0
          inet6 addr: fdda:d0d0:cafe:1300::101a/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlo1      Link encap:Ethernet  HWaddr 44:1c:a8:fa:4c:fb  
          inet addr:192.168.1.108  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::cdb8:13c7:9e68:cae4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:443 errors:0 dropped:0 overruns:0 frame:410
          TX packets:582 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:372815 (372.8 KB)  TX bytes:139225 (139.2 KB)
          Interrupt:17 


$ iwconfig
tun0      no wireless extensions.

lo        no wireless extensions.

tun1      no wireless extensions.

enp1s0    no wireless extensions.

wlo1      IEEE 802.11abg  ESSID:"<my_wifi_name>"  
          Mode:Managed  Frequency:2.457 GHz  Access Point: 5C:49:79:6C:1D:43   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on


$ sudo lshw -C network
[sudo] password for <my_user_name>: 
  *-network               
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: enp1s0
       version: 07
       serial: a0:8c:fd:4a:d4:7a
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:124 ioport:3000(size=256) memory:b1200000-b1200fff memory:b1000000-b1003fff
  *-network
       description: Wireless interface
       product: BCM43142 802.11b/g/n
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlo1
       version: 01
       serial: 44:1c:a8:fa:4c:fb
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) ip=192.168.1.108 latency=0 multicast=yes wireless=IEEE 802.11abg
       resources: irq:17 memory:b1100000-b1107fff

答案1

非常感谢您的@heynnema帮助,使我找到了具体的解决方案:

虽然我已经删除了中的所有 VPN 配置Network Connections,但它们的*.conf文件仍然存在/etc/openvpn(不确定这是错误还是我的失误)。

而且由于我没有明确取消注释AUTOSTART="none"中注释掉的行/etc/default/openvpn,OpenVPN 假定“请自动启动全部”(指上面提到的*.conf文件)。

因此,我只需删除所有*.conf文件/etc/openvpn即可消除不需要的 VPN 连接。

从现在开始,我将只使用 VPN 提供商的客户端,我认为对于普通用户来说,它不太容易出错。

相关内容