GRE tunnels and IP's within node

已查看 25 次
跳至第一个未读帖子

Nathan Kettle

未读,
2017年10月29日 14:16:332017/10/29
收件人 nodejs
Would it be possible to make virtual nic's within NodeJS which only that process can bind to which connect to other node processes or other software with GRE tunnels?

EllisGL

未读,
2017年10月30日 11:17:542017/10/30
收件人 nodejs
Anything is possible, but you would probably want to do that at the OS level.

Aria Stewart

未读,
2017年10月30日 11:18:502017/10/30
收件人 nodejs


On Sunday, October 29, 2017 at 2:16:33 PM UTC-4, Nathan Kettle wrote:
Would it be possible to make virtual nic's within NodeJS which only that process can bind to which connect to other node processes or other software with GRE tunnels?

You may want to look into tun/tap devices, which gives a process file handle on one end, and a network interface on the other, directly connected to your OS's routing infrastructure.
回复全部
回复作者
转发
0 个新帖子