Solaris box as BGB


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris box as BGB
# 1  
Old 12-04-2010
Solaris box as BGB

I have network with x computers which is divided in three subnets A, B ,C. All three subnets need can't access to internet because my old router -> R.I.P.

Probably best solution is to get new router and set up back internet connection but that is not good enough for me.

http://img541.imageshack.us/img541/379/94208555.jpg

As you can see I plan to use Solaris as my router/firewall and reason is quite simple:

ZFS like cheap disks
Border is Pentium III
Smilie
Cisco modem cost more than $1000 and my old office box is like new and has performance just like Cisco modem and with Jumpstart(TM) I can install Solaris in variaty of ways and save $$.

My problem is how to represent Solaris box as default gateway on my network without to manually change settins on every box which is time consuming ?

Using IPFilter is possible to get a decent package firewall and with that box route input data on other workstations in my corporate network

Last edited by solaris_user; 12-04-2010 at 06:05 AM..
# 2  
Old 12-06-2010
Any box with two devices and ip forwarding is a router.

Change the IP to match the old router.

All routing protocols do is dynamically update the routing table, which for most routers is not really much problem, as their routes are pretty static!
# 3  
Old 12-06-2010
If you want your internal network to communicate with the Internet, there must be also NAT configured in your "BGB" (Bürgerliches Gesetzbuch ?) .
# 4  
Old 12-07-2010
Thanks

For NAT Ipfilter will be more than enough
# 5  
Old 12-07-2010
Indeed.
# 6  
Old 12-07-2010
Yes, firewall is just a router with attitude and accessories like NAT, SOCKS and even dedicated proxies like tcp_relay.

I have never been that big a NAT fan. Packet inspection and modification makes it a bit dicey, and then there is the hassle of IP addresses for the NAT. A lot of routers seem to do something more like port and network address translation, so they can support all the clients with the firewall/router IP (no extra IPs for clients on unroutable IP family addresses).
# 7  
Old 12-07-2010
IPFilter definitely provides port and network address translation.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

E1 on Solaris box

hi, can someone please guide me if there is any special hardware to use when we need to terminate an E1/T1 link on a Solaris10 box. I have a number of boxes and these all are located at longer distances. the only connectivity is the E1 links between these far location locations. Would it be... (0 Replies)
Discussion started by: busyboy
0 Replies

2. Solaris

Can we use a solaris box as a web server?

Can we use a solaris box as a web server? If yes then can any one can explain each and every steps to configure a Solaris web server? (4 Replies)
Discussion started by: Sesha
4 Replies

3. Solaris

Perl comes with Solaris out of the box?

Hi guys. I plan to study Perl in near future, and Im just wondering, is Perl installed in Solaris with minimal install? Cheers. Edit: looks like I have found out Perl is installed with minimal install :) Re: perl in Solaris (was Re: Re: disable processor: msg#00085... (3 Replies)
Discussion started by: bsddaemon
3 Replies

4. UNIX for Advanced & Expert Users

New Solaris box how do I tell if its raided

New Solaris box how do I tell if its raided -------------------------------------------------------------------------------- Got a new machine in that was set up prior to receipt, how can I tell if the drives are raided and if so what raid level was used on Solaris 8? thanks, Jo C (1 Reply)
Discussion started by: jo calamine
1 Replies

5. UNIX for Dummies Questions & Answers

New Solaris box how do I tell if its raided

Got a new machine in that was set up prior to receipt, how can I tell if the drives are raided and if so what raid level was used on Solaris 8? thanks, Jo C (1 Reply)
Discussion started by: jo calamine
1 Replies

6. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

7. Solaris

Error on Solaris box

We are getting the following error: warning: pm: Can't set power level of TSI, gfxp to level 0 The machine is running Solaris 8. I think it is a SUn 220R box. Any ideas what this means? (2 Replies)
Discussion started by: hshapiro
2 Replies

8. UNIX for Dummies Questions & Answers

Java into Solaris box

Hi need to install java in a Unix box, but have not been able to. Does anyone know where I can find information on where and how to install. THank you (1 Reply)
Discussion started by: federico
1 Replies

9. UNIX for Dummies Questions & Answers

Telnet into Solaris 8 box

I am new to Unix. What file do I need to edit so that I can telnet to Solaris 8. I recieve this message everytime I try to telnet. It allows me to LOGIN but kicks me out with this same message. SunOS 5.8 login: root Password: Not on system console (2 Replies)
Discussion started by: newbie05
2 Replies

10. UNIX for Dummies Questions & Answers

Good uses for a Solaris box?

I picked up an Ultra 10 for a great price, installed Solaris 10, and aside from running the usual network services I'm wondering, what can I use this box for? What are the killer apps for Solaris that you can't run on anything else? It's got the Elite3D graphics, and while I'm sure they're no... (1 Reply)
Discussion started by: b00m3rang
1 Replies
Login or Register to Ask a Question