tags:

views:

50

answers:

0

THE PROBLEM

I have multiple internet connections on a linux machine, I want each internet connection to use a specific DNS nameserver. /etc/resolve.conf is a problem, since it uses a global name server for all open internet connections.

WHAT I NEED?

A way to say to linux the following:

Use DNS Nameserver A for internet connection 1

Use DNS Nameserver B for internet connection 2

Use DNS Nameserver C for internet connection 3

The problem is that resolve.conf uses the same nameserver for all conenections.