Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I have installed vnuml and bridge-utils on my machine, but am unable to run the brctl command on the xterm terminals that popup after building the simulation. I get a 'command not found' error. I am, however, able to run the brctl command on my host machine's terminal, so the package is there, only the virtual nodes created are not able to access it.

What needs to be done to make the 'brctl' command available to each of the UML terminals?

share|improve this question
Did you try executing /usr/sbin/brctl – Manula Waidyanatha Oct 8 '12 at 8:15

migrated from stackoverflow.com Oct 8 '12 at 4:35

1 Answer

check /etc/hosts configurations

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.