Questions tagged [static-ip]

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

313 questions
0
votes
2 answers

How To Use host tag In dhcp.conf

My question is simple. I tried to assign a fixed IP address to wlan0 connected users using dhcp.conf. From configuration file: host clientA{ hardware ethernet 00:80:c6:f6:72:00; fixed-address 192.168.1.50; } My confusion is clientA. What can I…
0
votes
2 answers

ip address changed only after reboot

I have this in etc/network/interfaces : auto eth0 iface eth0 inet static address 192.168.1.119 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 I don't use network…
trogne
  • 141
  • 1
  • 8
0
votes
2 answers

static IP, but cannot reach the dns

I'm configuring my IP statically, but I cannot reach the DNS. I have a static IP, and I can ping my default gateway and any external ips. In /etc/resolv.conf, I've set the content the same as when it's working when set up dynamically with "ifconfig…
trogne
  • 141
  • 1
  • 8
0
votes
0 answers

Would a static IP make PC go online as soon as router become available/ready?

I have posted a part of this question here and now what Im questioning is an answer suggested - to create a static IP. Question in short: I have a headless PC(running Ubuntu) and I want to make this go online as soon as the router becomes available.…
OverTheEdge
  • 113
  • 1
  • 3
0
votes
1 answer

Static IP after reboot conflict with repository : [Errno 256] No more mirrors to try

I install CentOS-7-x86_64-Minimal-1611 on vmware. In the first part, after enabled dhclient I can install and download using commands but I set static IP to avoid to use dhclient command every after reboot. But after reboot commands like yum install…
0
votes
2 answers

Problems with static IP addressing on FreeBSD

Appreciate this is quite a basic question for serverfault but I'm quite stuck with a problem with static IP addressing on a FreeBSD server and I'm not greatly familiar with FreeBSD, but I've been asked to set one up as a VM. I have been able to…
omega1
  • 392
  • 3
  • 7
  • 27
0
votes
1 answer

workstation getting self-assigned IP after static IP configured

SO I have a client whos DC went down. With it offline I went ahead and assigned static IP's to all workstations (win 8.1) so they would still have internet and recreated a file-share off of a single workstation. They are up and running with one…
brooksly
  • 3
  • 2
0
votes
1 answer

BT's 5 static IPs over PPPoE with TP Link Dual WAN TL-ER6020 router

Recently i bought nice dual WAN router TP Link TL-ER6020 to use it with two BT(British Telecom) Infinity Broadband lines with Openreach VDSL modems (Huawei HG612 , unlocked, as told Ebay seller). One of the broadband lines (WAN1) has 5 static…
Y Borys
  • 145
  • 1
  • 5
0
votes
1 answer

Dell Computers (Motherboard / NIC) retain Static IP address even after HDD is removed

So many of our Dell computers (NIC or Motherboard) seem to be holding onto the Static IP Address set within windows. When we decide to put a different hard drive into the computer and re-image it, we are unable to PXE boot with SCCM because SCCM…
Michael
  • 141
  • 4
0
votes
0 answers

dhcp server not starting on CentOS 5 (XenServer 6.5)

I have a host with XenServer 6.5 (based on CentOS 5) that is currently set up using a static IP by following the procedure here. I have been provided with an IP address, netmask and gateway - I entered these in the fields shown in figure 6 in the…
edesz
  • 101
  • 3
0
votes
1 answer

DNS A records Disappearing

So, the situation is as follows. Our production servers are the most important servers being affected but this is happening randomly. I can not build a pattern for servers that are being affected to ones that arent. It seems to be completely…
colbyt
  • 194
  • 1
  • 3
  • 12
0
votes
2 answers

How to give static local IP address to RADIUS Server software and IIS Server Website?

I have following network topology: Whenever I turn on my Server all the local IP addresses (in the form 10.0.0.X) of RADIUS Server and IIS Server changes or sometimes port is assigned to SVCHost process of Windows. I am a beginner in networking…
0
votes
3 answers

Re-establishing the Trust Relationship

I am on a network where communication is done through static IPs. On a fairly regular basis I need to swap machines, that is to say unplug a machine, lets say: 10.50.5.1 and plug in a new machine in it's place, with the same static 10.50.5.1…
Jonathan Mee
  • 121
  • 1
  • 8
0
votes
4 answers

How can I tell which static IP address one computer uses to connect to another computer?

I have a workstation connected to several internal networks, with a different static IP address on each of them. Through one (?) of these networks, I can connect to a server over ssh. How can I tell which of my workstation's IP addresses is used to…
Dan
  • 113
  • 5
0
votes
1 answer

Network is DHCP - Can I manually set an IP to a device?

So as of right now, our SonicWall controls DHCP leasing. We have a bunch of network objects that really need to remain static (I plan on converting the network to static later), but I need a fix in the meantime. Since SonicWall does not have the…
Jonas Lear
  • 460
  • 1
  • 3
  • 5