This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Same Subnet?

I know that you can alias 2 IPs on a single interface but, can you have 2 Physical interfaces on the same subnet. 
(i.e. eth0 - x.y.z.54, eth1 - x.y.z.81)

And no I can't alias because both of these are PPPoE static addreses.

Help please.


This thread was automatically locked due to age.
Parents
  • Yes, since PPPoE connections are P-t-P anyway.

    Since I already smell what you are trying to do, let me warn you:

    You can only have only one active default gateway at a time. The second one will not be used unless the first one goes down.

    You can work around that by using some creative static routing like this:

    define these:

    First_Half_of_Internet  0.0.0.0/128.0.0.0
    Second_Half_of_Internet  128.0.0.0/128.0.0.0

    then route

    First_Half_of_Internet to PPPoE Interface #1
    Second_Half_of_Internet to PPPoE Interface #2

    The routes should appear just above the default route in the lower table on the routing page.

    This will give you a VERY CRUDE line load balancing    

    regards,

    /tom
Reply
  • Yes, since PPPoE connections are P-t-P anyway.

    Since I already smell what you are trying to do, let me warn you:

    You can only have only one active default gateway at a time. The second one will not be used unless the first one goes down.

    You can work around that by using some creative static routing like this:

    define these:

    First_Half_of_Internet  0.0.0.0/128.0.0.0
    Second_Half_of_Internet  128.0.0.0/128.0.0.0

    then route

    First_Half_of_Internet to PPPoE Interface #1
    Second_Half_of_Internet to PPPoE Interface #2

    The routes should appear just above the default route in the lower table on the routing page.

    This will give you a VERY CRUDE line load balancing    

    regards,

    /tom
Children
No Data