DA + Local Gateway

frednoob

Verified User
Joined
Feb 15, 2007
Messages
90
I have a server, want to running with DA at my office, I use DSL with fixed 2 ip ( 1 for router and 1 for server )

Can i add ip that belong to router to my server using DA IP Management ?
Of course it clash with router, what the consequense ??

I install another NIC for make that server work as Gateway server so my local station can access internet from this server, how to setup Gateway ?? Is it DA support Gateway ??
 
Can i add ip that belong to router to my server using DA IP Management ?

No don't do that. There is no need to do it anyway.

I install another NIC for make that server work as Gateway

You didn't need to do that either. 1 NIC is all you need. Traffic can and does flow in both directions in a NIC.

Is it DA support Gateway

DA has nothing to do with your server acting as a gateway.

In /etc/sysctl.conf
Code:
net.ipv4.ip_forward=1

Run
Code:
sysctl -p /etc/sysctl.conf

Now you server is a gateway. It should already have a the default gateway as your dsl modem. Set your gateway on your other local machine to be your server ip address.
 
if i want to transfer my domain into this box, how to make nameserver if only 1 ip ??
 
Nothing prevents you from typing in the same ip for both nameserver records unless your registrar has a restriction on it. In that case
find out which registrar will let you do it and transfer the domain.

Also if your registrar has a restriction so that you have to use a second ip then use whatever ip you want. It just won't answer to
queries and the querier will be forced to use the other nameserver that does answer.
 
Last edited:
how to set it at DA ?? create virtual NS ?

you know how to deal with register.com ? as i know it only allow 1 ip for one NS.
 
Last edited:
thank for the info, but can you explain me more about rollernet.us ?? how to transfer my domain to my box ??
 
Back
Top