Solaris as router between two subnets


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris as router between two subnets
# 1  
Old 08-14-2008
Solaris as router between two subnets

I have two networks which is not connected to each other. Each network has its own internet connection. I also have one Solaris machine with two NICs connected to both of the networks.

How do I use the Solaris to connect both network so that hosts from either side of the network can communicate with each other ie. sharing files, telnet etc?

I also wanted the Solaris as an emergency router if one of the internet connection is down, the internet request from host on down connection will be routed automatically to another connection on the other connection, all using the solaris as the router? If it's possible at all. I know there is load balancer / dual wan router available, but those are very expensive.

I have tried setting up the solaris to ip forwarding, but still a ping from host of one network does not reach the host of the other network. I even changed the default gateway on each of the hosts to point to the solaris server.

Please help.
# 2  
Old 08-14-2008
The routed daemon must be running for a Solaris system to become a router.

On Sol10 the svc:/network/routing/route:default must be enabled (svcadm enable ...)

HTH
# 3  
Old 08-14-2008
see if this doc can help you out.
Configuring an IPv4 Router (System Administration Guide: IP Services) - Sun Microsystems

will these hosts be directly connected to the router or will there be a switch involved? if directly connected, i'm wondering if ip multipathing will be the way to go.

Last edited by pupp; 08-14-2008 at 10:23 AM..
# 4  
Old 08-15-2008
If its gonna be DMZ servers, then you will need to open the firewall port specifically to go across to the other subnet. You will also need to place the static route table for the necessary routingSmilie
# 5  
Old 08-18-2008
Thank you for the response. I will try all the solutions to see which one works best.

As for the response,

The hosts are not directly connected to the router and the they are not in the DMZ. They are within the network and not expose at all.
# 6  
Old 08-18-2008
Please post the version of Solaris. The specifics have changed a lot with Solaris 10.
# 7  
Old 08-18-2008
SunOS solar-server 5.10 Generic_118855-33 i86pc i386 i86pc
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. IP Networking

Solaris 11 Express NAT/Router IP Fragments

Upon replacing my linux router/server with a Solaris one I've noticed very poor network performance. The server itself has no issues connecting to the net, but clients using the server as a router are getting a lot of IP fragments as indicated from some packet sniffing I conducted. Here was my... (3 Replies)
Discussion started by: vectox
3 Replies

2. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

3. Solaris

building solaris-based enterprise router-firewall project

hi guys, its been a while since my last visit here, could not keep up the pace on this ever changing industry :) i'd just doing my home research under vmware to make a solaris-based router-firewall using zones - doing a lot of reading about zones & review solaris zone functionality. and... (4 Replies)
Discussion started by: stdout
4 Replies

4. Solaris

Looking for a compartable Solaris wireles router

I have SURFboard SB6120 Modem which is compartable with Unix and I would like a wireless router with comparable speed and security. I have been looking at the Linksys wireless WRT610N model but I don't know if it is compartable with Solaris. I have been researching but I have not come across any... (2 Replies)
Discussion started by: Tenyhwa
2 Replies

5. IP Networking

linksys router and solaris 8

I just sys-unconfigged my ultra sparc which is on my home network where I have 2 PCs attached. When I go to install Solaris 8, it asks various things re: networking. Specifically, when it asks for the IP addy for the DNS server, I input the info, but it barfs back "IP addy info not found". I... (10 Replies)
Discussion started by: nicomen
10 Replies

6. UNIX for Advanced & Expert Users

solaris zones on different subnets

Greetings, Having an issue with a multihomed global zone hosting zones on different subnets. The issue is with the dev zone that is hosted on the non-default network. Any help, other than going to exclusive IP, as I have one card for admin ntwk for both zones, would be appreciated. ... (1 Reply)
Discussion started by: 22blaze
1 Replies

7. Solaris

Solaris 10 as Router...

Hi, I want to build a whole network on my own, but i see its not quite simple. I have a Dlink DSL-320T router for an ANNEX A ADSL connection. A here is the first issue: When i connect to the DSL-320T modem the modem get me an ip thru DHCP 192.168.1.101 (Ip of modem is 192.168.1.100). But after... (24 Replies)
Discussion started by: beumont
24 Replies
Login or Register to Ask a Question