netkit-core icon indicating copy to clipboard operation
netkit-core copied to clipboard

Scripts and tools that make up the Netkit core

Results 24 netkit-core issues
Sort by recently updated
recently updated
newest added

Allow extraglob to be enabled and to be disabled when it needs to use the file.

Sorry if this isn't the right place to raise this issue. Please direct me elsewhere if is is. I am having trouble enabling 32-bit applications. The output of `./check-configuration.sh` on...

I am trying to install BIRD on the vm. Therefore, I have to install build-essential (gcc, make...). However , I tried both ways of installing packages as described in the...

The following commit just replaces '#!/bin/sh' with '#!/bin/bash' instead of fixing all numerous Netkit bashisms. See also #19.

UML `mconsole` interface provides a way to set up an event notification channel between vitrual machine and host. This is described here: http://user-mode-linux.sourceforge.net/old/UserModeLinux-HOWTO-10.html#ss10.13 . Event notification can be useful for...

Konsole-tabs.sh does not work in KDE4. Rather than use lab /netkit config I just wrote simple script called 'ktabstart'. Ktabstart is a simple tool to run Netkit sessions within konsole...

Starting a lab within a directory name with spaces raised an error instead of the expected warning. This because of the lcommon script launched before the "spaces check". Bring the...

It is now possible to run only bin/manage_tuntap script via sudo, not /bin/sh. This is very important if netkit is used on public computers. Starting /bin/sh via sudo is rather...

Current netkit runs umlswitch with '-hub' argument that is making a difference between unicast and broadcast very thin on link layer. This commit removes '-hub' argument, making umlswitch working as...

Renamed vconfig tool in vconf because of name collision with the standard vconfig Linux VLAN tool