alokas88 0 Newbie Poster

I have a physical network interface card on my system. I have created multiple virtual interface using ifconfig :

ifconfig eth0:1 ip1
ifconfig eth0:1 ip2

Now the problem i want to provision bandwidth on multiple interfaces separately.

I am using ethtool for the same

ethtool -s eth0:1 autoneg off speed 100 duplex full

If i set eth0:2 to 100 , the speeds of all the virtual interfaces are changing along with it

Why is dat so? Is der any way to set different virtual interfaces to different speeds