GRE tunnels and IP's within node

25 views
Skip to first unread message

Nathan Kettle

unread,
Oct 29, 2017, 2:16:33 PM10/29/17
to 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

unread,
Oct 30, 2017, 11:17:54 AM10/30/17
to nodejs
Anything is possible, but you would probably want to do that at the OS level.

Aria Stewart

unread,
Oct 30, 2017, 11:18:50 AM10/30/17
to 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.
Reply all
Reply to author
Forward
0 new messages