Questions tagged «tunnel»

隧道传输是将一个协议封装在另一个协议中的行为。

1
Debian 9上的6in4隧道
我有一个分配了/ 64 IPv6地址块的VPS。我正在尝试从家里的pfSense路由器部署一个6in4隧道,并能够通过该隧道访问IPv6地址。 我成功地启动了网关,但是我无法ping通除了我的pfSense盒中的/ 64以外的任何其他IP。虽然从VPS Ping起作用。 这是我的/ etc / network / interfaces配置 - auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 123.456.xxx.yyy netmask 24 gateway 123.456.xxx.1 dns-nameservers 8.8.8.8 8.8.4.4 iface eth0 inet6 static address aaaa:bbbb:my:ipv6::1 netmask 48 gateway aaaa:bbbb::1 auto tunnel0 iface tunnel0 inet6 v4tunnel …

0
无法使用ssh启动端口转发
我使用以下内容在192.168.1.8上启动sshd: sudo /usr/sbin/sshd -ddd 然后我尝试打开到192.168.1.5:1234的SSH隧道,但我无法这样做。这是sshd -ddd说: debug1: server_input_channel_open: confirm direct-tcpip debug3: channel 1: waiting for connection debug1: channel 1: connected to 192.168.1.5 port 1234 debug2: channel 1: read<=0 rd 10 len 0 debug2: channel 1: read failed debug2: channel 1: close_read debug2: channel 1: input open -> drain debug2: channel …



1
提琴手显示隧道到未知IP
今天,当我监视流量时,我注意到使用端口443通往许多未知IP地址的隧道。 这些IP并非来自一个国家/地区,有些来自德国,俄罗斯,西班牙,乌克兰等。 我正在使用XAMPP,并在80和443端口上都运行Apache。 我有卡巴斯基AV,并且不确定这是否是某种木马。

3
Linux:调整传入连接
设置:PC I(Ubuntu 11.10,具有sudo),Mac T(OS X 10.7.2,具有sudo),智能设备S(几乎可配置)。 小号可以看到我在本地网络上,但并非可以看到牛逼。我和T可以看到对方。 有一个程序在端口N上的T上侦听。如果有人连接到该程序并且不说其专有协议或在连接时不说任何内容,则该程序将关闭,并且必须手动重新启动。 S必须在端口N上连接到T并与程序对话。实际的IP S连接到是可配置的。 我看到我必须建立从I端口N到T端口N的某种中继,但是到目前为止,我仍然无法确定该怎么做。欢迎提示。 临时解决方案(例如,使用一些特殊密钥运行ssh)比“永久”解决方案(例如配置iptables或其他)更可取,因为这是一个临时性问题。

1
GRE隧道到本地主机
我正在尝试使用GRE隧道(或TAP)将本地Linux网络名称空间轻量级VM连接到本地HOST计算机。看起来一切正常,除了主机的答复不会使其返回虚拟机。 我的设置: 主机真实IP: 10.1.101.101/24 主机GRE(安装类似): ip l add dev gre1 type gretap remote 10.1.101.101 local 10.1.101.101 key 101 ip a add dev gre1 10.201.0.2/24 ip l set dev gre1 up 主机网络配置: ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.