[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.4

IP aliasing on 2 subnets

Asked by cygnus in Linux Networking

Tags: ifconfig, interface, using

I'm having some trouble with ip aliasing and hoping someone could help me.
I have read the docs on this.
My network has 2 subnets. A partial class C 206.245.154.64 (ip addresses
206.245.154.65-206.245.154.128) for servers and router. .65 is the router
And a FULL class C 205.147.217.0 for web customers and ppp connections
ip's 1-179 are allocated for ppp, 180-183 right now for customer's web
servers.

AMD complains on boot that "another unused interface was discovered
<aliased_ip>"
and then repeats the message for every ip I have

On the local LAN the aliasing seems to work fine. When I dial-up to the
router though on a ppp connection, i can't get to anything on the
205.147.217 network. Pings just time out. Nothing to them works.

Any help is appreciated. -Tony

This is the way i have the web server (206.245.154.68) w/the aliased web
servers set up.

 ** Under ifcfg-routes I have..

# Configure new sub network for aliases
route add -net 205.147.217.0 netmask 255.255.255.0 eth0
# Configure ip aliases
ifconfig eth0:0 205.147.217.180
ifconfig eth0:1 205.147.217.181
ifconfig eth0:2 205.147.217.182
ifconfig eth0:3 205.147.217.183

# Add static routes to hosts on this network
route add -host 205.147.217.180 eth0:0
route add -host 205.147.217.181 eth0:1
route add -host 205.147.217.182 eth0:2
route add -host 205.147.217.183 eth0:3

** Under route -n it says..

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
205.147.217.180 0.0.0.0         255.255.255.255 UH    0      0        0 eth0:0
205.147.217.181 0.0.0.0         255.255.255.255 UH    0      0        0 eth0:1
205.147.217.182 0.0.0.0         255.255.255.255 UH    0      0        0 eth0:2
205.147.217.183 0.0.0.0         255.255.255.255 UH    0      0        0 eth0:3
206.245.154.64  0.0.0.0         255.255.255.192 U     0      0        2 eth0
205.147.217.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0    
 0        1 lo
0.0.0.0         206.245.154.65  0.0.0.0         UG    1      0        0 eth0

** ifconfig says..

eth0:0    Link encap:10Mbps Ethernet  HWaddr 00:A0:C9:60:50:0A
          inet addr:205.147.217.180  Bcast:205.147.217.255 Mask:255.255.255.0
          UP RUNNING  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0
etc..
 
Related Solutions
Keywords: IP aliasing on 2 subnets
 
Loading Advertisement...
 
[+][-]11/28/97 01:08 AM, ID: 1586835Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/28/97 06:55 AM, ID: 1586836Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/30/97 09:36 PM, ID: 1586837Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Linux Networking
Tags: ifconfig, interface, using
Sign Up Now!
Solution Provided By: unicorntech
Participating Experts: 2
Solution Grade: C
 
 
Loading Advertisement...
20091111-EE-VQP-89