<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/networkbridgingutility/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Jan 2015 19:39:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/networkbridgingutility/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Benjamin Kalytta</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -25,4 +25,12 @@

 Removes all adapters from bridge and uninstalls the bridge adapter. The bridge service will not be uninstalled. Detaching includes unbinding from bridge service and binding to all installed bindable network protocols, clients and services.

+New in Version 1.0.1.0
+--
+Possibillity introduced to support multiple network adapters with the same hardware id. /attach can have a second argument. This argument either specifies the network adapter physical address (MAC address) or the interface alias name. It is not necessary to specify full name/address, specifying only first part is allowed like in:
+
+    bridgeutil.exe /attach "PCI\VEN_8086&amp;amp;DEV_15A1" D0:50:99
+
+This will attaches all Intel network adapters with the specified hardware id and starting with MAC address D0:50:99.
+
 **Note:** Subversion has read/write access for everyone. So please share your changes and commit it.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Kalytta</dc:creator><pubDate>Fri, 02 Jan 2015 19:39:16 -0000</pubDate><guid>https://sourceforge.nete7054a7779cd8168c2cc8e2287676612c8aaf93d</guid></item><item><title>Home modified by Benjamin Kalytta</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -24,3 +24,5 @@
     bridgeutil.exe /uninstall

 Removes all adapters from bridge and uninstalls the bridge adapter. The bridge service will not be uninstalled. Detaching includes unbinding from bridge service and binding to all installed bindable network protocols, clients and services.
+
+**Note:** Subversion has read/write access for everyone. So please share your changes and commit it.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Kalytta</dc:creator><pubDate>Sun, 16 Mar 2014 13:39:42 -0000</pubDate><guid>https://sourceforge.netbe43aec56a514ead53c6147f451487e793c5b0b2</guid></item><item><title>Home modified by Benjamin Kalytta</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,6 +6,8 @@
     bridgeutil.exe /uninstall
     bridgeutil.exe /attach
     bridgeutil.exe /detach
+
+Calling `bridgeutil` without any arguments shows the command line help and also lists all bridgeable adapters with continuous index (only if a bridge adapter is installed).

 Examples
 --
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Kalytta</dc:creator><pubDate>Fri, 14 Mar 2014 09:41:31 -0000</pubDate><guid>https://sourceforge.net39bde52676e263d3fbbb9d4abb2801f26633338d</guid></item><item><title>Home modified by Benjamin Kalytta</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,24 @@
-Welcome to your wiki!
+Arguments
+--
+Following command line arguments are supported at the moment.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+    bridgeutil.exe /install
+    bridgeutil.exe /uninstall
+    bridgeutil.exe /attach
+    bridgeutil.exe /detach

-The wiki uses [Markdown](/p/networkbridgingutility/wiki/markdown_syntax/) syntax.
+Examples
+--
+These are some usage examples.

-[[members limit=20]]
-[[download_button]]
+    bridgeutil.exe /attach "PCI\VEN_10EC&amp;amp;DEV_8169" /attach {5d624f94-8850-40c3-a3fa-a4fd2080baf3}\vwifimp
+
+Attaches each Realtek 8169 Network Interface Cards and Microsoft Virtual Wifi Adapter to bridge. If the bridge is not installed yet, it will be installed first.
+
+    bridgeutil.exe /detach 1
+
+Detaches adapter with id 1 from bridge.
+
+    bridgeutil.exe /uninstall
+
+Removes all adapters from bridge and uninstalls the bridge adapter. The bridge service will not be uninstalled. Detaching includes unbinding from bridge service and binding to all installed bindable network protocols, clients and services.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Kalytta</dc:creator><pubDate>Fri, 14 Mar 2014 09:38:57 -0000</pubDate><guid>https://sourceforge.net7f299958ff02e23dde08dd02023d06c92dd6820d</guid></item><item><title>Home modified by Benjamin Kalytta</title><link>https://sourceforge.net/p/networkbridgingutility/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/networkbridgingutility/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/bkausbk/"&gt;Benjamin Kalytta&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-53173b763e5e8301e3df5669" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benjamin Kalytta</dc:creator><pubDate>Wed, 05 Mar 2014 14:57:58 -0000</pubDate><guid>https://sourceforge.net4b780911c8024b505a25edbd2abb1d1b5894ed2b</guid></item></channel></rss>