Auto configuration protocol used on IP networks
2
votes
1answer
19 views
Configuring a DHCP server with VLAN on a switch
I have a problem while configuring a switch, I want to create a VLAN and to activate the DHCP server and so all switch ports associated to this VLAN will receive automatically an IP address from the ...
0
votes
0answers
15 views
DHCP Server not Authorized
I have two Active Directory servers performing both authentication and DNS.
One server is 2003 and the other is 2008. It is my understanding that there is no primary Domain server in this scenario ...
0
votes
0answers
18 views
DHCP dialogue when a smartphone/tablet moves to another wi-fi
Scenario:
I'm connected with a smartphone (or tablet) to a wi-fi (192.168.0.0/24)
My current IP is 192.168.0.108
Then I switch to another different wi-fi (192.168.1.0/24)
This is what i capture ...
0
votes
2answers
17 views
discovery for a network of linux devices
I have a set of identical, custom linux devices plugged into a network and assigned addresses via DHCP. These need to be able to automatically discover each other. What's the most appropriate way of ...
0
votes
1answer
29 views
Ubuntu DHCP central server
I have very little experience on this so I am asking to see if this is even possible. I have 4 different ADSL connections that each one is connected to one access point so I have 4 total different ...
-1
votes
2answers
45 views
can't ping virtual machine from physical [closed]
I have the following setup: Windows 8 installed as physical os.
Vmware workstation 9 with win server 2008 and centos 5.8 on
Win server 2008 has a DHCP server with ip 192.168.1.2 with a reserved ...
0
votes
1answer
54 views
IP Scanner in Browser [closed]
Is there a script available that will show online users on my network? I host a homepage on my router and would like to have a DHCP client list/IP Scanner on the homepage. I understand that there are ...
0
votes
1answer
20 views
Block DNS record creation in 2008 AD environment
We build a set of virtual appliances used throughout the company. The networking on the VM is set to NAT to prevent external DNS records from being created, unfortunately at least once a month someone ...
5
votes
3answers
149 views
How to find out if the eth0 mode is static or dhcp?
I want to use a C program to get if the ip of the network interface is set manually or via dhcp.
I've tried to use the following code and it has worked in Debian, but it hasn't worked in OpenWrt. I ...
0
votes
0answers
83 views
Virtual box Debian: No DHCP offers received with 802.11 [closed]
I heard there is some issues using 802.11n broadcast card in debian VM, is it true?
No matter what i do, it fail to get DHCP on eth0. For "ifup eth0" i get this:
DHCPDISCOVER on eth0 to ...
0
votes
0answers
17 views
Reduced DHCP implementation
I am trying to make a DHCP Server-client program with reduced functionality i.e. the DHCP allocates only the IP/subnet and nothing else. However I am stuck with the implementation. As I understand. ...
-1
votes
1answer
243 views
Android ethernet configure IP using dhcp [closed]
I have an android box with ethernet interface. There are no Java classes in android SDK to configure ethernet. As a last resort I am using shell commands to configure ethernet. Could any body please ...
5
votes
1answer
250 views
python unpack buffer data
I am using the rlm_python module in radius and its get the DHCP location option 82 from coovachilli in hex or binary format,
catching it as a string shows as this value ...
0
votes
1answer
42 views
DLNA versus APIPA
I recently notice that in my mobile phone wifi settings, there is a DLNA auto-ip option that's already checked. As its description : "Check to use DLNA when no DHCP server is available",
I found ...
4
votes
4answers
121 views
Assigning static/same IP address to the Server everytime it logs in
I am working on udp server/client applicataion. Since for communicating with the server, all the clients must know the ip address and port number of the server. For this purpose, I have hard coded the ...
0
votes
1answer
148 views
Android DHCP enabled disabled check
I wanted to know if there is any way to check programmatically in android phone whether DHCP is enabled or disabled. (Assuming its possible to disable DHCP through some way or dhcpd is not running)
0
votes
0answers
10 views
Performing an action upon DHCP Lease (Microsoft)
I have a need to detect machines added to a network to attempt to force installation of software.
Machines that are joined to the domain - no problem, I use the login script or group policy.
It's ...
0
votes
1answer
44 views
Number of packets in broadcast/multicast
When a host sends out a broadcast, how does it calculate the number of packets (same) that it needs to send out so that all the other hosts on the same LAN would receive it? For example, when a host ...
0
votes
0answers
68 views
A query about API to handle DHCP discovery/offer messages
I am writing a network-based program that needs to discover DHCP servers if existing on the same network segment.
Specifically, i need to broadcast the "DHCP Discover" message so that my program knows ...
0
votes
0answers
50 views
Network change kills locally linked sockets
I am working in Ubuntu and have a server and client connected to each other via ip address of "0.0.0.0," signifying that it can use any ip. I am trying to figure out how to be able to bring the ...
-1
votes
1answer
74 views
deny non-defined hosts from linux dhcp server [closed]
if i set up a list of hosts to which the dhcp server on a ubuntu maverick server assigns each host an ip address of my choice based on mac-address, could that specific reserved ip address be assigned ...
1
vote
1answer
170 views
DHCP and Proxy Settings Android
I'm creating an application for Android that connects to a wireless network with it's configuration passed. I followed this How to programatically create and read WEP/EAP WiFi configurations in ...
0
votes
1answer
170 views
Set up DHCP server IP for Vagrant
I am using Vagrant 1.1.2 on Mac OS X 10.7.5
I am running into an issue with the default networking setup. The network seems to be configured to use a DHCP server providing IPs from 10.0.2.? network, ...
0
votes
1answer
74 views
Making sure DHCP Service is ready in batch
I want to make a batch script that changes the IP of an interface on Windows XP. It is possible through the netsh utility:
netsh interface ip set address name="Local Area Connection 2" static ...
0
votes
0answers
42 views
Using DHCP ClassID's on an iMac client in Microsoft DHCP
I'm looking for some info on setting up DHCP for an iMac client machine.
We're using Microsoft DHCP server 2003 in our environment. For Windows-based desktops and laptops we have each platform ...
0
votes
2answers
156 views
How to prevent /etc/resolv.conf from getting overwritten after reboot in Ubuntu 11.10?
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.
0
votes
0answers
96 views
how to assign IP address to windows phone emulator
my windows Phone 8 emulator is having Link local address and so it is not able to connect to DHCP server. Can anybody suggest how to change that address?
0
votes
1answer
256 views
Android gingerbread DHCP 119 setprop not working
I am try to set custom DNS suffix (yahoo.com in my case) using adb command
setprop net.dns.search yahoo.com
I verified it using
getprop net.dns.search
and it returns yahoo.com
However, ...
0
votes
0answers
61 views
pxe sever on single machine with dual subnets and dual nics
I have RHEL 6 DHCP server that I use as a PXE server. It has dual nics, with Eth0 = 172.23.0.1 and eth1 = 10.0.1.1. I currently have a dhcpd.conf that declares 2 subnet sections, both which work ...
0
votes
0answers
34 views
Can MSDTC reverse bind on IP address instead of hostname?
We have a problem with MSDTC failing to reverse bind if the client computer is connecting via VPN or recently has been connected via VPN. What happens is that the server tries to reverse bind to the ...
0
votes
0answers
31 views
How do I use DHCP to assign a known IP to a wall port?
The problem I have is that my company is going to be instituting a testing line for embedded devices. Each device will always be at a station, and every station will have a LAN connection to a single ...
0
votes
2answers
144 views
how to share files with other Mob phone connected to the same network with which you are connected?
I want to share file from my Mob Phone to other Mob Phone which are connected to the same network with which i am connected, is it can do easily with tcp or dhcp or socket, please i don't know about ...
0
votes
0answers
49 views
DHCP renew on FW restores Internet Connection? [closed]
Home network, Cisco ASA 5505 9.0(1), Windows Server 2008 R2 (actually SBS 2011), various Mac, Windows and embedded clients. ISP is Rochester, NY Road Runner.
Often (2-3x per day) my embedded devices ...
-1
votes
2answers
225 views
C#: Query DHCP for Client Name
Final edit for clarity - In my environment, DNS will only store one record per client. If a client has multiple NICs, or changes subnets, the original IP is registered in DNS until the corresponding ...
0
votes
1answer
94 views
windows mobile force dhcp renew
We have several Windows Mobile 6.5 device deployed and a few of them will occasionally lose the ability to connect to the Internet. I've been able to reproduce the issue by switching from Wi-Fi to 3G ...
0
votes
0answers
73 views
Dhcp server querying enum clients
When i try to query my DHCP server with DHCPAPI, I use the function:
uint response = DhcpEnumSubnetClients(
server,
parsedMask,
ref resumeHandle,
...
0
votes
0answers
124 views
dhcp request with different IP than it was on the dhcp offer
can anyone shed any hints to why the IP address which was offered to the client is different in the dhcp request from the client? they all have the same transanction id, so its definitely the same ...
0
votes
1answer
210 views
How to create a DHCP snooping rule in a Linux virtual bridge
I have a Linux server (10.0.0.1) running a DHCP server and a virtual bridge. The virtual bridge connects 4 Ethernet interfaces and works as a master switch connecting my users.
The problem arise if ...
1
vote
0answers
352 views
Android - DHCP options?
Wondering if anyone knows if it's possible to access the DHCP options of a connection?
Basically we have a DHCP server sending out some custom additional information (as an option) with its lease.
...
0
votes
3answers
485 views
which program invokes dhclient on debian squeeze?
I'm curious about which program invokes dhclient on Debian squeeze?
I suspect it's NetworkManager but it's not true.
Since I have removed it (apt-get remove NetworkManager) and rebooted the computer.
...
0
votes
0answers
201 views
how to generate dhcp client id
When isc dhcpd
used in ddns mode, it generates a hashid for every client that requests an ip address. Then dhcpd places this hashid near close to A record of client in DNS server.
Hash id: it's an ...
0
votes
2answers
237 views
Arduino DHCP error
I'm testing the Ethernet shield with an Arduino Uno, and I'm getting a DHCP error just using the example sketch.
#include <SPI.h>
#include <Ethernet.h>
byte MACaddress[] = { 0x90, 0xAD, ...
0
votes
0answers
37 views
error in dhcp conf file
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.2;
on commit {
set clip = binary-to-ascii(10, 8, ".", leased-address);
set clhw = binary-to-ascii(16, 8, ...
1
vote
1answer
38 views
IP Address multiplexing in software [closed]
I would like to share the internet on the laptop with multiple apps. Each app works on IP address. I mean each application can access internet only through IP address. Does any one know how can we ...
0
votes
0answers
46 views
DHCP-Server replies and ARP dependency
When replying to a DHCP-DISCOVER message with BootP-flag cleared (i.e. reply should be a unicast), the DHCP-OFFER message should be sent to a unicast address (i.e YIPADDR). Hence in the IP header the ...
0
votes
2answers
27 views
radius request gives wrong values
if (rc_avpair_add(rh, &send, PW_USER_PASSWORD, passwd, -1, 0) == NULL)
return ERROR_RC;
if (rc_avpair_add(rh, &send, PW_NAS_PORT_TYPE, nas_port_type, -1, 0) == NULL)
...
0
votes
0answers
154 views
In U-Boot, can the dhcp command automatically set the serverip environment variable?
In U-Boot, the dhcp command automatically sets some environment variables. e.g. gatewayip, netmask, bootfile, and rootpath. These environment variable all correspond to the configuration settings of ...
0
votes
1answer
639 views
How can I check dhcpd.conf against syntax error without running dhcpd?
In the project that I'm working on, we are generating a dhcpd.conf file via graphical interface. After creating dhcpd.conf file I want to make sure there is no syntax error. If there is, I want to get ...
-1
votes
1answer
327 views
No route to host after changing interface to static ip [closed]
I installed a Linux (Ubuntu) server inside my home LAN, initially it's automatically configured to use DHCP interface. I'm connecting to this server from another computer using that server's hostname. ...
2
votes
0answers
155 views
Does Microsoft have a .net class that uses UPnP in c#?
I have been looking for a way to implement UPnP. I have a need for it to run on Windows Compact Environment 7 (WEC7), but in order to test it easily, I want to set up a lab using regular Laptop ...




