Displaying 4 results from an estimated 4 matches for "innterface".
Did you mean:
interface
2015 Oct 17
2
Automated Windows installer
Does anyone had an experience with automating Windows installation
process?
I am planning (after my extension programming) to implement the
following inside it:
User runs installer, goes through usual pages and then installer asks
for a name of his/her future node.
It's not a problem to embed our network bootstrap configuration inside
installer.
The problem starts with Windows itself. We
2015 Oct 17
1
Automated Windows installer
...; I can't link which interface belongs to which adapter: newly
> > created, physical or virtual, TAP or VMWare and so on.
>
> Have a look in src/mingw/device.c setup_device(). If you don't
> specify a Device or Interface in tinc.conf, it will use the first
> available TAP innterface. It finds it by going through the registry
> to find adapters, and then tries to open \\\\.\\Global\\<adapter
> id>.tap. If the latter succeeds, it means it's a free TAP interface.
>
Okay I see it, thanks! Usually my Windows nodes have no many TAP
devices on their boxes, that...
2015 Oct 17
0
Automated Windows installer
...multiple ones.
>
> I can't link which interface belongs to which adapter: newly created,
> physical or virtual, TAP or VMWare and so on.
Have a look in src/mingw/device.c setup_device(). If you don't specify a
Device or Interface in tinc.conf, it will use the first available TAP
innterface. It finds it by going through the registry to find adapters,
and then tries to open \\\\.\\Global\\<adapter id>.tap. If the latter
succeeds, it means it's a free TAP interface.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
2003 Jun 12
11
htb problem
Hi,
I have some interesting problem with htb , I set up root class and
sub-classess:
$TC qdisc add dev eth0 root handle 1: htb
$TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit
$TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit
$TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil
1600kbit
$TC class add dev eth0 parent 1:1