Tuesday, September 4, 2012

Configuring the Network Connection on Server core

To view the IP configuration, you can execute
the following command:
ipconfig /all

To view your interfaces, execute the following command:
netsh interface ipv4 show interfaces

To set a static IP address and default gateway, you would use the following
command:
netsh interface ipv4 set address name
➥source=static address=
➥gateway=
 

To set the static DNS address, use the following command:
netsh interface ipv4 add dnsserver name=
➥address= index=1
 

For each DNS server you want to set, increment the index= number each time.
Therefore, for the first DNS server, the index would be 1. For the second DNS
server, the index would be 2.

To change a server to the DHCP-provided IP address from a static IP address,
use the following command:
netsh interface ipv4 set address name=
➥source=DHCP

Citrix xen App port Numbers

ICA: 1494 Session reliability: 2598 IMA: 2512 (Server to server) 2513 (Server to console) XML: 80 when integrated with IIS can be configu...