DHCP Client does not send host name to DHCP Server

Hello,
I installed Solaris 10 on VirtualBox and I cannot ping/ssh/telnet the virtual machine by its host name (even from the host computer) but only by it's ip.
I tried everything I could find on internet with no success (I don't want to add the hostname in every hosts file on every computer because it's not really professionnal)
I followed what said here: http://docs.oracle.com/cd/E26505_01/html/E27061/eyhuv.html#scrolltoc
Can someone has an idea of what I can do or why this does not work.
I installed a virtual Windows7 and an Ubuntu, and it worked perfectly.
Any help would be grantly appreciated.
Thank you
Here is my current configuration:
Oracle VM VirtualBox 4.3.8 (I choose "Oracle 10 10/09 and later (64 bit))
Oracle Solaris 10 1/13
Network: bridge with RealTek interface
NB: I don't have access to dhcp server on my netgear router (access is disabled by my ISP)
Files in /etc:
dhcp.e1000g0 (empty)
nodename (contains "thorgal")
nsswitch.conf has following lines:
hosts: files dns # Added by DHCP
ipnodes: files dns # Added by DHCP
networks:   files
protocols:  files
rpc:        files
ethers:     files
netmasks:   files
bootparams: files
hostname.e1000g0 (contains "inet thorgal")
/etc/inet/hosts:
::1             localhost
127.0.0.1       localhost loghost
192.168.0.17    thorgal # Added by DHCP
/etc/default/dhcpagent:
REQUEST_HOSTNAME=yes
PARAM_REQUEST_LIST=1,3,6,12,15,28,43
.v6.PARAM_REQUEST_LIST=7,12,23,24,27,29
I also try "ifconfig e1000g0 dhcp release" with no success
the debugging of dhcpagent:
# pkill -x dhcpagent
# /sbin/dhcpagent -d1 -f &
1088
# ifconfig e1000g0 dhcp start
/sbin/dhcpagent: debug: insert_pif: e1000g0: sdumax 1500, hwtype 1, hwlen 6
/sbin/dhcpagent: debug: set_packet_filter: set filter 805869f (DHCP filter)
/sbin/dhcpagent: debug: get_smach_cid: getting default client-id property on e1000g0
/sbin/dhcpagent: debug: in state INIT; allowing start command on e1000g0
/sbin/dhcpagent: debug: ipc_action_start: started start (command 4) on e1000g0
/sbin/dhcpagent: debug: set_smach_state: changing from INIT to INIT_REBOOT on e1000g0
/sbin/dhcpagent: debug: dhcp_selecting: host thorgal
/sbin/dhcpagent: info: configure_v4_lease: setting IP netmask to 255.255.255.0 on e1000g0
/sbin/dhcpagent: info: configure_v4_lease: setting IP address to 192.168.0.17 on e1000g0
/sbin/dhcpagent: warning: configure_v4_lease: no IP broadcast specified for e1000g0, making best guess
/sbin/dhcpagent: info: configure_v4_lease: using broadcast address 192.168.0.255 on e1000g0
/sbin/dhcpagent: info: configure_v4_timers: e1000g0 acquired lease, expires Fri Mar 21 21:33:05 2014
/sbin/dhcpagent: info: configure_v4_timers: e1000g0 begins renewal at Fri Mar 21 09:33:05 2014
/sbin/dhcpagent: info: configure_v4_timers: e1000g0 begins rebinding at Fri Mar 21 18:33:05 2014
/sbin/dhcpagent: debug: set_smach_state: changing from INIT_REBOOT to PRE_BOUND on e1000g0
/sbin/dhcpagent: info: added default router 192.168.0.1 on e1000g0
/sbin/dhcpagent: debug: set_smach_state: changing from PRE_BOUND to BOUND on e1000g0
/sbin/dhcpagent: debug: configure_bound: bound e1000g0
/sbin/dhcpagent: debug: ipc_action_finish: finished start (command 4) on e1000g0: 0

During the Solaris installation process, you told it what the hostname was going to be and that you wanted that environment to exist with a dynamic IP address instead of a specific address that you desired.
When Solaris boots it broadcasts that hostname and waits for a DHCP server to be quasi-intelligent enough to award an IP address based upon a pre-configured list inside that DHCP server.   Hostname ABC would always get IP address 123 on subnet rst, hostname DEF would always get IP address 456 on subnet xyz, and so on and so on.
That's the fundamental process for proper (and thus secure) DHCP.
All your other environments (Windows, Debian, Ubuntu) are what might be thought of as "hacked for convenience" to get around that sort of network configuration.  They take the lazy way to exist.  That partial networking setup is good enough for a home network but would be miserably insecure in a corporate environment.  Those choices are operating environments that are nice for end-user desktops but aren't Enterprise Class.
My suggestion?
Review the IP address range in your Netgear router's setup.
It is likely something like 192.169.0.1 through 192.168.0.50 and can be customized.
You probably don't have 50 devices on your network and probably will never have 50 simultaneous devices on your network.
... just do a reconfigure reboot and set your Solaris to use a static IP of 192.068.0.45
Then reboot and I predict your issue that prompted this forum thread will be gone.
That's how I've done it at home for many years, even when installing Solaris to bare metal (no virtualization).

Similar Messages

  • SSLException: Name in certificate "host1" does not match host name "host2"

    Hi all,
    I am using a hosted WebDAV/Subversion service to store my files. The provider has connected my domain name to the service, so now I can access the service through my domain name :-)
    However, the provider cannot assign a static dedicated IP for the server which provides my content, hence he cannot set an SSL certificate for my domain name. Any time I access the service I am getting an SSL warning telling me that the domain name does not match that on the certificate... So far had no problem with that. The Web browser, the Windows Explorer, and the Subversion client allow me to accept the connection.
    Now I need to set up some automatic build software (Maven) and it appears that the JRE has a problem with these name mismatches -- it just throws an exception and does not allow me to accept the connection :-( In order to ensure that this is a JRE problem, I have tried to connect to the service with a Java-based WebDAV client (DAVExplorer) -- same thing -- here is the message thrown by DAVExplorer:
    javax.net.ssl.SSLException: Name in certificate "his.domain.name" does not match host name "my.domain.name"
    Is there some configuration file, system property or switch that I can use to make the JRE ignore the domain name mismatch thing?
    Please help,
    Adrian.

    Here is a quick example I put together. Most of the code was autogenerated by Eclipse "Generate Delegate Methods" on the urlConn field of the class. This is just an example; I haven't given it much thought; it probably opens up other security holes and I take no responsibility for it.
    In my example, I have an SSL server with the name "dawntreader" in the certificate, but my URL is https://192.168.10.7/ which triggers the name mismatch. I have not actually tested it with maven, but looking at these docs (http://maven.apache.org/guides/mini/guide-repository-ssl.html) I think that you should be able to add the following to the MAVEN_OPTS environment variable: -Djava.protocol.handler.pkgs=MyHttpsUrlConnection and make sure the MyHttpsUrlConnection.class file is on the classpath
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.net.MalformedURLException;
    import java.net.ProtocolException;
    import java.net.URL;
    import java.security.Permission;
    import java.security.Principal;
    import java.security.cert.Certificate;
    import java.util.List;
    import java.util.Map;
    import javax.net.ssl.HostnameVerifier;
    import javax.net.ssl.HttpsURLConnection;
    import javax.net.ssl.SSLPeerUnverifiedException;
    import javax.net.ssl.SSLSession;
    import javax.net.ssl.SSLSocketFactory;
    import javax.security.auth.x500.X500Principal;
    public class MyHttpsURLConnection extends HttpsURLConnection
        static class MyHostnameVerifier implements HostnameVerifier
            private static final String EXPECTED_HOSTNAME = "dawntreader";
            private String getCN(String DN)
                String [] dnComponents = DN.split(",");
                // Find one that starts with CN=
                for (String component : dnComponents)
                    if (component.startsWith("cn="))
                        return component.substring(3);
                return "";
            @Override
            public boolean verify(String hostname, SSLSession session)
                try
                    X500Principal peerPrincipal = (X500Principal) session.getPeerPrincipal();
                    String DN = peerPrincipal.getName("CANONICAL");
                    // now parse the CN out of the effing DN
                    // We should also get the subject alternative names
                    // from the peer certificate
                    String CN = getCN(DN);
                    return CN.equals(EXPECTED_HOSTNAME);
                } catch (SSLPeerUnverifiedException e)
                    return false;
        private final HttpsURLConnection urlConn;
        public MyHttpsURLConnection(URL url) throws IOException
            super(url);
            urlConn = (HttpsURLConnection) url.openConnection();
            urlConn.setHostnameVerifier(new MyHostnameVerifier());
        public void addRequestProperty(String key, String value)
            this.urlConn.addRequestProperty(key, value);
        public void connect() throws IOException
            this.urlConn.connect();
        public void disconnect()
            this.urlConn.disconnect();
        public boolean equals(Object obj)
            return this.urlConn.equals(obj);
        public boolean getAllowUserInteraction()
            return this.urlConn.getAllowUserInteraction();
        public String getCipherSuite()
            return this.urlConn.getCipherSuite();
        public int getConnectTimeout()
            return this.urlConn.getConnectTimeout();
        public Object getContent() throws IOException
            return this.urlConn.getContent();
        public Object getContent(Class[] classes) throws IOException
            return this.urlConn.getContent(classes);
        public String getContentEncoding()
            return this.urlConn.getContentEncoding();
        public int getContentLength()
            return this.urlConn.getContentLength();
        public String getContentType()
            return this.urlConn.getContentType();
        public long getDate()
            return this.urlConn.getDate();
        public boolean getDefaultUseCaches()
            return this.urlConn.getDefaultUseCaches();
        public boolean getDoInput()
            return this.urlConn.getDoInput();
        public boolean getDoOutput()
            return this.urlConn.getDoOutput();
        public InputStream getErrorStream()
            return this.urlConn.getErrorStream();
        public long getExpiration()
            return this.urlConn.getExpiration();
        public String getHeaderField(int n)
            return this.urlConn.getHeaderField(n);
        public String getHeaderField(String name)
            return this.urlConn.getHeaderField(name);
        public long getHeaderFieldDate(String name, long Default)
            return this.urlConn.getHeaderFieldDate(name, Default);
        public int getHeaderFieldInt(String name, int Default)
            return this.urlConn.getHeaderFieldInt(name, Default);
        public String getHeaderFieldKey(int n)
            return this.urlConn.getHeaderFieldKey(n);
        public Map<String, List<String>> getHeaderFields()
            return this.urlConn.getHeaderFields();
        public HostnameVerifier getHostnameVerifier()
            return this.urlConn.getHostnameVerifier();
        public long getIfModifiedSince()
            return this.urlConn.getIfModifiedSince();
        public InputStream getInputStream() throws IOException
            return this.urlConn.getInputStream();
        public boolean getInstanceFollowRedirects()
            return this.urlConn.getInstanceFollowRedirects();
        public long getLastModified()
            return this.urlConn.getLastModified();
        public Certificate[] getLocalCertificates()
            return this.urlConn.getLocalCertificates();
        public Principal getLocalPrincipal()
            return this.urlConn.getLocalPrincipal();
        public OutputStream getOutputStream() throws IOException
            return this.urlConn.getOutputStream();
        public Principal getPeerPrincipal() throws SSLPeerUnverifiedException
            return this.urlConn.getPeerPrincipal();
        public Permission getPermission() throws IOException
            return this.urlConn.getPermission();
        public int getReadTimeout()
            return this.urlConn.getReadTimeout();
        public String getRequestMethod()
            return this.urlConn.getRequestMethod();
        public Map<String, List<String>> getRequestProperties()
            return this.urlConn.getRequestProperties();
        public String getRequestProperty(String key)
            return this.urlConn.getRequestProperty(key);
        public int getResponseCode() throws IOException
            return this.urlConn.getResponseCode();
        public String getResponseMessage() throws IOException
            return this.urlConn.getResponseMessage();
        public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException
            return this.urlConn.getServerCertificates();
        public SSLSocketFactory getSSLSocketFactory()
            return this.urlConn.getSSLSocketFactory();
        public URL getURL()
            return this.urlConn.getURL();
        public boolean getUseCaches()
            return this.urlConn.getUseCaches();
        public int hashCode()
            return this.urlConn.hashCode();
        public void setAllowUserInteraction(boolean allowuserinteraction)
            this.urlConn.setAllowUserInteraction(allowuserinteraction);
        public void setChunkedStreamingMode(int chunklen)
            this.urlConn.setChunkedStreamingMode(chunklen);
        public void setConnectTimeout(int timeout)
            this.urlConn.setConnectTimeout(timeout);
        public void setDefaultUseCaches(boolean defaultusecaches)
            this.urlConn.setDefaultUseCaches(defaultusecaches);
        public void setDoInput(boolean doinput)
            this.urlConn.setDoInput(doinput);
        public void setDoOutput(boolean dooutput)
            this.urlConn.setDoOutput(dooutput);
        public void setFixedLengthStreamingMode(int contentLength)
            this.urlConn.setFixedLengthStreamingMode(contentLength);
        public void setHostnameVerifier(HostnameVerifier v)
            this.urlConn.setHostnameVerifier(v);
        public void setIfModifiedSince(long ifmodifiedsince)
            this.urlConn.setIfModifiedSince(ifmodifiedsince);
        public void setInstanceFollowRedirects(boolean followRedirects)
            this.urlConn.setInstanceFollowRedirects(followRedirects);
        public void setReadTimeout(int timeout)
            this.urlConn.setReadTimeout(timeout);
        public void setRequestMethod(String method) throws ProtocolException
            this.urlConn.setRequestMethod(method);
        public void setRequestProperty(String key, String value)
            this.urlConn.setRequestProperty(key, value);
        public void setSSLSocketFactory(SSLSocketFactory sf)
            this.urlConn.setSSLSocketFactory(sf);
        public void setUseCaches(boolean usecaches)
            this.urlConn.setUseCaches(usecaches);
        public String toString()
            return this.urlConn.toString();
        public boolean usingProxy()
            return this.urlConn.usingProxy();
        public static void main(String[] args) throws MalformedURLException, IOException
            MyHttpsURLConnection urlConn = new MyHttpsURLConnection(new URL(
                    "https://192.168.10.7/"));
            urlConn.connect();
            InputStream is = urlConn.getInputStream();
            int nread = 0;
            byte[] buf = new byte[8192];
            while ((nread = is.read(buf)) != -1)
                System.out.write(buf, 0, nread);
    }

  • Name in certificate `URL' does not match host name `URL'

    Hello,
    We are getting the error
    Name in certificate `URL' does not match host name  `URL'?
    Can someone can provide solution to resolve the above error? Also can you please inform whether Coldfusion 8 supports checking the Subject Alternative Names in the SSL  certificate? If so, kindly tell us how to do it.
    Environment that we use is coldfusion 8 with sql server 2005 (DB). If you have any query please let me know.
    Thanks,
    Satheesh.

    Hi Siva,
    we have faced the same problem on our application. To overcome this we used the below workarround...
    Make the host entry for webservice provider [serviceprovider.test.com] pointing to its IP [172.99.71.12].
    In cfm file
    There's no need to add the proxy and the port in the cfm file.
                 <cfhttp method="Post" url="#WEBSERVICE_SERVICE_PROVIDER#" resolveurl="Yes">
                    <cfhttpparam type="Formfield" name="xmlValue" value="#tostring(xml)#">
                </cfhttp>
    The below URL will help you on debugging CFHTTP Request
    http://kb2.adobe.com/cps/998/9987e902.html

  • Fatal error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

    Fatal error: Client does not support authentication protocol
    requested by server; consider upgrading MySQL client in
    /homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
    on line 9
    This is the error that comes up on the server where the site
    sits. The database is working on my local machine with the local
    settings, but wont connect due to the above.
    I think im using MySQL client 3.23 How do i upgrade?
    I found this on MySQL site:
    http://dev.mysql.com/doc/refman/5.0/en/old-client.html
    I'm not sure how to edit the connection string to make it
    accept the vaules.

    The_FedEx_Guy wrote:
    > Fatal error: Client does not support authentication
    protocol requested by
    > server; consider upgrading MySQL client in
    >
    /homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
    on
    > line 9
    > I think im using MySQL client 3.23 How do i upgrade?
    The MySQL client that the error refers to isn't the version
    of MySQL,
    but the MySQL library bundled with PHP. It sounds as though
    your hosting
    company has upgraded to MySQL 4.1 or higher, but is still
    using PHP 4.
    > I'm not sure how to edit the connection string to make
    it accept the vaules.
    You can't. It's the way that the user account passwords are
    stored in
    MySQL. You need to get the hosting company to upgrade to PHP
    5 or to
    reset the passwords in MySQL using the OLD_PASSWORD()
    function. This
    needs to be done by someone with top-level administrative
    privileges on
    the database.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • DHCP client does not work poperly after systemd and Gnome 3.6 upgrade

    Upgraded my system today from Gnome 3.4 to 3.6 (and systemd was updated as well), and since then acquiring an IP address using DHCP does not work anymore.
    I am using IPv4 only internally, but neither dhclient or dhcpcd manages to get an IPv4 address.
    It seems like IPv6 is priority one, and beacuse there is no IPv6 DHCP server available NetworkManager aborts the whole setup process.
    To make sure that IPv6 should not be considered, I have changed "method" in NetworkManager to "Ignore" for IPv6.
    I have also tried to downgrade NM to 0.9.6.0 from 0.9.6.4 (since that version works on another, not upgraded, machine), without any result.
    Also switched dhclient to dhcpcd, without any result.
    The machine is a "pure" systemd machine.
    DHCP works for other devices in the network.
    Versions:
    systemd 195-2
    NetworkManager 0.9.6.4
    isc-dhclient-4.2.3-P2
    I have no issues on a system where following versions are running:
    systemd 189-4
    NetworkManager 0.9.6.0
    dhcpcd 5.6.2
    Log: http://pastebin.com/2wMC0JLe

    Think I have identified the issue now.
    Neither dhcpcd or dhclient is sending the host name properly to the DHCP server anymore. I had an IP address reserved in the DHCP server for my host and after deleting this reservation my host is able to acquire an IP (dynamic) address. The reserved static address could never be acquired.
    Conclusion: dhclient and dhcpcd is not sending the host name as before, causing the DHCP server to get stuck (while waiting for the host name) whenever a NIC with a reserved IP address is requesting an IP address.
    Downgrading the dhcp clients has not yet worked, so there might be some underlying component that is causing the problem. ath5k? systemd?

  • My client does not able to join Mac OS Server 10.6 Leopard Snow - kGotAuthe

    I am currently running Mac OS Server 10.6 Leopard Snow running on my Mac Mini.
    Have recently upgraded from previous version of Mac OS Server 10.5
    I wanted to connect a client computer (does not matter my Mac Pro or my Mac Book - same results) to the server.
    Doing the following: go the system preferences -> Accounts - Login -> and you get the option "Network Account Server" click on join.
    My server pops up. My server is on 10.0.1.2 (tried to use server name as well IP address).
    So type in the server name and get the following option:
    "The server 10.0.1.2 offers Address boek, iChat, Mail... etc.. The I am selecting "Set Up Services",
    Type in my name and password. and press continue.
    Then I am getting the following message: "Joining the server 10.0.1.2 failed: kGotAuthenticationFailure"
    I can go back (is option) and fill in my password again - but that is not the issue because I am putting the right password.
    My question: I there any one who had the same issue, and how can I resolve this.
    Look forward to any response.

    Did - but please if some else has a solution that would still be very helpful.
    This whole Mac OS Server thing - is extremely sensitive - and is not handling very smootly!

  • Email client does not send email (gmail account)

    I configured the email account correctly and can see inbox emails. The problem occurs when sending out emails. It keeps trying without giving any error so I have to kill the app to use the client again.
    I have a double secured gmail account but I created a unique signin password for this client

    Hi Gabriele Vidali,
    I used the double-secured feature on my Gmail account and then created a unique password for the Mail app in my Firefox OS device with Flame v2.0.
    I was able to send and receive emails from my double-secure Gmail account with no problems. I didn't receive any errors when sending the email, and the automatic sync worked correctly.
    Where did you download version 2.1 from?
    I would suggest rolling back your Flame device to at least version 2.0. The version that you are currently using is still very unstable, and it's still actively being worked on, so it's not uncommon that features and apps will break.
    Version 2.1 is scheduled to be Feature Complete on October 13th, and then there will still be stabilization and optimization work done on it. Mozilla's code on version 2.1 of Firefox OS is scheduled to be Code Complete on November 21, 2014 - so there's still a lot of work to be done on that version. =)
    I hope this information is helpful. Please let us know if you are still having issues sending and syncing your emails on more stable versions of Firefox OS.
    Thanks,
    - Ralph

  • Client does not have permission to send as this sender

    We have a CRM web application hosted on a server. When a user launches the site, the site provides facility to the customer to send the query into the system using the email. The website provides the filed for the customer to enter customer’s email ID. The
    customer email address is used by the system to send the response back.
    We are doing a new implementation for SMTP authentication for the emails send into the contact center using a public website. The flow of the system to use the SMTP authentication is:
    Customer launches the website.
    Customer chooses to send the his/her query using the email from the website.
    Website asks for the customer’s address, so that the query can be 
    answered back to the provided email address say [email protected] .
    We have an account configured on the MS-Exchange 2010 say [email protected]
    So before sending the email the website system performs the SMTP Authentication using the credentials of [email protected]
    Now the system creates the email MIME using the email address provided by the customer on the website i.e. say [email protected].
    After successful SMTP authentication for the address   [email protected] system starts sending the email.
    Here we are facing the issue:
    While sending the email if the customer’s address is also configured on the same exchange used by the system i.e. exchange on [email protected] is configured
     then website system is able to relay or send the email.
    If the customer’s address is not configured on the same exchange used by the system where [email protected] is configured then the system is not able to send the email it results into the error of: “Client
    does not have permission to send as this sender [email protected].
    In short if the website performs the  SMTP authentication then it requires the FROM address configured on the same exchange used for the smtp authentication in the email MIME from address.
    Configuration tries:
    As suggested on various forums and at Microsoft tech group we tried following things but no success:
    Checked the checkbox “Authenticated Users”  selected “Accept any Sender”.
    Created a new relay and given the IP of the machine hosting the website or trying to send the email
    Run the command from the EMC “Exchange management console”
    Add-AdPermission -Identity "Default Receive Connector" -User "NT AUTHORITY\Authenticated Users" -ExtendedRights ms-Exch-SMTP-Accept-Any-Sender.

    You can create a new connector to which everything is permitted - eg New-ReceiveConnector -Name "Anonymous Relay" -Usage Custom -PermissionGroups AnonymousUsers -Bindings 10.2.3.4:25 -RemoteIpRanges 192.168.5.77

  • WEC7 DHCP Allocator not sending ACK for a DHCP client

    Hi All,
    I have a WEC7 device configured as DHCP Allocator.
    My PC (windows 7) will get ip from DHCP allocator successfully.
    WEC7 ip settings:
    ip: 169.254.0.1
    subnet: 255.255.0.0
    DNS: 0.0.0.0
    My PC Ip after got ip from WEC7 DHCP Allocator:
    ip : 169.254.0.3
    net mask: 255.255.0.0
    DHCP server: 169.254.0.1
    DNS server : 169.254.0.1
     Default Gateway: 169.254.0.1
    I have another device (Ethernet based energy Meter), I am getting below problem 
    -> Meter will send DHCP DISCOVER Command (Broadcast)
    -> DHCP Allocator Sends DHCP OFFER command back (Broadcast)
    -> Meter will send DHCP Request to DHCP Allocator (Broadcast)
    Now meter expects DHCP ACK command but DHCP allocator not sending any command.
    within ~3 sec Meter start sending DHCP DISCOVER Command. this will happen continuously.
    some time DHCP server will send ACK, but by that time Meter start sending DHCP DISCOVER command.
    I Tried testing this meter by connecting to my PC directly and running a simple DHCP Server on my PC, here Meter connected to sample server and got ip from server.
    The DHCP Concept is working with WEC7DHCP Allocator to PC client, Meter to PC as server but not with WEC7 server and Meter.
    I compared the packets, only the difference i can identify is PC client is configured with Host name and Meter not have nay host name.
    Any idea on whats wrong with WEC7 and Meter combination?
    Do you know any third party DHCP server?
    Please suggest me, 
    rakesh

    Hi All,
    The problem is not yest solved.
    As I mentioned in last post, only the difference between My PC and Meter is Meter don't have Device Name and we are not able to configure it.
    Device Name is the real Problem? If yes how can i eliminate this dependency?
    For Static ip allocation at HKEY_LOCAL_MACHINE\Comm\ConnectionSharing\Addresses\Address, aslo there is dependency on Device name, is it possible to map the ip to MAC instead of Device name?
    One more thing I observer that, DHCP allocator will send response for DISCOVER or REQUEST after 3 seconds.  As Meter will send next discover before getting ACK, please check below log.
    But in PC the entire DHCP registration will finish within 1 sec, I am not understanding why DHCP Allocator delaying for responding 
    Any suggestions will be really appreciated. Please recommend any third party DHCP Server if any available (we are ready to purchase also)
    Thanks in Advance
    DHCP Allocator (WEC7) Ip: 169.254.0.1
    ip allocated from WEC7 for my PC : 169.254.0.15
    Meter ip : 0.0.0.0 
    rakesh

  • TS3276 when I re-send an e-mail with an attachment it does not send the attachment just  the name of the file what can I do to have it re sent complete??? thanks

    Something happened to my laptop. I try to resend e-mails with files and just sends the email with the file name, does not send the file. what can I do to fix this??? thanks

    In Mail, go to:
    Edit > Attachments
    and check "Include original attachments in reply" in Mail's menu.

  • Client does not have permissions to send as this sender

    I have an Exchange 2013 setup. I have enable POP3/IMAP4. Most of users can send/receive message via POP3/IMAP4 from Outlook 2010/2007.one my account [email protected]
    able to  receive message via POP3 but not able to send message . When this account send mail we got the following error:
    Your message did not reach some or all of the intended recipients.
          Subject: report
          Sent: 10/10/2014 10:52 AM
    The following recipient(s) cannot be reached:
          [email protected]' on 10/10/2014 10:52 AM
                550 5.7.1 Client does not have permissions to send as this sender
     [email protected]
    Thanks and regards,
    Dipendra paudel
    Dipendra Paudel

    Hi Dipnedra
    Please check wether the problematic account is in the
    Protected Groups:
    Title: AdminSDHolder, Protected Groups and SDPROP
    Link:
    http://technet.microsoft.com/en-us/magazine/2009.09.sdadminholder.aspx
    If the answer is YES, please quit these groups or try to create another account to test this issue.
    Regards,

  • My simple chat server does not send messages to connected clients

    Hi!
    I´m developing a chat server. But I can not get it work. My client seems to make a connection to it, but my server does not send the welcome message it is supposed to send when a client connects. Why not?
    removedEdited by: Roxxor on Nov 24, 2008 10:36 AM

    Ok, I solved my previous problem and now I have got a new really annoying one.
    This is a broadcasting server which meand it can handle multiple clients and when one client sends a message to the server, the server should broadcast the message to all connected clients. It almost works, except that the server just sends the message back to the last connected client. The last connected client seems to steal the PrintStream() from the other clients. How can I solve that?
    import java.io.*;
    import javax.microedition.io.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import java.lang.Character;
    import java.io.OutputStream;
    import java.util.Vector;
    public class ChatServer extends MIDlet implements CommandListener, Runnable
         private Display disp;
         private Vector connection = new Vector();          
         private TextField tf_port = new TextField("Port: ", "", 32, 2);               
         private Form textForm = new Form("Messages");
         private Form start_serverForm = new Form("Start server", new Item[] {  tf_port });
         private Command mExit = new Command("Exit", Command.EXIT, 0);
         private Command mStart = new Command("Start", Command.SCREEN, 0);
         private Command mDisconnect = new Command("Halt server", Command.EXIT, 0);
         ServerSocketConnection ssc;
         SocketConnection sc;
         PrintStream out;
         public ChatServer()
              start_serverForm.addCommand(mExit);
              start_serverForm.addCommand(mStart);
              start_serverForm.setCommandListener(this);
              tf_port.setMaxSize(5);
              textForm.addCommand(mDisconnect);
              textForm.setCommandListener(this);
         public void startApp()
              disp = Display.getDisplay(this);
              disp.setCurrent(start_serverForm);
         public void pauseApp()
         public void destroyApp(boolean unconditional)
         public void commandAction(Command c, Displayable s)
              if(c == mExit)
                   destroyApp(false);
                   notifyDestroyed();
              else if(c == mStart)
                   Thread tr = new Thread(this);
                   tr.start();
              else if(c == mDisconnect)
                   try
                        sc.close();                              
                   catch(IOException err) { System.out.println("IOException error: " + err.getMessage()); }
                   destroyApp(false);
                   notifyDestroyed();
         public void run()
              try
                   disp.setCurrent(textForm);
                   ssc = (ServerSocketConnection)Connector.open("socket://:2000");
                   while(true)               
                        sc = (SocketConnection) ssc.acceptAndOpen();     
                        connection.addElement(sc);                                                  
                        out = new PrintStream(sc.openOutputStream());
                        textForm.append(sc.getAddress() + " has connected\n");
                        ServerToClient stc = new ServerToClient(sc);
                        stc.start();
              catch(IOException err) { System.out.println("IOException error: " + err.getMessage()); }
              catch(NullPointerException err) { System.out.println("NullPointerException error: " + err.getMessage()); }
         class ServerToClient extends Thread
              String message;
              InputStream in;
              SocketConnection sc;
              ServerToClient(SocketConnection sc)
                   this.sc = sc;
              public void run()
                   try
                        in = sc.openInputStream();
                        int ch;
                        while((ch = in.read())!= -1)                         
                             System.out.print((char)ch);
                             char cha = (char)ch;                              
                             String str = String.valueOf(cha);                    
                             out.print(str);
                             //broadcast(str);
                             textForm.append(str);                              
                        in.close();
                        //out.close();
                           sc.close();
                   catch(IOException err) { System.out.println("IOException error: " + err.getMessage()); }
    }

  • 5.7.1 Client does not have permissions to send as this sender - NLB

    Hi there- we have an application which sends out email notifications to a third party vendor. The vendor was previously using Exchange Server 2010 and they have recently migrated to Exchange Server 2013. They have also implemented NLB and have two Client
    Access Servers configured. 
    Our application has been spitting out "SMTP 5.7.1 Client does not have permissions to send as this sender" errors ever since the vendor has implemented NLB. As our application uses the IP address of the Exchange Server, we have tried specifying
    the IP address of both the Client Access Servers but that did not help. We then tried specifying the IP address of the NLB which did not make any difference either. The vendor has confirmed that anonymous relay has been enabled on the receive connectors of
    both the Client Access Servers. I must add that our application sits on the vendor's server and the application and exchange servers are in the same domain. The "Send From" email address is an existing mailbox configured by the vendor. 
    Telnet from the App server to the NLB on port 25 has gone through without any dramas.
    Is there anything else we would need to check to get this working?
    Cheers

    Hi 
    Ensure that an dedicated relay connector is created in new exchaneg 2013 server  
    assign the correct subnets and the ip address of the app server into the relay connector
    Run the below command to grant anonymous permission on the relay connector
    Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"
    Specify the ip address of the mailbox server in your app server since the transport core services resides on mailbox server and cas server acts as stateless proxy
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2013-04-30T16:36:52). Exception Message: Cannot send mails to mail server. (Mailbox unavailable. The server response was: 5.7.1 Client does not

    Interesting db mail issue. If i click send test mail from sql mgmt studio, it works fine, but when i execute a SP to send a mail, it fails. One thing I noticed is that the "LastModified" column in the mail log shows the domain account when a test
    mail was sent from mgmt studio, but show "sa" when the SP was used to send mail. 
    This is from SQL 2012, did not see this in sql 2008, looks like 2008 always used the service account.  any ideas ?
    Get this error:
    The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2013-04-30T16:36:52). Exception Message: Cannot send mails to mail server. (Mailbox unavailable. The server response was: 5.7.1 Client does not
    Thanks.
    Ranga

    Hi Ranga,
    I also use SQL Server 2012. I send a test email through SQL Server Management and the last modified By “sa”.
    If you used stored procedure to send a test email. Please use the command below:
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'Adventure Works Administrator',
    @recipients = '[email protected]',
    @body = 'The stored procedure finished successfully.',
    @subject = 'Automated Success Message' ;
    I can both send test email through SQL Server Management Studio and SP. Make sure you have the right profile. Since you could send test mail via SQL Server Management Studio, please try again to send it via SP.
    Thanks.
    If you have any feedback on our support, please click
    here.
    Maggie Luo
    TechNet Community Support

  • Email (name) keyboard shortcut does not send on my Q10

    I'm not sure if anyone has this issue. I use shortcut Email (name) and the Q10 pulls up a Compose screen where I can write a new email, can add Send To, etc., but when I click SEND, it does not send. I notice the Account field is missing my email account. and the SEND button is grey-ed out. but my email account is already set up in the Hub.
    Is there something I forgot to set?

    I posted a screenshot over at crackberry.com too
    http://forums.crackberry.com/blackberry-q10-f272/email-name-keyboard-shortcut-does-not-send-my-q10-8...

Maybe you are looking for

  • Iwl3945/mac80211 (ad-hoc) malfunctions after latest update to 2.6.26?

    Hello guys ;- ), I have been using Arch on this specific laptop(intel pro wireless 3945 wifi ward) for around 10 months now,  and pretty much every time up to last update  ad-hoc networking *always* worked.The driver i used in past months was iwl3945

  • Warning - KB2984972 and App-V 4 and App-V 5 Packages

    The above Security Update went on to all of our W7 PC last night as part of Patch Tuesday and broke a large number of our existing 4.6 Autodesk related packages. AutoCAD itself was not affected but Revit, Navis, DWG TrueView all were. Not got to the

  • Dreamweaver CS3 After Mac Software Update

    Dreamweaver CS3 has an issue with CSS background display and other display issues after installing latest Mac software updates. Display in browser is unaffected. The culprit seems to be the Quicktime Version 7.6 update. Changes to the folder located

  • N97 Camera switches on & off continuously

    Help!  For no apparent reason ie not connected with anything I've done to the phone, the camera has started turning on & off almost randomly, regardless of whther the slide cover or the lock key are engaged.  Sometimes the cycle is a few seconds, som

  • Enable Hoover Menu in Ajax Top-Level-Navigation

    Hi all, currently we´re upgrading from 7.0. SPS18 to EHP2 SP6. We want to use the AJAX framework page. We also want to have a hoover menu in the Top-Level-Navigation. I´m aware of the tutorial in the SDN (http://www.sdn.sap.com/irj/scn/go/portal/prtr