Refer to the my attached diagram of my network situation.
I need to route 80.x.x.10 through my linux box so that I can access the net.
I am sure someone has pondered on this more than once.
Thanxs
Printable View
Refer to the my attached diagram of my network situation.
I need to route 80.x.x.10 through my linux box so that I can access the net.
I am sure someone has pondered on this more than once.
Thanxs
You are going to have to move your 80.XX to your first switch. Or you will need to dual nic your linux box.
You can't share a gateway with to different networks silly.
what would be the configs for the second NIC - am new with this thing :confused:
My point is I want to benefit from nice features of this linux box so I dont want to by-pass it even if I need to give Public IPs on hosts on the private LAN side.
Well I can't just give you the configs because there are several ways to do it. I suggest to just add another one and play with it. You are trying to figure out this linux thing you need to just take the bull by the horns.
When you add it it should show up as eth1. You can then go to /etc/sysconfig/network-scripts and edit that with private addresses.
Might be easier just to add the one node before the linux box.
Essentially if you add another nic to your linux box that first switch is not needed anymore you will have a public interface and a private of which you have now you are just doing it from a switch instead of with the linux box. Since you just want one node to be public just connect it to the first switch and you will be good to go.
make sense?
Just insert another nic in your Linux box and plug in the 80... client into this nic.
All nodes on Private LAN side are remotely located. They are all connected to the second Switch by Alvarion. :confused:
You can use the first switch but if you multi-home your linux box you won't need it. You can still use it if you like just will not be necessary according to your map.
What you have is two netowrks you have a private one behind your linux box and a public one before it you have 3 private nodes and a public one you are trying to get into the private one. You can either change the IP of the one that is public to a private one or you can simply move the public one before the linux box to public land.