c# - limit a network interface to connect to a single target IP -


i setting windows tablet has multiple network interface including low bandwidth should used our specific program.

how limit nic interface possible target ip. don't want normal internet traffic go on it, connection specific ip address / server.

what want achieve called routing. if can set routing table root (resp. administrator), can describe. set default gateway on "big" interface , set 1 dedicated route via "narrow" gateway interface.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -