Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

network routing

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Next:  Transfering a Secure Server Certificate  
Author Message
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 1) Posted: Tue May 31, 2005 12:55 am
Post subject: network routing
Archived from groups: alt>www>webmaster (more info?)

Greetings one and all.

I've been staring at this too long and it's now a blackhole for all
creative thought.

Consider this schema ....

Internet - Router - Network(A) - Firewall - Network(B,C)

Notes:
o Internet feed provides 128 public IP-Addresses.
o Router is a linux box.
o Networks (B) and (C) can use a subset(s) of available IP-Addresses.

Q: How to configure the router so that it knows how to route traffic to
hosts on Network(B)&(C)

--
Whatever you do - do something.

 >> Stay informed about: network routing 
Back to top
Login to vote
jstucklex

External


Since: Jul 14, 2003
Posts: 1507



(Msg. 2) Posted: Tue May 31, 2005 7:09 am
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso wrote:
 > Greetings one and all.
 >
 > I've been staring at this too long and it's now a blackhole for all
 > creative thought.
 >
 > Consider this schema ....
 >
 > Internet - Router - Network(A) - Firewall - Network(B,C)
 >
 > Notes:
 > o Internet feed provides 128 public IP-Addresses.
 > o Router is a linux box.
 > o Networks (B) and (C) can use a subset(s) of available IP-Addresses.
 >
 > Q: How to configure the router so that it knows how to route traffic to
 > hosts on Network(B)&(C)
 >

IP forwarding on, then set up routing for the networks with subnets?

Check out the "route add" command.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex.DeleteThis@attglobal.net
==================<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: network routing 
Back to top
Login to vote
neilr

External


Since: May 31, 2005
Posts: 10



(Msg. 3) Posted: Tue May 31, 2005 8:26 am
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <SpamBlocked.DeleteThis@tbdata.com> wrote in message
news:op.srmeutvtm9g4qz-wnt@tbdata.com...
 > Greetings one and all.
 >
 > I've been staring at this too long and it's now a blackhole for all
 > creative thought.
 >
 > Consider this schema ....
 >
 > Internet - Router - Network(A) - Firewall - Network(B,C)
 >
 > Notes:
 > o Internet feed provides 128 public IP-Addresses.
 > o Router is a linux box.
 > o Networks (B) and (C) can use a subset(s) of available IP-Addresses.
 >
 > Q: How to configure the router so that it knows how to route traffic to
 > hosts on Network(B)&(C)
 >

Well I'm not a network guru and I may be looking at this too simply but it
sounds like you may be looking for NAT (Network Address Translation)
<a style='text-decoration: underline;' href="http://www.vicomsoft.com/knowledge/reference/nat.html" target="_blank">http://www.vicomsoft.com/knowledge/reference/nat.html</a>

Just thought it might be worth mentioning.

Neil<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 4) Posted: Tue May 31, 2005 9:12 am
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From the relative comfort of the boardroom, <neilr.RemoveThis@NOSPAMpages-uk.com>
patched in a new connection to news:alt.www.webmaster and said:

 > ...
 > sounds like you may be looking for NAT (Network Address Translation)
<font color=purple> > <a style='text-decoration: underline;' href="http://www.vicomsoft.com/knowledge/reference/nat.html</font" target="_blank">http://www.vicomsoft.com/knowledge/reference/nat.html</font</a>>
 >
 > Just thought it might be worth mentioning.

Thanks, it's a possiblity I hadn't considered - it's planned that all the
hosts will use public IPs.

--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
Tony

External


Since: May 11, 2005
Posts: 80



(Msg. 5) Posted: Tue May 31, 2005 9:12 am
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"William Tasso" <SpamBlocked RemoveThis @tbdata.com> wrote in message
news:op.srmrrkabm9g4qz-wnt@tbdata.com...
 > From the relative comfort of the boardroom, <neilr RemoveThis @NOSPAMpages-uk.com>
 > patched in a new connection to news:alt.www.webmaster and said:
 >
  >> ...
  >> sounds like you may be looking for NAT (Network Address Translation)
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.vicomsoft.com/knowledge/reference/nat.html</font" target="_blank">http://www.vicomsoft.com/knowledge/reference/nat.html</font</a>>
  >>
  >> Just thought it might be worth mentioning.
 >
 > Thanks, it's a possiblity I hadn't considered - it's planned that all the
 > hosts will use public IPs.

Wow - I was surprised to see you asking this question, given how much help
you were with this stuff when I needed it a few months ago.

It seems to me that NAT should work whether the IPs were public or private,
as long as the router can see the machine it's routing to.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
Toby Inkster

External


Since: Apr 01, 2005
Posts: 154



(Msg. 6) Posted: Tue May 31, 2005 4:55 pm
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tony wrote:

 > It seems to me that NAT should work whether the IPs were public or private,
 > as long as the router can see the machine it's routing to.

Yep. NAT can work with either public or private IP addresses -- or even a
combo of them.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ <a style='text-decoration: underline;' href="http://tobyinkster.co.uk/contact" target="_blank">http://tobyinkster.co.uk/contact</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
jstucklex

External


Since: Jul 14, 2003
Posts: 1507



(Msg. 7) Posted: Wed Jun 01, 2005 12:51 pm
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Toby Inkster wrote:
 > Tony wrote:
 >
 >
  >>It seems to me that NAT should work whether the IPs were public or private,
  >>as long as the router can see the machine it's routing to.
 >
 >
 > Yep. NAT can work with either public or private IP addresses -- or even a
 > combo of them.
 >
NAT works great on outgoing traffic. But it doesn't work well on
incoming. He could use NAT on network A, but not B and C (since he
wants to route TO these networks).

The correct solution is to set up IP forwarding on the firewall with
subnet masks pointing to B and C (assuming they are on different NICs).
Or, if they're on the same NIC, just IP forwarding will do.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex.TakeThisOut@attglobal.net
==================<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 8) Posted: Thu Jun 02, 2005 10:55 pm
Post subject: Re: network routing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

From the relative comfort of the Chaos boardroom, <SpamBlocked RemoveThis @tbdata.com>
patched in a new connection to news:alt.www.webmaster and said:

 > ...
 > Internet - Router - Network(A) - Firewall - Network(B,C)

Gentlemen, I thank you all for contributing.

The solution is fairly trivial (I did mention the black hole draining all
creative thought) - a real 'Networking 101' moment.

Firewall is now configured in bridging mode and the world is once again
full of happy smiley servers.

--
Whatever you do - do something.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: network routing 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Routing visitors - This is my 'wished for' scenario: That visitors wishing to see this section of my site first have to provide some basic info about themselves. On the redirect of the submit, they are then given access to the main page of the section. I'd like to..

weird routing problem - Lately, about once every week or two, I find it impossible to reach my website and email. At first I thought it was a DNS lookup problem at my ISP, since other people can reach it, but using tracert shows that the snag is occuring further out - always a...

New one me, Network Solutions - I haven't used them in years. One of my clients was having problems with their domain, stopped by Network Solutions... Was I surprised to see them offering domain registration for 100 years, bargain price $995.... Now that's optimism! ken

Help Setup NETWORK... - Please help me.... I Have satelite internet connection called broadband... I have 13 IP address from the subscriber including subnetmusk and DNS... My problem is i have still 50 units dont have internet access. This is the settings from my satelite disk...

Backup the network - Greetings One and All May I pick your brains? I need to build a new backup resource. Server is ready. Now I need to choose a platform. Let me explain a little more - I'm considering a dedicated backup device that comes complete with management..
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]