I'd like to be able to serve unqualified domain names like "pos" or "website" from my DNS server on my LAN and have regular DNS queries like "google.com" be served from my router.
On my router, under "DHCP" settings, I can assign a primary and secondary DNS server. If I set the primary to the router itself and the secondary to the LAN DNS server, the queries never resolve.
I have a Linux box that am using as a router. The box's 'WAN' connection is actually another LAN (the primary LAN). I am trying to use my box/router to create another LAN (the secondary LAN). The purpose of the secondary LAN is to isolate a section of the network from the primary LAN.
If I've got a typical home router -- say a Net Gear -- which has certain ports forwarded to a internal server, is there a way to tweak the router to let me access that internal server using the external IP address from within the same network?
I currently have a router (Netgear WNDR3700 with DD-WRT; let's say its hostname is host1) and all the devices are behind its NAT.
WAN
\
\
host1 (dmz)
<router>———[server]
/ |
/ |
[pc] [laptop]
My ISP is setting static IP addresses with dynamic DHCP and it's determining which IP address should I get by the hostname.
The f
Hello,
I have been looking for a nice solution to this problem but haven't really found one yet.
Basically, I am hosting a website, and have two servers.
I'm setting up an Apache 2.2 Ubuntu web server for internal services that is also supposed to be accessed from outside our LAN. Our LAN has a single external IP that is the external IP of our RV042 Cisco router.
We have set up several A records on our external DNS server that point to this IP.
How do you get workstations to (seamlessly) authenticate with a secondary Active Directory server when the primary one is down?
Background:
I added a secondary Active Directory server to a company's network, hoping that it would do authentication in the event that the primary Active Directory server was down.
Although, the Secondary Active Directory server seems to be replicating correctly, aut
I have a home server running Ubuntu 11.10.
It is currently configured to have a static IP address via my router.
I also use a Dynamic DNS service built into the router to update my domain name to point to that statically assigned domain name.
I can access the server via SSH using either the internal IP address or the domain name.
I have a primary server and a secondary server and I wish to copy files over from the primary to the secondary using rsync. I have mounted the primary disk onto the secondary using NFS and am copying data pertaining to multiple users at the primary server onto the secondary.
Is there any way I can do this without root privileges?