DA can used in double line,double IP.,help me

fabulous

Verified User
Joined
Jul 31, 2006
Messages
35
Im in China, China has 2 biggest ISP provider,Chinatelecom and China CNC. as we all know, the communicate connection rate of those servers are very low, even lower than connect to some foreign servers. so if we want to make it faster in China, we must have two routes.

In China we have lots of internet data center room has double route, some of them use router to make BGP, see the visiters IP and automatically to choose which one is better.

And the one im going to use is double route and double IP, I need to create DNS by myself, depens on different route to choose to different DNS.

Server need to bind a LAN IP, like:192.168.0.x ,but when it visit from outside, it needs 2 WAN IP, like CHINATELECOM's IP is:221.239.95.34 and CHINA CNC's:60.28.79.175 , then through router the internet data center room, transfer the WAN visit require to the server.

So, when we use WAN IP to visit it, its still WAN IP, but network card still binding with our LAN IP, like:192.168.0.x.

but my server is double network card, can I do like one card bind with my LAN IP:192.168.0.x and the other card doesn't plug cable but set it to WAN IP for DirectAdmin?

If so, that is the best way, if can not do like that, I will use two cable to connect to the server, double network card, both of them has an own WAN IP, is this way work?
------------------------------------------------------------------------
顺便用中文发一便,希望同胞们也帮一下我。

我要更换一个机房,那个机房是双线双IP的机房。但是服务器是只接一根线,绑定一个内网IP.然后通过路由器来中转外部请求到服务器上。
外部IP比如是电信:221.239.95.34,网通:60.28.79.175。但服务器上绑定的内网IP却是192.168.0.x.
访问的时候,根据你是电信的线路或是网通的线路,走不同的IP.


我想把服务器换过去,但不知道da还能不能用。
服务器本身是双网卡,能不能把其中一块儿的IP指定成外网IP(暂时不用)用来适应DA呢?
 
Last edited:
内网ip不能用da.

我能不能用另一个网卡绑定外网IP来用da呢?因为往外访问的时候,肯定是用外网ip.就是本机绑定这个才难受呢。

让我绑网卡mac都行。TNND,这就是中国特色。
 
When I see posts predominantly in a foreign language I cannot read I generally don't even try to get involved because I don't understand the thread.

I think what you're trying to do is have two routes to the same site, on one server running DirectAdmin.

If that's correct then you can set up a second A record in the zone file for the domain, pointing to the second IP#.

To get both running on the same server you'll probably have to create your own include file reference and your own include file, for the domain, in httpd, pointing the IP# to the same directories.

Jeff
 
Im in China, China has 2 biggest ISP provider,Chinatelecom and China CNC. as we all know, the communicate connection rate of those servers are very low, even lower than connect to some foreign servers. so if we want to make it faster in China, we must have two routes.

In China we have lots of internet data center room has double route, some of them use router to make BGP, see the visiters IP and automatically to choose which one is better.

And the one im going to use is double route and double IP, I need to create DNS by myself, depens on different route to choose to different DNS.

Server need to bind a LAN IP, like:192.168.0.x ,but when it visit from outside, it needs 2 WAN IP, like CHINATELECOM's IP is:221.239.95.34 and CHINA CNC's:60.28.79.175 , then through router the internet data center room, transfer the WAN visit require to the server.

So, when we use WAN IP to visit it, its still WAN IP, but network card still binding with our LAN IP, like:192.168.0.x.

but my server is double network card, can I do like one card bind with my LAN IP:192.168.0.x and the other card doesn't plug cable but set it to WAN IP for DirectAdmin?

If so, that is the best way, if can not do like that, I will use two cable to connect to the server, double network card, both of them has an own WAN IP, is this way work?
 
You can connect the server any way you want to. BUT ...

The server's primary IP# MUST be a routable static IP# in order for DA to work.

Jeff
 
Back
Top