D
D
Drjabaka2015-12-10 13:55:54
Python
Drjabaka, 2015-12-10 13:55:54

How to allow access from a wired network to another connection programmatically?

Hey! The task is to allow access from a wired network to another connection (as shown in the screenshot). But you need to do this not with pens, but with a program, what can be used for this module, etc.? Create hotspot in one click...
6245443b915c4e039ecd1b68b2505f65.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Pavlyuk, 2015-12-10
@Drjabaka

There are a couple of solutions here superuser.com/questions/470319/how-to-enable-inter...

O
Oleg Tsilyurik, 2015-12-10
@Olej

How to allow access from a wired network to another connection programmatically?

In the sense that you ask - no way ;-)
There are strict rules in TCP / IP protocols: each network interface has its own parameters (IP, mask, etc.), the program code cannot work with network interfaces, it works with IP addresses.
Who goes where and through which interfaces is determined solely by the routing table . The routing table associates IP addresses with network interfaces. The routing table, in turn, is determined by the network settings.
Read how TP/IP protocols work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question