Networking Forums

Networking Forums > Computer Networking > Linux Networking > Using tc in VmWare Fedora

Reply
Thread Tools Display Modes

Using tc in VmWare Fedora

 
 
R C V
Guest
Posts: n/a

 
      04-03-2008, 05:57 PM
Hi ,
I have VmWare running on Windows XP and I have installed
Fedora Core 6 as the OS. iptables et al are working perfectly but
when it comes to traffic controller (tc), it just does not seem to be
obeying any of the rules...

For example when I gave
$ tc qdisc add dev eth0 root delay 100ms
the command is accepted without error, but does not reflect in the
ping response..
I tried ping with -I to bind the eth0 interface, but still did not
give me the desired results.

The same command is working on a pure Fedora Core 6 desktop..

Can someone guide me how I can debug tc or if I am missing any steps.

Thanks,
Sandeep
 
Reply With Quote
 
 
 
 
Andy Furniss
Guest
Posts: n/a

 
      04-06-2008, 08:57 PM
R C V wrote:
> Hi ,
> I have VmWare running on Windows XP and I have installed
> Fedora Core 6 as the OS. iptables et al are working perfectly but
> when it comes to traffic controller (tc), it just does not seem to be
> obeying any of the rules...
>
> For example when I gave
> $ tc qdisc add dev eth0 root delay 100ms
> the command is accepted without error, but does not reflect in the
> ping response..
> I tried ping with -I to bind the eth0 interface, but still did not
> give me the desired results.
>
> The same command is working on a pure Fedora Core 6 desktop..
>
> Can someone guide me how I can debug tc or if I am missing any steps.


you are missing netem

tc qdisc add dev eth0 root netem delay 100ms

I've not tried tc on vmware though, so you may hit other problems.

Andy.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
autofs from non-Fedora to Fedora 16 Kevin the Drummer Linux Networking 9 04-17-2012 06:28 AM
IAS & VMWare Peter Brown Windows Networking 1 03-05-2007 07:52 PM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
Installed Fedora, can't telnet from PC into Fedora machine? Santa Linux Networking 5 11-15-2004 05:25 AM
ipv6 and vmware Scott Matthews Windows Networking 0 01-30-2004 09:56 PM



1 2 3 4 5 6 7 8 9 10 11