Posted On March 28, 2019

DHCP Config on Enterasys Core Layer-3 Switch

kimconnect 0 comments
blog.KimConnect.com >> Networking >> DHCP Config on Enterasys Core Layer-3 Switch
# Setting ip helper-address to enable all VLANS to be able to access Internal DNS
router
enable
configure
interface vlan 5
ip helper-address 192.168.0.1
interface vlan 10
ip helper-address 192.168.0.1
interface vlan 50
ip helper-address 192.168.0.1
interface vlan 70
ip helper-address 192.168.0.1
interface vlan 100
ip helper-address 192.168.0.1

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Dev Environment Technitium DNS Server

Windows: $technitiumPortableDownload="https://download.technitium.com/dns/DnsServerPortable.zip"$tempDir="C:\Temp"; $extractionDir="C:\Technitium" $destinationFile = "$tempDir\DnsServerPortable.zip"; try{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}catch{} New-Item -ItemType Directory -Force -Path $tempDir…

PowerShell: DHCP Server Scope Options Editing

Occasionally, internal DNS server changes as machines are refreshed and/or decommissioned. DHCP servers should also…

Install FOG, an Open Source Machine Backup and Cloning Solution

- Install Ubuntu or Centos - Install FOG - On Windows Client, run sysprep, then…