CINXE.COM
Article - PittNet Wi-Fi and Wired Net...
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head><meta name="viewport" content="width=device-width, initial-scale=1.0" /><script src="/TDPortal/Content/Scripts/jquery/2.2.4/jquery.min.js?v=20241127210920"></script><script src="/TDPortal/Content/Scripts/jquery-migrate/1.4.1/jquery-migrate.min.js?v=20241127210920"></script><script src="/TDPortal/Content/Scripts/jquery-ui/1.13.2/jquery-ui-1.13.2.custom.timepicker.min.js?v=20241127211336"></script><link href="/TDPortal/Content/Styles/jquery-ui/1.13.2/jquery-ui.compiled.min.css?v=20241127211340" rel="stylesheet" type="text/css" /><link href="/TDPortal/Content/bootstrap/3.4.1/dist/css/bootstrap.min.css?v=20241127210920" rel="stylesheet" type="text/css" id="lnkBootstrapCSS" /><script src="/TDPortal/Content/bootstrap/3.4.1/dist/js/bootstrap.min.js?v=20241127210920"></script><link href="/TDPortal/Content/FontAwesome/css/fontawesome.min.css?v=20241127210906" rel="stylesheet" type="text/css" id="lnkFontAwesome" /><link href="/TDPortal/Content/FontAwesome/css/solid.css?v=20241127210906" rel="stylesheet" type="text/css" /><link href="/TDPortal/Content/FontAwesome/css/regular.css?v=20241127210906" rel="stylesheet" type="text/css" /><link href="/TDPortal/Content/FontAwesome/css/brands.css?v=20241127210906" rel="stylesheet" type="text/css" /><link href="/TDPortal/Content/FontAwesome/css/v4-shims.css?v=20241127210906" rel="stylesheet" type="text/css" /><link href="/TDClient/Styles/bootstrap_custom.min.css?v=20241127211338" rel="stylesheet" type="text/css" /><link href="/TDClient/Styles/TDStyles.min.css?v=20241127211338" rel="stylesheet" type="text/css" /><link href="https://services.pitt.edu/TDPortal/BE/Style/2/TDClient/33?v=20231106163225" rel="stylesheet" type="text/css" /><script src="/TDPortal/Content/Scripts/tdx/TDJSFramework.compiled.min.js?v=20241127211336"></script><script src="/TDPortal/Content/Scripts/underscore/1.12.1/underscore-min.js?v=20241127210920"></script> <script src="/TDClient/Scripts/clientOS.min.js?v=20241127211328"></script> <script src="/TDClient/Scripts/collapseMe.min.js?v=20241127211328"></script> <script src="/TDClient/Scripts/tdsearchfilter.min.js?v=20241127211328"></script> <script src="/TDClient/Scripts/SiteSearch.min.js?v=20241127211328"></script> <script src="/TDPortal/Content/Scripts/tdx/elasticsearchAutocomplete/elasticsearchAutocomplete.min.js?v=20241127211334"></script> <link id="ctl00_ctl00_lnkFavicon" rel="icon" href="https://services.pitt.edu/TDPortal/BE/Icon/2/33?v=20211005215753" /> <script async src="//www.googletagmanager.com/gtag/js?id=G-VX7WN92WEH"></script> <script> $(function () { window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); // Be sure to set the proper cookie domain to the customer's full subdomain when sending the pageview hit. gtag('config', 'G-VX7WN92WEH', { 'cookie_domain': 'services.pitt.edu' }); }); </script> <script> $(function () { var masterUi = MasterUI({ isPostback: false, baseUrl: '/TDClient/', isTdGoogleAnalyticsEnabled: true, isAuthenticated: false }); $('#collapseMe').collapseMe({ toggleVisibilitySelector: '.navbar-toggle' }); }); // The sub-nav menu uses padding-top to position itself below the header bar and main navigation sections. When the // window is resized, there is a chance that the content of these header or nav sections wraps, causing the height // to change, potentially covering the sub-nav menu, which is obviously a big usability problem. This function // listens for when the window size or orientation is changing (and also when the window first loads), and adjusts // the padding so that the sub-nav menu appears in the correct location. $(window).bind('load ready resize orientationchange', function () { var headerHeight = $('#divMstrHeader').height(); $('#navShim').css({ "padding-top": headerHeight }); $('#content').css({ "padding-top": headerHeight, "margin-top": headerHeight * -1 }); }); </script> <script src="/TDPortal/Content/select2/v3/select2.min.js?v=20241127212542"></script><link href="/TDPortal/Content/select2/v3/select2.compiled.min.css?v=20241127212542" rel="stylesheet" type="text/css" id="lnkSelect2" /> <script src="/TDClient/Scripts/attachmentHandler.min.js?v=20241127211336"></script> <style type="text/css"> .honey-pot-div { display: none; } </style> <script> function shareArticle() { if ($('#ctl00_ctl00_cpContent_cpContent_shareRecipients').val().trim() === "") { alert('You must first enter a valid email.'); $('#btnShare').progressButton('reset'); } else { __doPostBack('ctl00$ctl00$cpContent$cpContent$btnSendShare', ''); } } function closeShareModal() { $('#divShareModal').modal('hide'); $('#btnShare').progressButton('reset'); } function toggleFeedback(isHelpful) { $('#divHelpfulComments').show(); $('#divHelpfulYesNo').hide(); $('#ctl00_ctl00_cpContent_cpContent_hdnIsHelpful').val(isHelpful); $('#ctl00_ctl00_cpContent_cpContent_txtComments').focus(); } function toggleFeedbackResult() { $('#divWasHelpful, #divFeedbackRecorded, #divHelpfulComments, #divHelpfulYesNo').toggle(); } // The following two functions were added as a result of ticket ID: 1392522. We are generating these buttons dynamically to // prevent bots from clicking them and posting feedback on an article. Additionally, we have an input that is hidden from // the user. If a bot enters text in that input, which it likely will (bots love filling out forms), then we don't accept the // form submission function generateFeedbackButtons() { var $btnHelpfulYes = $('<button id="btnHelpfulYes" type="button" class="btn btn-primary gutter-left" onclick="toggleFeedback(1);">Yes</button>'); var $btnHelpfulNo = $('<button id="btnHelpfulNo" type="button" class="btn btn-primary gutter-left-sm" onclick="toggleFeedback(0);">No</button>'); $('#divWasHelpful').append($btnHelpfulYes); $('#divWasHelpful').append($btnHelpfulNo); } function attemptAddFeedback(e) { if ($('#honeyPot').val() !== '') { e.preventDefault(); window.location.reload(); } } function cancelFeedback() { $('#ctl00_ctl00_cpContent_cpContent_txtComments').val(''); $('#divHelpfulComments, #divHelpfulYesNo').toggle(); } function confirmDeleteFeedback(id) { if (confirm('Are you sure you want to delete this feedback? This cannot be undone.')) { $('#ctl00_ctl00_cpContent_cpContent_hdnFeedbackID').val(id); __doPostBack('ctl00$ctl00$cpContent$cpContent$btnDeleteFeedback', ''); } } function toggleAddressed(id, isAddressed) { $('#ctl00_ctl00_cpContent_cpContent_hdnFeedbackID').val(id); $('#ctl00_ctl00_cpContent_cpContent_hdnIsAddressed').val(isAddressed); __doPostBack('ctl00$ctl00$cpContent$cpContent$btnToggleAddressed', ''); } $(function () { generateFeedbackButtons(); $('[data-toggle="popover"]').popover(); var attachmentHandler = new TeamDynamix.AttachmentHandler({ containerSelector: '.js-article-attachments', resultLabelSelector: '#ctl00_ctl00_cpContent_cpContent_lblResults_lblResults-label', baseControllerUrl: '/TDClient/33/Portal/Shared/Attachments', antiForgeryToken: 'j5kRwYnPQxsS2rXNVkNyZMn9zB3VhW_lTEjnCvfCMitcjSqRufkwOkNH4fA-QPCNSqPnymvKmYNjPEBCehzsmWRe5sM1:Hhkier-8frdmmcv50hS5FQOvyOMYhnuMBaAaXHj4f71FzwFkqaRtw07K8HsoRG4kIRlOQE9Z6EG0JxAc9pOB4YiZkTM1', itemId: 400, componentId: 26, feedId: 'articleFeed' }); $('#btnShare').on('click', function () { shareArticle(); }); // Don't try and update the table styles if the user wanted to opt out. $('#ctl00_ctl00_cpContent_cpContent_divBody table:not(.SkipTableFixup)').each(function () { var padding = $(this).attr('cellpadding'); var spacing = $(this).attr('cellspacing'); $(this).css("border-collapse", "separate"); if (spacing) { $(this).css("border-spacing", spacing + "px"); } $(this).find('td').each(function () { $(this).css('padding', padding + 'px') }); }); }); </script> <meta property="og:title" content="PittNet Wi-Fi and Wired Networks" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=400" /> <meta property="og:image" content="https://services.pitt.edu/TDPortal/BE/Logo/2/33" /> <meta property="og:description" content="PittNet is a high-speed, multi-service network that provides access to University computing resources, the internet, and external research networks. All students, faculty, and staff can connect to the network." /> <meta property="og:site_name" content="University of Pittsburgh - Knowledge Base" /> <meta property="article:section" content="PittNet" /> <meta property="article:published_time" content="2023-08-22T12:18Z" /> <meta property="article:modified_time" content="2024-11-05T13:21Z" /><title> Article - PittNet Wi-Fi and Wired Net... </title></head> <body> <form method="post" action="/TDClient/33/Portal/KB/ArticleDet?ID=400" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/TDClient/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZMSMQxVWLi4fik2rw1_u_hZsCNzwv5c621ov6_ZX_wzTt5vh-g2&t=638628063619783110" type="text/javascript"></script> <script src="/TDClient/ScriptResource.axd?d=nv7asgRUU0tRmHNR2D6t1NXOAgTb3J37FC1L2PfbYYFmSPm-ANa7n6FP0x7BAsbHeL4jfY3ptd1q7zKKVI7DbuXZcwEoKOwj9WxCI1VrQlbWE1Trg1t1GmJDN43kQMJsB7X8tw2&t=ffffffffc7a8e318" type="text/javascript"></script> <script src="/TDClient/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvmVxW3-Ljsg_2Hna32smxrg-6ogyYAN3UTPsJQ8m1uwzn_kuf2Wpne6NSFmYui3h0wCQhJN3ZUiLTNkvhiIgZpq74-lKmofUPQGJ8own8RI2_mwAcmvlSj2WBnqwm5Wj4cyNvv81&t=2a9d95e3" type="text/javascript"></script> <script src="/TDClient/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OLdGoo5BVWQ_Eo60QZTEhEcHeiVfwgY9tLCgzdZ5TRwvrwYEnOvujbNccOVLUfWtUg4HivSIsewg6JABxkBGEqVVV64eiRyCAsPDqh6tUioISUQKB74sWMO4Er2mHrWEIWs_sBM1&t=2a9d95e3" type="text/javascript"></script> <script src="/TDClient/WebResource.axd?d=xtfVMqdF1exC2MBVkOJwMveStDR5kg3dbZWgIXMXZmB1xXom6CcIrWFgHa7jsp4qJuFW2L5XShudyzlBsIO3JhCfiU5HmL2BDz__mCv9dznmBlEMS7LvcYg6wTdPTrAXIXI2CvtjwlnpZd-j4Zpsx2wG_uA1&t=638683209600000000" type="text/javascript"></script> <script src="/TDClient/WebResource.axd?d=sp7vCoAo-SSYfpsQ1sYBBeEDnwCGxDYEwZCM0ler88yoVZIPDXMk1C3XF2L2L0xrbB8Rvhli51TswRlmPIOCZgaY58lKhPr-Pv1jTFJ1oUAu7x6RDtNFZUxbtxs3KYQGLK6FpPD5bKuB0e0NmS9HkAqRVks1&t=638683209600000000" type="text/javascript"></script> <script src="/TDClient/WebResource.axd?d=icMURy63hv40LPPfq4rTvmm-RfB_YkC6rEEF_2QOO68q3TseXYNBetRKKgBXJ8mn2e8UIgCPiV23HaQUZbjySMHqSgmYZgLcYltBqwD2_EK8aQ08zBuqc3ZBVZITQrbtn6w46dRxFLibMIQg0Aho73rn8Rpxrzg5YMG_JR0UOrUR0wlZ0&t=638683209600000000" type="text/javascript"></script> <script src="/TDClient/WebResource.axd?d=1HpFfNpwNihNfEP1lyJHvdPVqbv8KRoFH4-_ZORUgPOP-bqmmtIJRvFQc7828Vf59O_-fdBXcnwdv-hYp5RptPuHmMR0kGQM0_3rS4Z7sKfC7jy9Cc_8fyfcUWa8psszacEQlAXHPXmNwyRymbGSywEmhrE1&t=638683209600000000" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ function WebForm_OnSubmit() { CKEditor_TextBoxEncode('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody', 0); if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false; return true; } //]]> </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="784CA02E" /> </div> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl00$smMain', 'aspnetForm', ['tctl00$ctl00$cpContent$cpContent$UpdatePanel1','','tctl00$ctl00$cpContent$cpContent$upFeedbackGrid','','tctl00$ctl00$cpContent$cpContent$UpdatePanel3','','tctl00$ctl00$cpContent$cpContent$UpdatePanel2','','tctl00$ctl00$cpContent$cpContent$upShare','','tctl00$ctl00$cpContent$cpContent$lblResults$ctl00',''], ['ctl00$ctl00$cpContent$cpContent$btnSubmitComments','','ctl00$ctl00$cpContent$cpContent$btnToggleSubscribe','','ctl00$ctl00$cpContent$cpContent$btnToggleFavorite','','ctl00$ctl00$cpContent$cpContent$btnSendShare',''], [], 90, 'ctl00$ctl00'); //]]> </script> <div id="ctl00_ctl00_upMain" style="display:none;"> <div id="ctl00_ctl00_pbMain" class="progress-box-container"><div class="progress-box-body"><div class="well shadow"><h2 class="h4 gutter-top-none">Updating...</h2><div class="progress" style="margin-bottom: 0;"><div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div></div></div></div></div> </div> <header role="banner"> <div id="divMstrHeader" class="master-header NoPrint" style="background-color: #fff;"> <header> <div style="background-color: #131E4C"> <div class="container"> <div style="padding: 10px 0; font-weight: 700; float: right; margin: 0"> <div style="color: #FFFFFF">Share feedback with Pitt IT: <a href="https://services.pitt.edu/TDClient/33/Portal/Surveys/TakeSurvey/oY8f3WvrJZA_" style="color: #FFB81C">Submit Feedback</a></div> </div> </div> </div> </header> <div class="logo-header-full hidden-xs"> <div class="pull-left"> <a href="#mainContent" class="sr-only sr-only-focusable">Skip to main content</a> </div> <div id="ctl00_ctl00_divPageHeader" class="container logo-header clearfix" style="padding: 5px;"> <div id="divLogo" class="pull-left logo-container"> <a href="https://www.technology.pitt.edu/" target="_blank"> <img src="/TDPortal/BE/Logo/2/33" alt="University of Pittsburgh Home Page" class="js-logo img-responsive" /> </a> </div> <div class="master-header-right pull-right padding-top padding-bottom"> <div class="pull-left topLevelSearch input-group"> <div id="SiteSearch-61a45b8dd0f74c47b4a6f0f6d5953de6" class="gutter-bottom input-group site-search" style="max-width: 400px;"> <div id="SiteSearch-dropdown-61a45b8dd0f74c47b4a6f0f6d5953de6" class="input-group-btn"> <button type="button" id="SiteSearch-filter-61a45b8dd0f74c47b4a6f0f6d5953de6" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Filter your search by category" data-component="all"> <span class="fa-solid fa-solid fa-earth-americas"></span><span class="fa-solid fa-fw fa-nopad fa-caret-down" aria-hidden="true"></span> <span class="sr-only"> Filter your search by category. Current category: <span class="js-current-component">All</span> </span> </button> <ul tabindex="-1" aria-label="Filter your search by category" role="menu" class="dropdown-menu" > <li> <a role="menuitem" href="javascript:void(0);" data-component-text="All" data-component="all" data-component-icon="fa-solid fa-earth-americas" title="Search all areas"> <span class="fa-solid fa-fw fa-nopad fa-earth-americas" aria-hidden="true"></span> All </a> </li> <li aria-hidden="true" class="divider"></li> <li role="presentation"> <a role="menuitem" href="javascript:void(0);" data-component-text="Knowledge Base" data-component="kb" data-component-icon="fa-lightbulb" title="Search Knowledge Base"> <span class="fa-regular fa-fw fa-nopad fa-lightbulb" aria-hidden="true"></span> Knowledge Base </a> </li> <li role="presentation"> <a role="menuitem" href="javascript:void(0);" data-component-text="Service Catalog" data-component="sc" data-component-icon="fa-compass" title="Search Service Catalog"> <span class="fa-solid fa-fw fa-nopad fa-compass" aria-hidden="true"></span> Service Catalog </a> </li> </ul> </div> <label class="sr-only" for="SiteSearch-text-61a45b8dd0f74c47b4a6f0f6d5953de6">Search the client portal</label> <input id="SiteSearch-text-61a45b8dd0f74c47b4a6f0f6d5953de6" type="text" class="form-control" autocomplete="off" placeholder="Search the client portal" title="To search for items with a specific tag, enter the # symbol followed by the name of the tag. To search for items using exact match, place double quotes around your text." /> <span class="input-group-btn"> <button id="SiteSearch-button-61a45b8dd0f74c47b4a6f0f6d5953de6" class="btn btn-default" type="button" title="Search"> <span class="fa-solid fa-fw fa-nopad fa-search blue" aria-hidden="true"></span> <span class="sr-only">Search</span> </button> </span> </div> <script> $(function() { var siteSearch = new TeamDynamix.SiteSearch({ searchUrl: "/TDClient/33/Portal/Shared/Search", enableAutocompleteSearch: true, autocompleteSearchUrl: '/TDClient/33/Portal/Shared/AutocompleteSearch', autocompleteResultsPosition: 'fixed', autocompleteResultsZIndex: 1000, searchTextBoxSelector: '#SiteSearch-text-61a45b8dd0f74c47b4a6f0f6d5953de6', searchComponentFilterButtonSelector: '#SiteSearch-filter-61a45b8dd0f74c47b4a6f0f6d5953de6', searchButtonSelector: '#SiteSearch-button-61a45b8dd0f74c47b4a6f0f6d5953de6', searchFilterDropdownSelector: '#SiteSearch-dropdown-61a45b8dd0f74c47b4a6f0f6d5953de6', showKnowledgeBaseOption: true, showServicesOption: true, showForumsOption: false, autoFocusSearch: false }); }); </script> </div> <div title="Sign In" class="pull-right gutter-top-sm"> <a href="/TDClient/33/Portal/Login.aspx?ReturnUrl=%2fTDClient%2f33%2fPortal%2fKB%2fArticleDet%3fID%3d400"> Sign In </a> </div> </div> </div> </div> <nav id="ctl00_ctl00_mainNav" class="navbar navbar-default themed tdbar" aria-label="Primary"> <div id="navContainer" class="container"> <div class="navbar-header"> <button type="button" class="pull-left navbar-toggle collapsed themed tdbar-button-anchored tdbar-toggle gutter-left" data-toggle="collapse" data-target=".navbar-collapse"> <span class="tdbar-button-anchored icon-bar"></span> <span class="tdbar-button-anchored icon-bar"></span> <span class="tdbar-button-anchored icon-bar"></span> <span class="sr-only">Show Applications Menu</span> </button> <a class="navbar-brand hidden-sm hidden-md hidden-lg themed tdbar-button-anchored truncate-be" href="#"> Services Portal </a> </div> <div id="td-navbar-collapse" class="collapse navbar-collapse"> <ul class="nav navbar-nav nav-collapsing" id="collapseMe"> <li class="themed tdbar-button-anchored hidden-sm hidden-md hidden-lg"> <a href="/TDClient/33/Portal/Login.aspx?ReturnUrl=%2fTDClient%2f33%2fPortal%2fKB%2fArticleDet%3fID%3d400">Sign In</a> </li> <li id="divSearch" class="themed tdbar-button-anchored hidden-sm hidden-md hidden-lg"> <a href="/TDClient/33/Portal/Shared/Search" title="search">Search</a> </li> <li id="divDesktopf22f128c-10d0-4a1e-b07c-f3dbc5c2360e" class="themed tdbar-button-anchored"> <a href="/TDClient/33/Portal/Home/">Home</a> </li> <li id="divTDRequests" class="themed tdbar-button-anchored sr-focusable"> <a href="/TDClient/33/Portal/Requests/ServiceCatalog">Services</a> </li> <li id="divTDKnowledgeBase" class="themed tdbar-button-anchored sr-focusable"> <a href="/TDClient/33/Portal/KB/">Knowledge Base</a> </li> <li class="themed tdbar-button-anchored hidden-xs more-items-button" id="moreMenu"> <a data-toggle="dropdown" title="More Applications" href="javascript:;"> <span class="sr-only">More Applications</span> <span class="fa-solid fa-ellipsis-h" aria-hidden="true"></span> </a> <ul class="dropdown-menu dropdown-menu-right themed tdbar" id="collapsed"></ul> </li> </ul> </div> </div> </nav> </div> </header> <div id="navShim" class="hidden-xs hidden-sm"></div> <main role="main"> <div id="content"> <div id="mainContent" tabindex="-1"></div> <nav id="divTabHeader" class="tdbar-sub NoPrint hidden-xs navbar-subnav" aria-label="Knowledge Base"> <a href="#kbContent" class="sr-only sr-only-focusable">Skip to Knowledge Base content</a> <div class="container clearfix"> <ul class="nav navbar-nav js-submenu" id="kbSubMenu" style="margin-left: -15px;"> <li> <a href="/TDClient/33/Portal/KB/Search">Search <span class="sr-only">Articles</span></a> </li> </ul> </div> </nav> <div id="kbContent" class="container gutter-top gutter-bottom" tabindex="-1" style="outline:none;"> <input type="hidden" name="ctl00$ctl00$cpContent$cpContent$hdnFeedbackID" id="ctl00_ctl00_cpContent_cpContent_hdnFeedbackID" /> <input type="hidden" name="ctl00$ctl00$cpContent$cpContent$hdnIsAddressed" id="ctl00_ctl00_cpContent_cpContent_hdnIsAddressed" /> <span id="ctl00_ctl00_cpContent_cpContent_lblResults_ctl00" aria-live="polite" aria-atomic="true"><span id="ctl00_ctl00_cpContent_cpContent_lblResults_lblResults-label" class="red"></span></span> <a id="ctl00_ctl00_cpContent_cpContent_btnSendShare" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$cpContent$cpContent$btnSendShare", "", true, "", "", false, true))">Blank</a> <div class="clearfix"> <nav aria-label="Breadcrumb"> <ol class="breadcrumb pull-left"> <li><a href="/TDClient/33/Portal/KB/">Knowledge Base</a></li><li><a href="/TDClient/33/Portal/KB/?CategoryID=50">Network, Hosting and Storage</a></li><li class="active"><a href="/TDClient/33/Portal/KB/?CategoryID=87">PittNet</a></li><li class="active">PittNet Wi-Fi and Wired Networks</li> </ol> </nav> <span class="js-open-monitor" style="display: none;"></span> </div> <div class="row gutter-top"> <div id="divMainContent" class="col-md-8"> <h1 class="gutter-top" style="-ms-word-wrap: break-word; word-wrap: break-word;"> PittNet Wi-Fi and Wired Networks </h1> <div id="ctl00_ctl00_cpContent_cpContent_divBody" class="gutter-top break-word ckeShim clearfix"><h2><strong><span style="color: #003594"><a name="Overview"></a>Overview</span></strong></h2> <p><span style="color: #000000"></span></p> <h3><span style="color: #000000"><strong>PittNet</strong></span></h3> <p>PittNet is a high-speed, multi-service network that provides access to University computing resources, the internet, and external research networks. All students, faculty, and staff can connect to the network. In order to support an ever increasing number of large bandwidth applications, PittNet is evaluated continually for updates and maintenance requirements.</p> <p>Network services include IP Address Management, Domain Name Services, and Dynamic Host Configuration Protocol Services. The University manages the IP addresses and name services for the pitt.edu domain. Domain Name Services and DHCP services provide for provisioning of IP addresses and name resolution for PittNet users.</p> <p>The University of Pittsburgh participates in the Internet2 and Energy Sciences Network (ESnet) initiatives. The University is a charter member of KINBER, the Keystone Initiative for Network-Based Education and Research. Pitt is actively engaged in the establishment of the Pennsylvania Research and Education Network (PennREN).</p> <h3><span style="color: #000000"><strong>Wireless</strong></span></h3> <p><strong><a href="http://pi.tt/myresnet">MyResNet</a> </strong>is the free high-speed Wi-Fi network in residence halls and University-owned housing. It's capable of accommodating up to ten devices per student, for streaming music and video, as well as online gaming. </p> <p><strong>Wireless PittNet</strong> provides fast, secure, and easy-to-use internet access from academic and administrative buildings across campus. The wireless system is integrated with PittNet authentication services via the 802.1x protocol and can be used by any University-affiliated user with a University Computing Account. PittNet Wi-Fi service provides radio frequency service in the 2.4 and 5 GHz bands and is intended to augment the PittNet Wired Network. </p> <p>Outdoor coverage is provided in several key locations, but the majority of the network infrastructure is targeted at in-building coverage. The service provides for connections to the internet and requires the use of the PittNet VPN (GlobalProtect) service to access resources that are protected by University firewalls.</p> <p><iframe allowfullscreen="" height="325" scrolling="no" src="https://pitt.hosted.panopto.com/Panopto/Pages/Embed.aspx?id=7845dd1f-03f5-4a10-a330-5e4c8b1a36b9&v=1" title="Connecting Your Mobile Device to PittNet Wi-Fi" width="576"></iframe></p> <p>Pitt Information Technology is constantly working to deliver outstanding wireless service to Pitt students, faculty, and staff. <a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-getting-best-wireless-experience" target="_blank">Learn more about our efforts</a>.</p> <h3><span style="color: #000000"><strong>Guest Access</strong></span></h3> <p>Guests have three <a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-guest-wireless-access">options for guest Wi-Fi access</a> when visiting the University of Pittsburgh: Eduroam, Pitt Guest Wi-Fi (Anyroam), and MyResNet. Use the comparison table below to learn which service best meets your needs.</p> <p><span style="color: #000000"></span></p> <p> </p> <h2><strong><span style="color: #003594"><a name="Detail"></a>Detail</span></strong><span style="color: #000000"></span></h2> <h3><span style="color: #000000"></span></h3> <p><span style="color: #000000"></span></p> <section> <h3><span style="color: #000000"><strong>How to Connect</strong></span></h3> <h4>Students</h4> <p>Students living in residence halls on the Pittsburgh campus have access to <a href="http://pi.tt/myresnet">MyResNet</a>, a dedicated high-speed Wi-Fi network for streaming music and video, as well as online gaming. Students can connect up to ten devices. </p> <p>In regional campus residence halls and academic buildings on campuses, students can <a href="http://pi.tt/connect">connect to PittNet Wi-Fi</a> for fast, reliable service.</p> <h4>Faculty and Staff</h4> <p>As a faculty or staff member, someone in your department will usually assist you in connecting to PittNet. You can also request assistance through the <a href="https://www.technology.pitt.edu/help-desk" target="_blank">Technology Help Desk</a>.</p> <h4>Departments</h4> <p>Departments can connect computers, servers, and printers to PittNet. Only one device per port is permitted. Pitt IT installs and supports all networking equipment including hubs, switches, wireless access points, data ports, and cabling. Departmental networking equipment is not permitted. Please review the <a href="https://www.technology.pitt.edu/help-desk/how-to-documents/network-usage-standards" target="_blank">Network Usage Standards</a> for more information.</p> <p>An IP address is required for each device and addition of a new data port. One may be requested by submitting a request via online form or contacting the Technology Help Desk.</p> </section> <section> </section> <h2><strong><span style="color: #003594"><a name="Related"></a>Related Information</span></strong><span style="color: #000000"></span></h2> <h3><span style="color: #000000"></span></h3> <p><span style="color: #000000"></span></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-guest-wireless-access">Guest Wi-Fi Access</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnet-wireless-configuring-windows-10-wireless-pittnet">PittNet (Wi-Fi): Configuring Windows 10</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnet-wirelesspittnet-updates-may-require-few-extra-steps-connect">PittNet (Wi-Fi): PittNet Updates May Require a Few Extra Steps to Connect</a></p> <p><a href="https://www.technology.pitt.edu/gaming">PittNet Gaming Network: How to Connect your Gaming Console or Smart TV</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-configuring-acer-and-samsung-chromebooks">PittNet Wi-Fi: Configuring Acer and Samsung Chromebooks</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-configuring-wi-fi-devices">PittNet Wi-Fi: Configuring Wi-Fi Devices</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwireless-getting-best-wireless-experience">PittNet Wi-Fi: Getting the Best Wireless Experience</a></p> <p><a href="https://www.technology.pitt.edu/help-desk/how-to-documents/pittnetwired-configuring-windows-10-wired-publicly-accessible-network">PittNet Wired: Configuring Windows 10 for Wired Publicly Accessible Network Ports</a></p> <p><a href="https://www.technology.pitt.edu/security/telnet-and-ftp">Telnet and FTP</a></p> <p><span style="color: #000000"></span></p></div> <div id="divFeedback2" class="well gutter-top-lg"> <div class="row" id="divHelpfulYesNo"> <div class="col-sm-7"> <div> <a href="/TDClient/33/Portal/Login.aspx?ReturnUrl=%2fTDClient%2f33%2fPortal%2fKB%2fArticleDet%3fID%3d400">Sign in to leave feedback</a> </div> </div> <div class="col-sm-5 text-right"> <div id="ctl00_ctl00_cpContent_cpContent_UpdatePanel1" aria-live="polite" aria-atomic="true"> 0 reviews </div> </div> </div> </div> <div class="tab-content gutter-top gutter-bottom"> <div id="ctl00_ctl00_cpContent_cpContent_upFeedbackGrid"> <a id="ctl00_ctl00_cpContent_cpContent_btnToggleAddressed" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$cpContent$cpContent$btnToggleAddressed", "", true, "", "", false, true))">Blank</a> <a id="ctl00_ctl00_cpContent_cpContent_btnDeleteFeedback" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$cpContent$cpContent$btnDeleteFeedback", "", true, "", "", false, true))">Blank</a> </div> </div> </div> <div class="col-md-4"> <a id="ctl00_ctl00_cpContent_cpContent_btnToggleSubscribe" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$cpContent$cpContent$btnToggleSubscribe", "", true, "", "", false, true))">Blank</a> <a id="ctl00_ctl00_cpContent_cpContent_btnToggleFavorite" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ctl00$cpContent$cpContent$btnToggleFavorite", "", true, "", "", false, true))">Blank</a> <a class="DetailAction " href="/TDClient/33/Portal/KB/PrintArticle?ID=400" target="_blank"> <span class="fa-solid fa-print fa-fw" aria-hidden="true"></span> Print Article</a> <div id="ctl00_ctl00_cpContent_cpContent_divKB" class="panel panel-default"> <div class="panel-heading"> <h2 class="h3 panel-title">Related Articles (13)</h2> </div> <div class="panel-body"> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl00_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=121">Accessing Guest Wi-Fi</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl00_ctlArticle_divSummary"> You have three options for guest Wi-Fi access when visiting the University of Pittsburgh: </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl01_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=443">Connect your Gaming Console or Smart TV</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl01_ctlArticle_divSummary"> REGIONAL CAMPUS STUDENTS: Bring a gaming console or smart TV to campus? The PittNet Gaming Network provides wired and wireless access needed for online gameplay in regional campus residence halls, along with network access for other devices that cannot store a username and password. </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl02_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=168">Connecting Chromebooks to PittNet Wi-Fi</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl02_ctlArticle_divSummary"> Connect to PittNet Wi-Fi by configuring your Chromebook device according to these specifications </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl03_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=1918">Connecting to PittNet (Wi-Fi and Wired Networks)</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl03_ctlArticle_divSummary"> This article explains how to connect to PittNet (Wi-Fi and Wired Networks). </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl04_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=164">Connecting to PittNet Wi-Fi from Windows</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl04_ctlArticle_divSummary"> How to configure Windows 10 to connect to PittNet Wi-Fi </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl05_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=18">Connecting Your Device to PittNet Wi-Fi</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl05_ctlArticle_divSummary"> Configuration settings for connecting devices to PittNet Wi-Fi </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl06_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=222">Getting Started with MyResNet</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl06_ctlArticle_divSummary"> Getting started with MyResNet </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl07_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=118">Getting the Best Experience with PittNet Wi-Fi</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl07_ctlArticle_divSummary"> Understand how wireless service at Pitt works so that you can get the best possible wireless experience. </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl08_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=41">Network Services Usage Standards</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl08_ctlArticle_divSummary"> University network usage standards </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl09_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=1330">PittNet Updates May Require a Few Extra Steps to Connect</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl09_ctlArticle_divSummary"> Due to past upgrades of the certificates that are used to connect to our network, you may need to take additional steps to connect. </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl10_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=883">PittNet Wired Network – Configuring Windows 10 for Wired Publicly Accessible Network Ports</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl10_ctlArticle_divSummary"> The steps in this document explain how to manually configure your Windows computer to use network ports located in public areas, such as classrooms, conference rooms, or other public areas. </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl11_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=64">Security Concerns When Using Telnet and FTP</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl11_ctlArticle_divSummary"> Users of telnet, rlogin, ftp, and other connectivity programs may not realize that their password and data is transmitted across the network unencrypted and can be intercepted by hackers. </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl12_ctlArticle_divContainer" class="gutter-top-sm gutter-bottom-lg"> <div class="clearfix"> <div class="pull-left font-md"> <a target="_blank" href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=263">University Wi-Fi Networks</a> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_rptArticles_ctl12_ctlArticle_divSummary"> These reliable Wi-Fi networks are available across the Pittsburgh and regional campuses to support teaching, learning, and research </div> </div> </div> </div> <div id="divAttachments" class="js-article-attachments"></div> </div> </div> <div id="ctl00_ctl00_cpContent_cpContent_divProgress" style="display: none; z-index: 60;"> <div id="ctl00_ctl00_cpContent_cpContent_pbMain" class="progress-box-container"><div class="progress-box-body"><div class="well shadow"><h2 class="h4 gutter-top-none">Deleting...</h2><div class="progress" style="margin-bottom: 0;"><div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div></div></div></div></div> </div> <div class="modal fade" id="divShareModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> <h3 class="modal-title h4" id="myModalLabel"> <span class="fa-solid fa-share-nodes fa-fw" aria-hidden="true"></span>Share </h3> </div> <div class="modal-body"> <div id="ctl00_ctl00_cpContent_cpContent_upShare" aria-live="polite" aria-atomic="true"> <div class="form-group required"> <label class="control-label" for="ctl00_ctl00_cpContent_cpContent_shareRecipients">Recipient(s) <small>- separate email addresses with a comma</small></label> <input name="ctl00$ctl00$cpContent$cpContent$shareRecipients" type="text" id="ctl00_ctl00_cpContent_cpContent_shareRecipients" class="form-control" /> </div> </div> <div class="form-group"> <label for="ctl00_ctl00_cpContent_cpContent_shareBody_txtBody" class="control-label">Message</label> <script src="/TDPortal/Content/nanospell/autoload.js?v=20241127210924"></script> <script type="text/javascript"> (function () { // The "CKEDITOR-config-loaded" event is thrown after the CKEDITOR global variable has been created, but before the instance of CKEditor is ready. // At this point attach a listener to the global variable for the instanceReady event so we can perform our initialization logic. window.addEventListener('CKEDITOR-config-loaded', function () { if (window.CKEDITOR) { setConfigs() initialize(); } }); })(); function setConfigs() { window.CKEDITOR.config['clientScripts'] = [{"scriptPath":["/TDPortal/Content/bootstrap/3.4.1/dist/js/bootstrap.min.js","https://services.pitt.edu/TDPortal/Content/Scripts/tdx/TDJSFramework.compiled.min.js"],"scriptDependencyPath":"/TDPortal/Content/Scripts/jquery/2.2.4/jquery.min.js"}]; window.CKEDITOR.config['clientStyles'] = ["/TDPortal/Content/bootstrap/3.4.1/dist/css/bootstrap.min.css","/TDClient/Styles/bootstrap_custom.min.css","/TDClient/Styles/TDStyles.min.css","https://services.pitt.edu/TDPortal/BE/Style/2/TDClient/33"]; window.CKEDITOR.config['itemTemplates'] = ''; window.CKEDITOR.config['reviseTextUrl'] = ''; } function initialize() { window.CKEDITOR.on('instanceReady', function (evt) { if (evt.editor.element.$.id == 'ctl00_ctl00_cpContent_cpContent_shareBody_txtBody') { nanospell.ckeditor('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody', { dictionary: 'en', server: 'asp.net' }); setTimeout(function () { evt.editor.startNanospell(); }, 200); // Check if we should mark the editor as required if ($(evt.editor.element.$).parents('div.required').length > 0) { evt.editor.editable().setAttribute('aria-required', 'true'); } } }); } </script> <span class="sr-only">Press Alt + 0 within the editor to access accessibility instructions, or press Alt + F10 to access the menu.</span> <textarea name="ctl00$ctl00$cpContent$cpContent$shareBody$txtBody" rows="2" cols="20" id="ctl00_ctl00_cpContent_cpContent_shareBody_txtBody" style="height:175px;"> Check out this article I found in the Services Portal knowledge base.<br /><br /><a href="https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=400">https://services.pitt.edu/TDClient/33/Portal/KB/ArticleDet?ID=400</a><br /><br />PittNet Wi-Fi and Wired Networks<br /><br />PittNet is a high-speed, multi-service network that provides access to University computing resources, the internet, and external research networks. All students, faculty, and staff can connect to the network.</textarea> <span id="ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor" style="display:none;"></span> <span id="ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength" style="display:none;"></span> </div> </div> <div class="modal-footer text-left"> <button id="btnShare" type="button" class="btn btn-primary js-progress-button"> <span class="fa-regular fa-paper-plane" aria-hidden="true"></span><span class="padding-left-xs">Send</span> </button> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> </main> <script type="text/javascript"> //<![CDATA[ var Page_Validators = new Array(document.getElementById("ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor"), document.getElementById("ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength")); //]]> </script> <script type="text/javascript"> //<![CDATA[ var ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor = document.all ? document.all["ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor"] : document.getElementById("ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor"); ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.controltovalidate = "ctl00_ctl00_cpContent_cpContent_shareBody_txtBody"; ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.focusOnError = "t"; ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.display = "None"; ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.enabled = "False"; ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid"; ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor.initialvalue = ""; var ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength = document.all ? document.all["ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength"] : document.getElementById("ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength"); ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.controltovalidate = "ctl00_ctl00_cpContent_cpContent_shareBody_txtBody"; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.focusOnError = "t"; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.errormessage = "Message cannot be longer than 0 characters (including formatting characters)."; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.display = "None"; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.enabled = "False"; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.evaluationfunction = "CustomValidatorEvaluateIsValid"; ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength.clientvalidationfunction = "validateCommentLength"; //]]> </script> <script type="text/javascript"> //<![CDATA[ setNavPosition('TDKnowledgeBase');window.CKEDITOR_BASEPATH = 'https://services.pitt.edu/TDPortal/Content/ckeditor/'; //]]> </script> <script src="https://services.pitt.edu/TDPortal/Content/ckeditor/ckeditor.js?t=C6HH5UF" type="text/javascript"></script> <script type="text/javascript"> //<![CDATA[ var CKEditor_Controls=[],CKEditor_Init=[];function CKEditor_TextBoxEncode(d,e){var f;if(typeof CKEDITOR=='undefined'||typeof CKEDITOR.instances[d]=='undefined'){f=document.getElementById(d);if(f)f.value=f.value.replace(/</g,'<').replace(/>/g,'>');}else{var g=CKEDITOR.instances[d];if(e&&(typeof Page_BlockSubmit=='undefined'||!Page_BlockSubmit)){g.destroy();f=document.getElementById(d);if(f)f.style.visibility='hidden';}else g.updateElement();}};(function(){if(typeof CKEDITOR!='undefined'){var d=document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody');if(d)d.style.visibility='hidden';}var e=function(){var f=CKEditor_Controls,g=CKEditor_Init,h=window.pageLoad,i=function(){for(var j=f.length;j--;){var k=document.getElementById(f[j]);if(k&&k.value&&(k.value.indexOf('<')==-1||k.value.indexOf('>')==-1))k.value=k.value.replace(/</g,'<').replace(/>/g,'>').replace(/&/g,'&');}if(typeof CKEDITOR!='undefined')for(var j=0;j<g.length;j++)g[j].call(this);};window.pageLoad=function(j,k){if(k.get_isPartialLoad())setTimeout(i,0);if(h&&typeof h=='function')h.call(this,j,k);};if(typeof Page_ClientValidate=='function'&&typeof CKEDITOR!='undefined')Page_ClientValidate=CKEDITOR.tools.override(Page_ClientValidate,function(j){return function(){for(var k in CKEDITOR.instances){if(document.getElementById(k))CKEDITOR.instances[k].updateElement();}return j.apply(this,arguments);};});setTimeout(i,0);};if(typeof Sys!='undefined'&&typeof Sys.Application!='undefined')Sys.Application.add_load(e);if(window.addEventListener)window.addEventListener('load',e,false);else if(window.attachEvent)window.attachEvent('onload',e);})();CKEditor_Controls.push('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody'); CKEditor_Init.push(function(){if(typeof CKEDITOR.instances['ctl00_ctl00_cpContent_cpContent_shareBody_txtBody']!='undefined' || !document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody')) return;CKEDITOR.replace('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody',{"autoGrow_maxHeight" : 175, "autoGrow_minHeight" : 175, "contentsCss" : ['https://services.pitt.edu/TDPortal/Content/ckeditor/contents.css', '/TDPortal/Content/FontAwesome/css/fontawesome.min.css', '/TDPortal/Content/FontAwesome/css/brands.min.css', '/TDPortal/Content/FontAwesome/css/regular.min.css', '/TDPortal/Content/FontAwesome/css/solid.min.css', '/TDPortal/Content/FontAwesome/css/v4-shims.min.css'], "height" : "175", "htmlEncodeOutput" : true, "image_previewText" : " ", "removePlugins" : "magicline,devtools,templates,elementspath,fontawesome,youtube,uploadimage,simpleimage,remoteimageblocker", "title" : "Message", "toolbar" : "TDSimple"}); }); var Page_ValidationActive = false; if (typeof(ValidatorOnLoad) == "function") { ValidatorOnLoad(); } function ValidatorOnSubmit() { if (Page_ValidationActive) { return ValidatorCommonOnSubmit(); } else { return true; } } Sys.Application.add_init(function() { $create(Sys.UI._UpdateProgress, {"associatedUpdatePanelId":null,"displayAfter":500,"dynamicLayout":true}, null, null, $get("ctl00_ctl00_upMain")); }); document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor').dispose = function() { Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_rfvCkEditor')); } document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength').dispose = function() { Array.remove(Page_Validators, document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_cvMaxLength')); } //]]> </script> </form> <footer role="contentinfo"> <div class="master-footer"> <footer role="contentinfo"> <div class="master-footer" style="background-color: #2B2B2B"> <div class="container"> <div class="row"> <div class="site_title col-md-3"> <br><br> <div class="footer-logo footer__logo"> <img src="/SBTDPortal/BE/Logo/2/30" width="150" alt="University of Pittsburgh logo"> </div> <h3 class="footer-site_name footer__title"></h3> <div class="nodesinblock first odd"> <div class="block-column"> <span style="color: #FFFFFF"> <p><strong>Pitt IT Administrative Offices</strong></p> <p> Cathedral of Learning, 7th Floor<br> 4200 Fifth Ave.<br> Pittsburgh, PA 15260 </p> <p><strong>Follow @UPittIT</strong></p> <div class="social-links"> <p> <a style="color: #FFFFFF" href="https://www.facebook.com/upittit" target="_blank" title="Follow us on Facebook"><i class="fa fa-facebook"></i></a> <a style="color: #FFFFFF" href="https://www.instagram.com/upittit" target="_blank" title="Follow us on Instagram"><i class="fa fa-instagram"></i></a> <a style="color: #FFFFFF" href="https://twitter.com/upittit" target="_blank" title="Follow us on Twitter"><i class="fa fa-twitter"></i></a> <a style="color: #FFFFFF" href="https://www.youtube.com/channel/UCAS_IcP2kFs55LO0ZjYb_zw" target="_blank" title="Watch a Video on YouTube"><i class="fa fa-youtube"></i></a> </p> </div> <p> </p> </span> </div> </div> </div> <div class="col-md-3"> <br><br> <h4><a style="color: #FFFFFF" href="https://services.pitt.edu/TDClient/33/Portal/Requests/ServiceDet?ID=96">Technology Help Desk</a></h4> <p><a style="color: #FFB81C" href="https://services.pitt.edu/TDClient/33/Portal/Requests/TicketRequests/NewForm?ID=itE6fP3hNtM_&RequestorType=Service" target="_blank"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=cf74cfa9-f366-4342-9858-332315e3688a.png&beidInt=2" style="width: 25px" alt="Ticket Mouse Icon"> Submit a Help Ticket</a></p> <p><a style="color: #FFB81C" href="https://salesforcechat.pitt.edu/" target="_blank"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=64c10005-8241-46c9-b4c3-4ee2d80ac010.png&beidInt=2" style="width: 25px" alt="Chat Icon"> Chat with an Expert</a></p> <p style="color: #FFB81C"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=297d5743-5812-44c7-ae45-fcfc0b8c01b4.png&beidInt=2" style="width: 25px" alt="Call Phone Icon"> Call 412-624-HELP (4357)</p> </div> <div class="col-md-3"> <br><br> <br> <p><a style="color: #FFB81C" href="https://services.pitt.edu/TDClient/33/Portal/KB/"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=47634d5b-9a6c-4b48-aa29-532f51c2846a.png&beidInt=2" style="width: 25px" alt="KB Information Icon"> Search Help Articles</a></p> <p><a style="color: #FFB81C" href="https://www.technology.pitt.edu/help-desk/technical-support-walk-locations" target="_blank"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=dba22f53-a35e-4c6c-ba27-9fca9a1786a7.png&beidInt=2" style="width: 25px" alt="Drop-In Door Icon"> Visit a Drop-In Location</a></p> <p style="color: #FFB81C"><img src="https://services.pitt.edu/TDPortal/Images/Viewer?fileName=32f7e640-dbcd-4541-b429-670f874e18d3.png&beidInt=2" style="width: 25px" alt="Email Envelope Icon"> Email helpdesk@pitt.edu</p> </div> <div class="col-md-3"> <br><br> <div> <h4 style="color: #FFFFFF">Join Our Team</h4> <p> <a style="color: #FFB81C" href="https://www.technology.pitt.edu/about-us/employment/professional-careers">IT Professional Opportunities</a><br> <a style="color: #FFB81C" href="https://www.technology.pitt.edu/about-us/employment/student-employment">IT Student Employment</a> </p> <h4 style="color: #FFFFFF">Technology Training</h4> <p> <a style="color: #FFB81C" href="https://www.technology.pitt.edu/technology-training#Instructor-Led%20Workshops%20Anchor">Instructor-Led Workshops</a><br> <a style="color: #FFB81C" href="https://www.technology.pitt.edu/services/ondemand-training-linkedin-learning">On-Demand Training (LinkedIn Learning)</a> </p> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="container"> <div class="region region-copyright"> <section class="block block-block clearfix"> <span>Copyright © 2023</span> </section> </div> </div> </div> </footer> </div> </footer> <script> // Inject the Google Analytics isogram. This must happen here because it // cannot be injected through an external javascript library. (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); // Per Incident #6707155. Need to focus on img. pseudo-class :focus-within is not supported in IE (function ($) { var $anchor = $('#divLogo a'); var $beLogo = $('#divLogo a img'); $anchor.focus(function () { $beLogo.addClass('accessibility-focus-on-logo'); }).blur(function () { $beLogo.removeClass('accessibility-focus-on-logo'); }); $.ajax({ url: "/TDClient/33/Portal/Chatbots/GetScript", type: "GET", dataType: 'text', success: function (data) { var jQueryAjaxSettingsCache = jQuery.ajaxSettings.cache; jQuery.ajaxSettings.cache = true; $(document.body).append(data); jQuery.ajaxSettings.cache = jQueryAjaxSettingsCache; } }); window.addEventListener("message", (event) => { // Only accept events that come from the same origin if (event.origin != window.location.origin) { return; } switch (event.data.type) { case "authenticate-using-popup": handleAuthenticateUsingPopup(event.data.payload); break; case "authenticated-successfully": handleAuthenticatedSuccessfully(event.data.payload); break; default: break; } }); function handleAuthenticateUsingPopup(payload) { let loginUrl = '/TDClient/33/Portal/Login.aspx'; if (payload.successCallbackUrl) { loginUrl += '?SuccessCallbackUrl=' + payload.successCallbackUrl; } window.open(loginUrl, "_blank", "popup=1"); } function handleAuthenticatedSuccessfully() { event.source.close(); window.location.href = window.location.href; } })(jQuery); </script> </body> </html>