|
|
On Thu, Mar 01, 2007 at 07:37:25PM +0100, Davide Bolcioni wrote: > On Thursday 01 March 2007 19:20:09 Konrad Karl wrote: > > > what is the correct netsh syntax to disable/enable the > > XP firewall only on the TAP adapter? Right now I am using: > .......... > The name shown in the connections panel. When the TAP adapter is installed a > name is picked by Windows, something like "LAN Connection 3", but I usually > rename it to "OpenVPN". Yes, but as I already mentioned I want to disable the firewall from within an NSIS setup script and the "LAN Connection 3" name might be "LAN Connection 7" on another machine and renaming the interface manually is not a real option. > > For fun, you might want to try > netsh interface set interface name = "Your Name Here" newname = "OpenVPN" > which does the same thing. > > Hope this helps, Sorry, it did not :-) Konrad > Davide Bolcioni ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |