LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-19-2017, 09:53 PM   #16
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177

Thanks for your response I'm getting a timeout. That link has useful information, but I'm not caring about fallback DC control just yet. I have only one domain controller. I'm just looking for backup DNS. Here's what I've been told could be part of the problem. As mentioned, I have 2 Internet facing servers, both also have a 2nd NIC for the LAN. Host A is the AC/DC, DNS server and DHCP server. It is also the LAN gateway at 192.168.0.2. Host B is the backup DNS. Both are Linux and the connection timeout problem is not limited to Windows workstation.

I was told that if that the gateway goes down, no host on the LAN can get to the Internet. I'm thinking about installing a router upstream from both of these hosts and designating it as the gateway at 192.168.0.1, taking hosts A and B off dual-homed an using one NIC in each as 192.168.0.2 and 192.168.0.3, respectively. Would that work?
 
Old 11-20-2017, 04:08 AM   #17
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
I was told that if that the gateway goes down, no host on the LAN can get to the Internet.
That's right.


Quote:
I'm thinking about installing a router upstream from both of these hosts and designating it as the gateway at 192.168.0.1, taking hosts A and B off dual-homed an using one NIC in each as 192.168.0.2 and 192.168.0.3, respectively. Would that work?
You'll still have a "single point of failure".
If 192.168.0.1 goes down none of the 2 nameservers will work. That's why it's good practice to have the 2 (or more) authoritative nameservers on different nerworks.

Last edited by bathory; 11-20-2017 at 04:14 AM.
 
Old 11-20-2017, 01:25 PM   #18
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Quote:
Originally Posted by bathory View Post
You'll still have a "single point of failure".
If 192.168.0.1 goes down none of the 2 nameservers will work. That's why it's good practice to have the 2 (or more) authoritative nameservers on different nerworks.
Well, that's OK for now. If 192.168.0.1 goes down this office is pretty much screwed anyway. Somewhere, there's going to be a single point of failure. Upstream from the proposed 192.168.0.1 is the Time-Warner/Spectrum fiberOptic modem - also a single point of failure. So, that's not my main issue.

I'll try the idea of creating a 192.168.0.1 router upstream this Friday when everyone is off. I'll report back results.
 
Old 11-21-2017, 12:53 AM   #19
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Here's a thought. Instead of putting a router up-stream from the Internet-facing host and using that as the gateway, could I not just use the ISP supplied gateway? So, if my subnet is 192.168.0.0/24 and my ISP's gateway is 98.102.64.120, what if all the hosts on 192.168.0.0/24 specified that as the gateway. Would that solve the problem of the current 192.168.0.1 gateway going down?

If so, how would I specify that. Is that the 'option routers' parameter in dhcpd.conf?
 
Old 11-21-2017, 03:38 AM   #20
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
So, if my subnet is 192.168.0.0/24 and my ISP's gateway is 98.102.64.120, what if all the hosts on 192.168.0.0/24 specified that as the gateway. Would that solve the problem of the current 192.168.0.1 gateway going down?
Don't you still need a router to route traffic from 192.168.0.0/24 to 98.102.64.120?
 
Old 11-21-2017, 07:23 AM   #21
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,555

Original Poster
Rep: Reputation: 177Reputation: 177
Quote:
Originally Posted by bathory View Post
Don't you still need a router to route traffic from 192.168.0.0/24 to 98.102.64.120?
I don't know. Does a gateway have to be routable from the 192.168.0.0/24? This is new territory for me.
 
Old 11-21-2017, 08:50 AM   #22
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by mfoley View Post
I don't know. Does a gateway have to be routable from the 192.168.0.0/24? This is new territory for me.
The gateway needs to be reachable somehow. So if it's not on the same subnet, you have to define a static route to it.
Take a look at this, or start reading about the route and/or ip route commands.

Regards
 
  


Reply

Tags
zone files



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can configure dns cache name server with slave domain?? Gran_Maestre Linux - Server 1 07-06-2010 06:18 AM
how to configure nis slave server on fedora 11 x86_64 poswer Linux - Networking 0 09-14-2009 04:30 AM
Configure Linux as secondary DNS Server js_valencia Linux - Networking 1 07-28-2006 11:51 PM
booting from secondary slave sharad durgawad Linux - Enterprise 2 03-18-2006 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration