dhcp Questions

3

I setup a simple dhcp-server with isc-dhcp-server, but when I start the service, the status is in failed with the message "failed with result 'exit code' ". And yes, I did configure the ...
Parts asked 10/6, 2021 at 20:36

4

Solved

I need to change my connection, from staic assigned to DHCP using nmcli (invoked from a Python script). I've tried like this: nmcli con mod "CONNECTION NAME" ipv4.method auto nmcli con do...
Shriek asked 12/3, 2020 at 13:5

3

Solved

I can't access to Network IP assigned by MetalLB load Balancer I created a Kubernetes cluster in k3s. Its 1 master and 1 workers. Each one has its own Private IP. Master 192.168.0.13 Worker 192....
Molest asked 21/3, 2020 at 10:48

1

Solved

I had a server unable to connect to any network and while wrangling with it I found a temporary resolution on running this command: /etc/init.d/network restart && dhclient. However, I don't...
Babyblueeyes asked 18/9, 2020 at 18:39

8

My work laptop is is a member of a domain (the OS is Windows 8). Created a new VM, locally on this laptop (using built-in Hyper-V). DHCP is provided by the domain and all IP addresses are ass...
Effervesce asked 16/8, 2013 at 16:51

2

Solved

I work on embedded device with linux on it. I want to use DHCP client first, but if there will be no answer from DHCP Server I want to set static-default IP. I suppose it shouldn't be complicated, ...
Hamitic asked 4/10, 2012 at 12:21

6

Solved

In Python, is there a way to detect whether a given network interface is up? In my script, the user specifies a network interface, but I would like to make sure that the interface is up and has be...
Fray asked 16/7, 2013 at 14:50

2

Solved

I need to make sure there are no syntax errors on dhcpd.conf. If there are errors, I want to get what they are. I can check for syntax errors with this command: dhcpd -cf /path/to/dhcpd.conf bu...
Marguritemargy asked 14/12, 2012 at 12:28

5

Solved

Is there any network broadcast call or something that can force all the connected DHCP clients to renew their addresses immediately? And if not, why not? Surely this functionality has been desire...
Pewee asked 7/3, 2015 at 16:32

1

I am developing an Android app which will be used by custom devices which will have ethernet support (and also wifi). The app has to enable a settings activity for Ethernet. Please NOTE that the...
Morrell asked 14/2, 2014 at 9:14

8

Solved

I'm using Ubuntu 11.10 and I manually configure DNS servers in /etc/resolv.conf but it gets somehow overwritten after I reboot. How can I prevent this? Thanks.
Boding asked 12/3, 2013 at 17:37

1

My host is SLES12 VM running on an ESX server. VM Host has interfaces which acquire DHCP IPs from the DHCP server running on ESX. In my docker container (docker image: opensuse) I am running a NFS...
Iphigeniah asked 13/4, 2017 at 14:22

2

Solved

I have built an image with systemd and dhcp-client. In the recipe dhcp in meta-openembedded/meta-systemd/oe-core/recipes-connectivity/dhcp there is a bbappend which creates a dhclient.service. I wa...
Rockribbed asked 21/12, 2016 at 15:36

3

I am new to Python and learning some network programming, I wish to send an DHCP packet through my tap interface to my DHCP server and then wait to a response from it. I tried with several packet b...
Silicium asked 4/8, 2014 at 17:42

3

Solved

If suppose client does not listen on 68 port,when DHCP server receives the request, it can send it to the address from where it received request (with ephemeral port chosen by client at time of sen...
Orchid asked 24/11, 2009 at 15:52

1

I am using namespaces to separate a few physical interfaces on a server. The routing works perfectly. Also I have a folder for each namespace in /etc/netns/ e.g. /etc/netns/namespaceA/resolv.conf s...
Housel asked 29/6, 2016 at 14:23

3

first time poster, hopefully this is an easy one: I need to send a broadcast packet to a piece of hardware which, when it powers up, is on a different subnet than my machine, in order to tell it t...
Ronnaronnholm asked 4/11, 2013 at 15:47

6

Solved

What is the best way to have a virtual operating system have a static IP address in VMWware. I would like to keep the IP address static since it is a virtual server.
Tail asked 14/1, 2009 at 19:14

1

Solved

I'm trying to get dnsmasq to operate as a DHCP server inside a Docker container, issuing DHCP addresses to machines on the host's physical network. I'm using the Alpine Linux 6MB container from htt...
Sarasvati asked 7/8, 2016 at 16:14

4

Solved

I'm trying to set a static IP(manual, no dhcp) address for wifi network using connmanctl. I'm running angstrom linux. I get the following: connmanctl connmanctl> config wifi_"HASH"_managed_psk -...
Caribou asked 11/8, 2015 at 13:43

1

Solved

In 'Request' part of the DORA process, IP and MAC address of the DHCP server is known to the client (as the IP datagram sent in Offer has this information). So if the destination is known, why is t...
Seasoning asked 18/8, 2015 at 9:29

2

Solved

Why can't the server use the destination IP address of 0.0.0.0 as is used in source IP of DHCP Discover and Request? It can use the MAC address of the client learnt from DHCP Discover and Request t...
Maghutte asked 17/5, 2012 at 13:29

0

I'll apologise for any lack of clarity, and I'll do my best to update with any missed info, but I'm struggling to understand what I need to do to figure out why the network is unreachable. I'm get...
Mis asked 25/3, 2015 at 11:28

4

Solved

My app needs to know the peer device’s IP address when my device is a group owner (GO) in a wifi-direct P2P connection (usually GO acts as DHCP server and peer station receives the IP from th...
Foucquet asked 20/6, 2012 at 19:43

5

I am wondering how to get a human readable IP Adress from DhcpInfo.ipAddress? The tricky thing about it is, that it is an integer and obviously you can't store an IP address in an integer. So, how ...
Orman asked 14/6, 2011 at 14:58

© 2022 - 2024 — McMap. All rights reserved.