Ways to securely connect to remote machine - own lan

hi,
I just wondered which possibilities you have to securely connect to another machine in your own lan, with java.
I want to connect to it, then when the connection is established (encrypted traffic of course) I want to be able to read some data of the other box, then of course close the connection.
which ways does java offer to do this securely ?
so far,
stefan g.

ok, I don't want to disturb you people, so it is my last trial.
I don't know much about java-security, especially kind of network-security.
afaik it is possible to use SSH, can I do something with that ?
can SSL be used for this purpose ?
so far,
stefan g.

Similar Messages

  • Test connectivity to remote machine

    I have created a web service consumer proxy to call a web service on a remote host from our SAP machine. However, ICF in SAP tells me that the connection to that remote host has been refused, so there might be a problem with firewall in between.
    To check that I would need to make a test-connection from the SAP host to the remote machine, on a specific TCP port. Usually I would do that via telnet on the shell, but I do not have a shell access to the SAP machine.
    So my question: Is there a way within SAP to test the connection to a specific port on a remote host?

    Hi,
    yes works fine.
    If the port is closed
    Trying...                                                                                                                                                                                                                                                      telnet: connect: A remote host refused an attempted connect operation.                                                                                                                                                                                         External program terminated with exit code
    If the Port is open
    Trying...                                                                                                                                                                                                                                                      Connected to 127.0.0.1.                                                                                                                                                                                                                                        Escape character is '^]'.                                                                                                                                                                                                                                      Connection closed.

  • Forms Error When Connect To Remote Machine

    I install the Oracle8 on a machine and then install Developer2.1 on it.
    I install The oracle8 on another machine.
    I install Server installation on both machine on NT platefom.
    I connect the sql of one machine to other Database it was connected and there was no error. But I try to connect the forms Builder to the remote machine database it was reported an error
    " tns: Unable to connect the databse"
    What is problem Please Help me
    Your,s
    [email protected]
    null

    As a copy of this query has been posted to the CR design forum at 11:21, assuming this is indeed a design question.
    Thus setting this thread as answered.
    - Ludek

  • Win 7 pro sends incorrect username when attempting to connect to another machine on lan

    Under 'Network -- when typing name such as \\computer0:
    Cannot successfully login/join/access xp pro machine on lan under win 7 PRO sp1 (\\computer1) but CAN do so under win 7 home premium sp1 (\\computer2).
    Looked at credential manager (on both computer1&2) and entries for \\computer0 are almost identical. Successful machine shows username: \\COMPUTER2-MACHINE\myusername and unsuccessful PRO machines shows username: myusername. Passwords are correct and
    the same.
    When I created a new entry on \\computer1 as 10.0.0.11 for \\computer0 and added the same username and password, it DOES logon/connect/access computer0.
    I am certain the username is being passed incorrectly as the currently logged on user on computer0 rather than the user name defined in credential manager.  I have run Wireshark on computer0 during the failing computer1 attempt to access \\computer0
    AND during the successful access by \\computer2 to access \\computer0 AND when \\computer1 successfully accesses computer0 via using \\10.0.0.11  The username in the security blob | ntlm secure service provider ... is clearly shown to NOT be what is defined
    in credential manager.
    Any thoughts? suggestions?
    tia,
    Steve

    Hello Andy,
    Thanks for your suggestion.  I tried it.  No luck.  Same situation. CAN logon to \\10... but not to \\computer0
    I deleted the entries. Rebooted. Tried access to \\computer0. Failed. Created credential. Tried. Failed. Tried \\10... Failed. Created credential for 10... Tried. Succeeded.
    Can you tell me how I can completely delete the credentials?  (It's a recently purchased used laptop and not much of mine installed on it yet.)
    Are there any 'reserved word' credentials that might conflict with my 'computer0'?  It's real name is \\ma785gm after it's motherboard.
    Thanks,
    Steve

  • Connecting from remote machine

    This topic seems to have been talked about alot, but I've got another variation of the problem. I get the following error when I try to connect from a client machine to my IFS server:
    oracle.ifs.common.IfsException: IFS-10110: Unable to construct directory service
    oracle.ifs.common.IfsException: IFS-10140: Unable to instantiate credential manager Ifs
    oracle.ifs.common.IfsException: IFS-10150: Unable to construct credential manager (oracle.ifs.server.IfsCredentialManager)
    oracle.ifs.common.IfsException: IFS-10176: Unable to get credential manager version
    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'IFSSYS$CM.IFSCREDENTIALMANAGERPACKAGE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    PLS-00201: identifier 'IFSSYS$CM.IFSCREDENTIALMANAGERPACKAGE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    My question is that I see the code is trying to access IFSSYS$CM. ...PACKAGE. When my IFS was set up, I used IFSTEST instead of IFSSYS, so in my IFS database the package does exist as IFSTEST$CM.... My first thought was that my IfsDefault (the service I'm trying to use) had the wrong user in it, but it does have User: IFSTEST.
    Any suggestions?
    Charlie

    Yeah, that would be a CLASSPATH issue. You've got the wrong version of the JDBC classes (classes12.zip). Make sure you're pointing to the one in $ORACLE_HOME/jdbc/lib -- and if you are, then copy the "one that works" from the iFS server machine to your client machine. That is, if iFS is even working on that machine. The missing library (when using classes111.zip) is very disturbing. I don't know why you're having such trouble with the JDBC library. Make sure you've got ORACLE_HOME/lib in your LD_LIBRARY_PATH.
    Now, please note that you cannot mix JDBC versions. That is, if you compile with JDK 1.1.8, you better be using classes111.zip when compiling and when running. With JDK 1.2, use classes12.zip.
    Also, your configuration is a little "weird". Really, you've got two server machines, both of which are essentially database AND iFS servers. On the "client" machine, you're just using Net8 software to talk to the other database, even though you've got the whole database installed. You may as well just install the Oracle 8i Client there. That's all you need.
    Secondly, iFS doesn't really have the notion of a "client", at least not the way you're working with it. If you copy the iFS jars and the service properties file (IfsDefault.properties) and run an iFS application on your "client", you're really running an full iFS server (I guess you could think of it as a "fat client" if you're familiar with that terminology). Currently, the way we have designed iFS is to have protocol servers provide the link between clients and the iFS server. That is, you could run a web browser (on a true client machine) and access the iFS server. Or you could map a network drive to the iFS server.
    Anyway, feel free to ask more questions.

  • When I try to connect to a remote machine using IPSecuritas, am getting the following error

    When am trying to connect to remote machine using IPSecuritas, I am getting the following error and hence not able to establish connection. Imported the security policy and when I start IPSec,  I get this error.
    Info     APP  IKE daemon started
    Info     APP  IPSec started
    Error    IKE  Foreground mode.
    Info     IKE  @(#)ipsec-tools CVS (http://ipsec-tools.sourceforge.net)
    Info     IKE  @(#)This product linked OpenSSL 0.9.7l 28 Sep 2006 (http://www.openssl.org/)
    Info     IKE  Reading configuration from "/Library/Application Support/Lobotomo Software/IPSecuritas/racoon.conf"
    Info     IKE  Resize address pool from 0 to 255
    Error    IKE  failed to bind to address 192.168.1.2[4500] (Address already in use).
    Info     APP  IKE daemon terminated
    Error    IKE  failed to bind to address 192.168.1.2[500] (Address already in use).
    Error    IKE  no address could be bound.
    Info     APP  IPSec terminated
    Please help me in fixing this issue. Thanks in advance!!..
    Thanks,
    RV

    Is this music purchased back in DRM days? I don't actually have any iTunes music so I can't test with my iTunes 7.5, but I know that without iTunes 10 you cannot even connect to the store anymore.  I wouldn't think that would require an active connection to the store all the time, otherwise how could you play music on a computer in the middle of nowhere?  Did you do something to trigger iTunes suddenly wanting to connect and check on machine authorization?

  • Securely identifying a remote physical machine

    Hi,
    Is there a way of securely identifying a remote physical machine? I don't mean by using a public/private key mechanism, because I want to identify the physical machine, NOT the user, for program piracy issues.
    I posted this to the general security forum, but I think I have a better chance using some low-level network mechanism?
    TIA,
    Reggie

    I thought commercial programmers always had access to
    some unique network machine ID, like the one ActiveX
    uses to create a UID to create a unique ID for their
    ActiveX control?It's easy to generate a unique ID. But such an ID isn't secure. The user can change it, force it to be regenerated, move it to a different system, or otherwise compromise some aspect of its uniqueness/security.
    If you're willing to rely on users not being malicious, there are a lot of ways you can generate unique IDs which would identify the machine in question. If you were to combine the current time, the machine's IP address and some random value, you would have a nearly-guaranteed unique ID, but one that is only sufficient in a friendly environment.
    The "standard" UUID generator is based on the current time and the machine's MAC address. Here is some information on it:
    http://www.opengroup.org/onlinepubs/9629399/apdxa.htm

  • JMF : Audio can not be played from the remote machine

    Hi,
    I am developing voice chat application.
    As the moment this writing I can capture from mic and play it from the same machine.
    But when I capture and transmit audio from one machine and try to play from remote machine in LAN it does not work.
    Could anybody tell me please What would be the possible causes for this ? I have given the code below.
    //Transmitter
    package lsf.telphony.test;
    import java.io.IOException;
    import java.util.Vector;
    import javax.media.CannotRealizeException;
    import javax.media.CaptureDeviceInfo;
    import javax.media.CaptureDeviceManager;
    import javax.media.DataSink;
    import javax.media.Format;
    import javax.media.Manager;
    import javax.media.MediaLocator;
    import javax.media.NoDataSinkException;
    import javax.media.NoDataSourceException;
    import javax.media.NoProcessorException;
    import javax.media.NotRealizedError;
    import javax.media.Processor;
    import javax.media.ProcessorModel;
    import javax.media.format.AudioFormat;
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.DataSource;
    public class MediaTransmetter implements Runnable
         private MediaLocator mediaLocator = null;
         private DataSink dataSink = null;
         private Processor mediaProcessor = null;
         public static String errorString;
         private CaptureDeviceInfo captureDeviceInfo = null;
         public MediaTransmetter(String rtpURL)
              DataSource dataSource = null;
              ProcessorModel model = null;
              Format formats[] = null;
              ContentDescriptor contentDescriptor = null;
              try
                   captureDeviceInfo = getCaptureDevice();
                   mediaLocator = captureDeviceInfo.getLocator();
                   dataSource = javax.media.Manager.createDataSource(mediaLocator);
                   contentDescriptor = new ContentDescriptor(ContentDescriptor.RAW_RTP);
                   formats = new Format[] { new AudioFormat (AudioFormat.LINEAR) };
                   model = new ProcessorModel(dataSource, formats, contentDescriptor);
                   mediaProcessor = Manager.createRealizedProcessor(model);               
                   MediaLocator outputLocator = new MediaLocator(rtpURL);
                   dataSink = Manager.createDataSink(mediaProcessor.getDataOutput(), outputLocator);               
              } catch (Exception e)
                   e.printStackTrace();
         @SuppressWarnings("unchecked") //check for this statement
         private CaptureDeviceInfo getCaptureDevice()
              CaptureDeviceInfo captureDeviceInfo;
              Vector<CaptureDeviceInfo> deviceListVector = CaptureDeviceManager.getDeviceList(new AudioFormat(AudioFormat.LINEAR));
              for (int i = 0; i < deviceListVector.size(); i++)
                   captureDeviceInfo = (CaptureDeviceInfo)deviceListVector.elementAt(i);
                   System.out.println("captureDeviceInfo = " + captureDeviceInfo);
                   return captureDeviceInfo; // here the firt element is return. Add to login to get the specific CaptureDeviceInfo object.
              return null;
         @Override
         public void run()
              try
                   dataSink.open();
                   dataSink.start();
              } catch (SecurityException e)
                   e.printStackTrace();
              } catch (IOException e)
                   e.printStackTrace();
              mediaProcessor.start();
              System.out.println("Transmitting started successfully.");
         public static  void main(String[] args) { // Loads pastry settings
              MediaTransmetter mediaTransmetter = new MediaTransmetter("rtp://192.168.2.2/audio");
              Thread mediaTransmetterThread = new Thread(mediaTransmetter);
              mediaTransmetterThread.start();
    }//AudioReceiver
    package lsf.telphony.test;
    import javax.media.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    public class MediaReceiver extends JFrame implements Runnable
         private static final long serialVersionUID = 1L;
         private static final String FRAME_TITLE = "Telphony Media Player";
         private static final String CONTROL_PANEL_TITLE = "Control Panel";
         private static final int LOC_X = 100;
         private static final int LOC_Y = 100;
         private static final int HEIGHT = 500;
         private static final int WIDTH = 500;
         private Player player = null;
         private JTabbedPane tabPane = null;
         public MediaReceiver()
              super(FRAME_TITLE);
              setLocation(LOC_X, LOC_Y);
              setSize(WIDTH, HEIGHT);
              tabPane = new JTabbedPane();
              getContentPane().add(tabPane);
              addWindowListener(new WindowAdapter()
                   public void windowClosing(WindowEvent e)
                        closeCurrentPlayer();
                        System.exit(0);
         private JPanel createMainPanel()
              JPanel mainPanel = new JPanel();
              GridBagLayout gbl = new GridBagLayout();
              GridBagConstraints gbc = new GridBagConstraints();
              mainPanel.setLayout(gbl);
              boolean visualComponentExists = false;
              if (player.getVisualComponent() != null)
                   visualComponentExists = true;
                   gbc.gridx = 0;
                   gbc.gridy = 0;
                   gbc.weightx = 1;
                   gbc.weighty = 1;
                   gbc.fill = GridBagConstraints.BOTH;
                   mainPanel.add(player.getVisualComponent(), gbc);
              if ((player.getGainControl() != null) && (player.getGainControl().getControlComponent() != null))
                   gbc.gridx = 1;
                   gbc.gridy = 0;
                   gbc.weightx = 0;
                   gbc.weighty = 1;
                   gbc.gridheight = 2;
                   gbc.fill = GridBagConstraints.VERTICAL;
                   mainPanel.add(player.getGainControl().getControlComponent(), gbc);
              if (player.getControlPanelComponent() != null)
                   gbc.gridx = 0;
                   gbc.gridy = 1;
                   gbc.weightx = 1;
                   gbc.gridheight = 1;
                   if (visualComponentExists)
                        gbc.fill = GridBagConstraints.HORIZONTAL;
                        gbc.weighty = 0;
                   } else
                        gbc.fill = GridBagConstraints.BOTH;
                        gbc.weighty = 1;
                   mainPanel.add(player.getControlPanelComponent(), gbc);
              return mainPanel;
         public void setMediaLocator(MediaLocator locator) throws Exception, IOException, NoPlayerException,
                   CannotRealizeException
              setPlayer(Manager.createRealizedPlayer(locator));
         public void setPlayer(Player newPlayer)
              closeCurrentPlayer();
              player = newPlayer;
              tabPane.removeAll();
              if (player == null)
                   return;
              tabPane.add(CONTROL_PANEL_TITLE, createMainPanel());
              Control[] controls = player.getControls();
              for (int i = 0; i < controls.length; i++)
                   if (controls.getControlComponent() != null)
                        tabPane.add(controls[i].getControlComponent());
         private void closeCurrentPlayer()
              if (player != null)
                   player.stop();
                   player.close();
         public static void printUsage()
              System.out.println("Usage: java MediaPlayerFrame mediaLocator");
         public void run()
              try
                   MediaReceiver mpf = new MediaReceiver();
                   mpf.setMediaLocator(new MediaLocator("rtp://192.168.2.2:10000/audio"));
                   mpf.show();
              } catch (Exception t)
                   t.printStackTrace();
         public static void main(String[] args) { // Loads pastry settings
              MediaReceiver mediaReceiver = new MediaReceiver();
              Thread mediaReceiverThread = new Thread(mediaReceiver);
              mediaReceiverThread.start();

    By the way the program does not terminate immediately after starting it. According to your advice I tried removing running it inside in a thread and making it sleep at several points appropriate. No luck.
    I wonder why packets are not sending even the program is running until the end of the line with no exception.
    Have you tried to capture RTP packet traffic with Wireshark or similar kind of network analyzing software with this kind of program?
    I am doubt whether my program is actually transmitting packets but unable to capture those due to the error with transmitter.
    Even with the Wireshark It does not capture outgoing packets.
    And another thing I noticed with netstat is it shows two pots get opened when running the application but those ports are not the one I note in the program.
    For example I run the program with port number as 10000 (sink: setOutputLocator rtp://192.168.2.104:10000/audio). But when I check it with netstat some other ports are open.
    i.e
    nuwan@nuwan-laptop:~/eclipse$ netstat -anup
    (Not all processes could be identified, non-owned process info
    will not be shown, you would have to be root to see it all.)
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    udp 0 0 0.0.0.0:68 0.0.0.0:* -
    udp 0 0 0.0.0.0:40526 0.0.0.0:* -
    udp 0 0 0.0.0.0:5353 0.0.0.0:* -
    udp6       0      0 127.0.1.1:28864         ::: 10772/java*
    udp6       0      0 127.0.1.1:28865         ::: 10772/java*
    nuwan@nuwan-laptop:~/eclipse$
    And each time when I start the program these two ports are changed also.
    And foreign address is not shown ? Any comment for that??
    Is there anything that can be drawn from above information which caused for not working my program.
    This is killing me. And also making me sharper. And I cant leave this behind also. So highly appreciate you time and help.
    Thanks.

  • Creating directories in a remote machine.

    Hi all,
    Is there any way to create directories in remote machines?
    I'm sending files from a server machine to a client machine.
    Now I'm just sending them in bytes and writing them in the client in a file already created.
    Please help me to dynamically create files and directories in the client machine.
    Thanks in advance.

    hi,
    u can pass the Directories list (or path)and then create them there using mkdir() and mkdirs().
    refer java.io.File in API.
    can u suggest me a way to do this?
    I am working in a project where i need to get files from a folder present in local drives or from a shared folder in some other machine connected in the LAN
    I'm having problem with accessing files in a shared folder i.e., I'm getting Null Pointer Exception.Should the folder be considered as a file in a remotehost and that host be connected with my machine?
    Is there anyway to do this?

  • How to startx on remote machine's monitor

    Hi there,
    I would like to startx on a remote machine, having the X session on that remote machine's display/monitor.
    Background: My machines all run Arch linux, and they all dont use a graphical login manager (like GDM or KDM or such). I usually log into tty, and type in "startx" to start my XFCE4 session. While on work, I sometimes connect to my home-machine via VNC. This works nice. Sometimes, I do stuff that requires my remote machine (at home) to reboot.
    If I do so, there is no way to re-connect to the machine, as my VNC-connection needs a running X session (for x11vnc in my case). So, I need a procedure to somehow connect to my freshly rebooted remote machine (to TTY1) in order to type in username, password and "startx".
    Could someone please give a hint how to do that?
    Last edited by produnis (2015-01-17 17:14:56)

    Would https://wiki.archlinux.org/index.php/Xpra work?

  • Applet is not reading remote machine(socket)

    i have created a java applet chat which has to connect to the remote system for chating. it is working well in local machine but it throws security error while trying to connect to remote machine where the server part of chat is located.
    Help me!

    Applet security demands that an applet can connect to a machine which belongs to the same domain only
    for eg., if u call a html as http://10.1.1.1/test.html and the applet in that html calls http://10.1.1.1/myServlet, then u will not have a problem. Else, u must sign the applet to work with any domain.

  • How to make OTM scripts to run on remote machines

    Hi,
    I came across lot of posts which tells how to configure OTM to connect to remote machines.
    Some how i dont understand when they say stop the OATS service and configure it manually
    Also to use the password for authentication manager.
    What i really want to know is step by step for a layman to set up OTM to run scripts on a remote desktop and on the local with the execution being displayed (not suppressed)
    How do we configure that?
    Any help is deeply appreciated!! my test cases are just stuck inprogress status
    Thanks
    Radhika

    Hi Radhika,
    For running Scripts from either the server or the remote machine using OTM you need to run the Agent Manager service as a console not the OATS service. For that you need to stop that service--> set the startup type as manual--> the run the ' C:\OracleATS\agentmanager\bin\AgentManagerService.exe –c AgentManagerService.conf ' command in the CMD to run this service as a console. Because this agent manager service is for OLT to communicate with its agents and works fine even if it is set to automatic or manual and started normally. Hope this helps.....
    Regards,
    Charles Kingsly

  • Secure connection error pops up on every website. How do I disable it?

    keep getting certificate warnings on all websites.

    Some firewalls monitor secure connections and send their own certificate instead of the certificate from the web server.<br />
    You can check that if you click through the steps and get the certificate and look at the issuer.<br />
    In such cases you need to install the root certificate of that firewall to make Firefox recognize the issuer of the certificate or disable monitoring secure connections (port 443).<br />
    See also http://kb.mozillazine.org/Firewalls and [[Firewalls]]<br />

  • How to login to remote machine using SSH?

    Hi,
    I have a requirement where in I am required to connect to a remote machine using SSH and execute some commands, say a tail -100 on some file over there and pull back output data from the remote machine.
    I know we can use sockets to connect to remote machines and Runtime.exec to execute external commands. But I am unable to tie together the two of these to achieve whatever I want to do.
    Is it possible to somehow connect w/o using a custom server socket? The problem is that there is no concrete list of servers to connect to. It will be decided by the user. So I will not be able to install a server socket on each and every machine.
    Any help would be most appreciated. Thanks a lot.
    With regards,
    Ganesh

    Hi,
    I am writing a java program that will try to use a SSH client to connect to a remote machine. I do not want to log into every single remote machine to moitor stuff over there.
    My plan goes like this:
    Have a web application that can connect to a DB for all information regarding remote servers to be monitored.
    Based on user selection of a particular server, use data from the DB to connect to the particular remote server and pull in some data.
    Hope I am clear enough now. Thanks a lot.
    Ganesh

  • Unable to connect to WMI (r) on remote machine "SCCMCLIENT03"

    Hi!
    I'm in the process of configuring the XP firewall to support the Client Push installation method that SCCM offers. At the moment I'm quite happy with the result. The SCCM client agents are installed properly on my reference machines.
    To secure that the WMI functionality is up and running I have (prior to the client agent installation) run wbemtest with following parameter (from server to client, and vice versa):
    \\host\root\cimv2
    I successfully contacted that specific namespace on both ends. But when I trace the log I find the following error which still indicates that something is wrong:
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Unable to connect to WMI (r) on remote machine "SCCMCLIENT03", error = 0x8004100e. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    Why do I get this? What am I missing here? I got the feeling of WMI functioning the way it should.
    Any hints on this one?
    In an MSDN-article (http://msdn.microsoft.com/en-us/library/aa389286(VS.85).aspx) I read the following lines:
    "If the user account that is on Computer A is not an administrator on Computer B, but the user account has Remote Enable permission on Computer B"
    Those lines are part of an article which describes how to configure Remote administrations properly. For that to work, does the computer account of my Central Site Server has to be part of the local administrators group on every client?
    Regards,
    Fredrik
    CCM.log
    Submitted request successfully SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 2408 (0x0968)
    Getting a new request from queue "Incoming" after 100 millisecond delay. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 2408 (0x0968)
    ======>Begin Processing request: "TI11WDUE", machine name: "SCCMCLIENT03" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    ---> Trying each entry in the SMS Client Remote Installation account list SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    ---> Attempting to connect to administrative share '\\SCCMCLIENT03.spost.nu\admin$' using account 'spost.nu\SA-SCCM_ClientPush' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    Received request: "HPS6133J" for machine name: "SCCMCLIENT02" on queue: "Incoming". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 2408 (0x0968)
    Stored request "HPS6133J", machine name "SCCMCLIENT02", in queue "Processing". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 2408 (0x0968)
    ---> Connected to administrative share on machine SCCMCLIENT03.spost.nu using account 'spost.nu\SA-SCCM_ClientPush' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    ---> Attempting to make IPC connection to share <\\SCCMCLIENT03.spost.nu\IPC$> SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    ---> Searching for SMSClientInstall.* under '\\SCCMCLIENT03.spost.nu\admin$\' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:13 1704 (0x06A8)
    ---> System OS version string "5.1.2600" converted to 5,10 SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Service Pack version from machine "SCCMCLIENT03" is 3 SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Unable to connect to WMI (r) on remote machine "SCCMCLIENT03", error = 0x8004100e. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Creating \ VerifyingCopying exsistance of destination directory \\SCCMCLIENT03\admin$\system32\ccmsetup. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Copying client files to \\SCCMCLIENT03\admin$\system32\ccmsetup. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Copying file "d:\Program Files\Microsoft Configuration Manager\bin\I386\MobileClient.tcf" to "\\SCCMCLIENT03\admin$\system32\ccmsetup\MobileClient.tcf" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Copying file "d:\Program Files\Microsoft Configuration Manager\bin\I386\ccmsetup.exe" to "\\SCCMCLIENT03\admin$\system32\ccmsetup\ccmsetup.exe" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:14 1704 (0x06A8)
    ---> Created service "ccmsetup" on machine "SCCMCLIENT03". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 1704 (0x06A8)
    ----- Started a new CCR processing thread. Thread ID is 0xc6c. There are now 2 processing threads SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    Submitted request successfully SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    Getting a new request from queue "Incoming" after 100 millisecond delay. SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    Found CCR "yb2xbq0a.CCR" in queue "Incoming". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    ======>Begin Processing request: "HPS6133J", machine name: "SCCMCLIENT02" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 3180 (0x0C6C)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0) SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 3180 (0x0C6C)
    ---> Attempting to connect to administrative share '\\SCCMCLIENT02.spost.nu\admin$' using account 'spost.nu\SA-SCCM_ClientPush' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 3180 (0x0C6C)
    Received request: "YB2XBQ0A" for machine name: "SCCMCLIENT01" on queue: "Incoming". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    Stored request "YB2XBQ0A", machine name "SCCMCLIENT01", in queue "Processing". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:15 2408 (0x0968)
    ---> Started service "ccmsetup" on machine "SCCMCLIENT03". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    ---> Deleting SMS Client Install Lock File '\\SCCMCLIENT03.spost.nu\admin$\SMSClientInstall.S01' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    ---> Completed request "TI11WDUE", machine name "SCCMCLIENT03". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    Deleted request "TI11WDUE", machine name "SCCMCLIENT03" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    <======End request: "TI11WDUE", machine name: "SCCMCLIENT03". SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    ======>Begin Processing request: "YB2XBQ0A", machine name: "SCCMCLIENT01" SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    ---> Trying the 'best-shot' account which worked for previous CCRs (index = 0x0) SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    ---> Attempting to connect to administrative share '\\SCCMCLIENT01.spost.nu\admin$' using account 'spost.nu\SA-SCCM_ClientPush' SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:16 1704 (0x06A8)
    Submitted request successfully SMS_CLIENT_CONFIG_MANAGER 2009-03-10 11:12:17 2408 (0x0968)

    Here is what is in my ccmsetup.log
    <![LOG[GetSSLCertificateContext failed with error 0x87d00280]LOG]!><time="16:19:22.341+240" date="04-04-2012" component="ccmsetup" context="" type="3" thread="984" file="ccmsetup.cpp:5356">
    <![LOG[GetHttpRequestObjects failed for verb: 'GET', url: 'HTTPS://TEST-SCCM.copt.local/CCM_Client/ccmsetup.cab']LOG]!><time="16:19:22.341+240" date="04-04-2012" component="ccmsetup" context="" type="3" thread="984" file="httphelper.cpp:942">
    <![LOG[DownloadFileByWinHTTP failed with error 0x87d00280]LOG]!><time="16:19:22.341+240" date="04-04-2012" component="ccmsetup" context="" type="3" thread="984" file="httphelper.cpp:1076">
    <![LOG[CcmSetup failed with error code 0x87d00280]LOG]!><time="16:19:22.341+240" date="04-04-2012" component="ccmsetup" context="" type="1" thread="3496" file="ccmsetup.cpp:9454">
    And in my ccm.log:
    ---> Attempting to connect to administrative share '\\SCCMCLIENTTEST1\admin$' using account 'corporate\sccmadmin'~  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.338+240><thread=2708 (0xA94)>
    ---> The 'best-shot' account has now succeeded 1 times and failed 0 times.  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.400+240><thread=2708 (0xA94)>
    ---> Connected to administrative share on machine SCCMCLIENTTEST1 using account 'corporate\sccmadmin'~  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.400+240><thread=2708 (0xA94)>
    ---> Attempting to make IPC connection to share <\\SCCMCLIENTTEST1\IPC$> ~  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.400+240><thread=2708 (0xA94)>
    ---> Searching for SMSClientInstall.* under '\\SCCMCLIENTTEST1\admin$\'~  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.405+240><thread=2708 (0xA94)>
    ---> System OS version string "6.1.7601" converted to 6.10  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.778+240><thread=2708 (0xA94)>
    CWmi::Connect(): ConnectServer(Namespace) failed. - 0x8004100e~  $$<SMS_CLIENT_CONFIG_MANAGER><04-04-2012 16:09:19.826+240><thread=2708 (0xA94)>
    ---> Unable to connect to WMI (root\ccm) on remote machine "SCCMCLIENTTEST1", error = 0x8004100e

Maybe you are looking for