1. Start -> Settings -> Control Panel -> Network Connections 2. Right click and go to properties of the enabled/active NIC 3. Highlight on TCP/IP and click on properties 4. Select ” Use the following IP address ” 5. Enter your IP information for the server. 6. Click on Advanced 7. Click Add on the… Continue reading How to bind IPs on a Windows Server
Tag: bind IP
How to bind a range of IP’s in Redhat based linux
How to bind a range of IP’s in Linux This method is used by Redhat Linux based servers (Centos/RedhatEnterprise/FedoraCore). Create a file called /etc/sysconfig/network-scripts/ifcfg-eth0-range0 And in the file place these 3 lines but change the IP’s to match YOUR assigned range. ## Start IPADDR_START=67.18.xxx.xxx IPADDR_END=67.18.xxx.xxx CLONENUM_START=0 # Example | IPADDR_START=67.18.333.440 # Example | IPADDR_END=67.18.333.444 #… Continue reading How to bind a range of IP’s in Redhat based linux
How to bind a range of IP’s on BSD based hosts ( FreeBSD, OpenBSD )
First login to your FreeBSD host as a ‘non-root’ user. You should have an account in the ‘wheel’ group that you can do this with. Once you have logged in run the following commands to switch users to ‘root’ su – Password: server# The prompt should have a # in it now meaning you are… Continue reading How to bind a range of IP’s on BSD based hosts ( FreeBSD, OpenBSD )