Downloads:
1,003
Downloads of v 4.1.1:
1,003
Last Update:
10 Aug 2019
Package Maintainer(s):
Software Author(s):
- Adrian-Costin Tundrea
Tags:
tcpipmanager.install tcp ipnetwork configuration manager- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TCP/IP Manager (Install)
- 1
- 2
- 3
4.1.1 | Updated: 10 Aug 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,003
Downloads of v 4.1.1:
1,003
Maintainer(s):
Software Author(s):
- Adrian-Costin Tundrea
TCP/IP Manager (Install) 4.1.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Adrian-Costin Tundrea. The inclusion of Adrian-Costin Tundrea trademark(s), if any, upon this webpage is solely to identify Adrian-Costin Tundrea goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TCP/IP Manager (Install), run the following command from the command line or from PowerShell:
To upgrade TCP/IP Manager (Install), run the following command from the command line or from PowerShell:
To uninstall TCP/IP Manager (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tcpipmanager.install --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tcpipmanager.install -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade tcpipmanager.install -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tcpipmanager.install
win_chocolatey:
name: tcpipmanager.install
version: '4.1.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tcpipmanager.install' do
action :install
source 'INTERNAL REPO URL'
version '4.1.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tcpipmanager.install
{
Name = "tcpipmanager.install"
Version = "4.1.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tcpipmanager.install':
ensure => '4.1.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator flcdrg on 17 Aug 2019.
TCP/IP Manager is designed to help computer users keep track of their network configuration in different locations. At home or at work, changing network settings is now just one click away!
Features
- Save your network settings in an unlimited number of profiles
- Support for switching TCP/IP settings (including multiple IP/Gateway/DNS servers)
- Support for switching proxy settings, computer and workgroup names
- Support for MAC spoofing
- Easy switching between profiles (with tray icon and hotkeys)
- Generate batch files from network profiles
- Import current system settings
- Very fast and easy to use interface
- Run at Windows startup
- WebUpdate (complete with news) and statistics modules
- Installer and standalone (7z) versions for both 32-bit and 64-bit platforms
From: https://sourceforge.net/p/tcpipmanager/code/HEAD/tree/trunk/Licenses/GNU%20General%20Public%20License%20%28header%29.txt
LICENSE
TCP/IP Manager
Copyleft 2009-2015 Adrian-Costin Tundrea
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://netcologne.dl.sourceforge.net/project/tcpipmanager/tcpipmanager_stable/TCP_IP_Manager_v4.1.1_%28Build_29%29/TCP_IP_Manager_v4.1.1.29_x86_Setup.exe
x64: https://netcologne.dl.sourceforge.net/project/tcpipmanager/tcpipmanager_stable/TCP_IP_Manager_v4.1.1_%28Build_29%29/TCP_IP_Manager_v4.1.1.29_x64_Setup.exe
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: AA45AEF34AB70681AA3AF03BC3072FB3759AF25496A8B2A19A2F94C5986E7104
checksum64: BF8AAAEB7FBBCDF5772F97169445B6E6454FE96AC41D423EDBBC41DDFA7AFF45
File 'LICENSE.txt' is obtained from:
https://sourceforge.net/p/tcpipmanager/code/HEAD/tree/trunk/Licenses/GNU%20General%20Public%20License%20%28header%29.txt
md5: 96889EF7D524A8D5F5221394E2884028 | sha1: 53A0D17592FACDBA25046C17BDFCAD6A3E541F62 | sha256: BF8AAAEB7FBBCDF5772F97169445B6E6454FE96AC41D423EDBBC41DDFA7AFF45 | sha512: EDE1FAFA46E99961F47095A5F736770BA189474E590F9CCD45C501715EE090AA339500CE316F20B3F05FF7EA03F337F40742D722CEBA592E34EBED2B9BB42210
md5: D8BEF655770B112A1B96DB7E17DD8187 | sha1: CCE210BE6D76A7D453D3791CC0B3BC2C683C8734 | sha256: AA45AEF34AB70681AA3AF03BC3072FB3759AF25496A8B2A19A2F94C5986E7104 | sha512: 196CC674FF85052997CB9F0B872180A7C5C9EAC3F8AF97405D8F40886A50F1501DFF54F5C72512D3EE8F70919976A4B87F9651092867A808DC4D75217623BEF8
Log in or click on link to see number of positives.
- tcpipmanager.install.4.1.1.nupkg (d115fa0807c5) - ## / 59
- TCP_IP_Manager_v4.1.1.29_x64_Setup.exe (bf8aaaeb7fbb) - ## / 72
- TCP_IP_Manager_v4.1.1.29_x86_Setup.exe (aa45aef34ab7) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Copyleft 2009-2018 Adrian-Costin Tundrea
This package has no dependencies.
Ground Rules:
- This discussion is only about TCP/IP Manager (Install) and the TCP/IP Manager (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TCP/IP Manager (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.