LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how do i group multiple global ip addresses on a single network iterface? (https://www.linuxquestions.org/questions/linux-networking-3/how-do-i-group-multiple-global-ip-addresses-on-a-single-network-iterface-90439/)

shinacalypse 09-08-2003 05:21 AM

how do i group multiple global ip addresses on a single network iterface?
 
im trying to increase the number of ip addresses that can be routed through a network card, that links a linux router to a remote gatway to the internet. please help, its urgent!!:newbie:

Mara 09-08-2003 05:36 AM

Not sure if that's what you're asking for, but you can add more IPs to one ethX using something like
ifconfif ethX:0 xxx.xxx.xxx.xx
ifconfig ethX:1 yyy.yyy.yyy.yyy
and so on.

shinacalypse 09-08-2003 05:51 AM

yes, but there was heavy degradation in traffic when i did that. what else can i do?

Mara 09-08-2003 06:07 AM

You need to make sure that the routing table looks correctly.


All times are GMT -5. The time now is 07:19 AM.