LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 06-26-2010, 04:11 AM   #1
lexroxas
LQ Newbie
 
Registered: Dec 2009
Posts: 4

Rep: Reputation: 0
Question Suse Linux server having 1 NIC and connected to 2 ISP router


The system is quite simple:

a. One SUSE Linux Enterprise Server 10 (x86_64) server
b. The server has a single private static IP address of 192.168.7.8 with subnet 255.255.255.0 and using the gateway 192.168.7.254 (the local IP address of the router).
c. The LAN cable is then connected to a switch and the switch connected to a router that connects to an ISP while at the same time the router provides IP forwarding to the local IP of the server. The server now gets internet connection from the router and local users are connected to the switch to locally access the server.
d. This is the setup now and it is working flawlessly.

What I need to accomplish:

Connect a 2nd router (again with IP forwarding to the existing local IP of the server) to the switch wherein this 2nd router is connected to the internet via a different ISP so that external users can SIMULTANEOUSLY access the server from ANY of the two ISP. Obviously, a second gateway must be added or defined in the server so that it routes information from/to server to the 2nd router. The local IP of the 2nd router is 192.168.7.253 and I suppose this will be the gateway to be defined or added in the server.

The problem:

How to add the 2nd gateway in the server configuration? This link - http://i556.photobucket.com/albums/s...as/Routing.jpg provides the actual screencapture of the settings to be modified.

I suppose I should be using "expert configuration" to do this but you see I'm no expert at all. Can you kindly assist me on how, what and where to put the modifications pls?

Kind Regards,
Lex Roxas
 
Old 06-27-2010, 08:40 AM   #2
ggeagle
LQ Newbie
 
Registered: Jun 2008
Location: DaeJeon,Korea
Posts: 5

Rep: Reputation: 0
Sorry for my poor english...

I recommand you to contact with possible engineer who may from ISP or switch provider.
Because this is not a common network structure,
In common sense, to coexist 2 or more network area at one place, one system require which to aggregate net-info and to control them.

In your case two net-area meet at one point what is switch.
This means the switch is the core of network information exchange(NIX)

Abscent of switch's routing setting means that abscent of dynamic NIX then all system must have static routing info and manual control to update them.
(exactly this is not perfect answer. if all indivisual system running dynamic routing protocol such as RIP,
then each of them can commucanate with router and themselves.
then can accomplish NIX dynamically without setup switch...
BUT SUCH LIKE THESE TYPE CONSIDERATION MAY CAUSE COMPLEX STRUCTURE AND MAY RETURNS ACCASIONAL FAULT WHAT TO FINDOUT)
This mechanism may possible but may contains much unveiled troublesome.


So regardless of your custom demand and unmentioned circumstance, three or more inter-net area recommanded to be configured to have different private net-class which remove none-unicast traffic cross reference(sorry...this is not general english description but i don't know how)

This is not a part of indivisual linux system but consepts of network structure.
I think so...
I recommand you to meet someone who can advise to you or setup switch function.

I'm learning english but stll have much trouble to communicate.
"콩글리쉬 작열이군"

Last edited by ggeagle; 06-27-2010 at 09:16 AM.
 
Old 06-28-2010, 08:55 AM   #3
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Rep: Reputation: 100Reputation: 100
If I understand correctly, you want to have two separate routers which connect to two separate ISPs and then have the server be able to get out to the Internet through either. If this is the case you just need to add an additional route in the kernel routing table for default route. Now if you want to do load balancing or some other advanced features you would need a hardware router that support 2 or more WAN connections, or you will need to write some iptables rules to forward traffic appropriately. As far as forwarding the request to the internal server from the new router that will be done within the routers configuration. It is easiest to add a new default route to your routing table form the Command line.

Code:
#route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.100.0   *               255.255.255.0   U     0      0        0 eth1
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.100.1   0.0.0.0         UG    0      0        0 eth1
default         192.168.1.168   0.0.0.0         UG    0      0        0 eth0
as you can see route will show you the servers current routing table to add another default route run
Code:
route add default gw 10.10.0.1 eth0
here is a page with all sorts of information on routing tables http://www.labtestproject.com/linnet/routing.html
 
  


Reply



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
Transparent Proxy Server Connected to LinkSys Router greenepenguin Linux - Networking 3 08-06-2009 12:19 AM
Another Suse 9.1 + router/NIC problem neofile Linux - Networking 24 07-27-2004 09:18 AM
second gateway from second ISP on FEdoara Firewall NAT Router SERVER saint99 Linux - Networking 1 05-23-2004 06:02 PM
Limit connected items connected to my router andersh3 Linux - Newbie 1 03-16-2004 11:10 AM
Dual NIC router for SUSE 9.0 R Audano Linux - Networking 4 03-09-2004 02:11 PM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 02:15 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