PC Review


Reply
Thread Tools Rate Thread

How to dissable the network conection

 
 
Miquel Blasco
Guest
Posts: n/a
 
      29th Jul 2003

Hi all,

I need that user can set the IP address of the system.
I am using a custom shell, with EWF to protect the image
stored in a CF.
I save the IP address, set by the user, out of the EWF partition
and I set it with netshell when system boots.

When I protect the image with EWF, the network connection is
enabled with DHCP.

The problem is every time the system boots, it tries to get an
IP with DHCP, and it takes 1 or 2 minutes, and I can't set
the user IP until DHCP finishes.

Is possible to dissable the network connection before ETPREP, and
enable it every time before I set the IP address?


Many Thx,


--

Miquel Blasco
Vision y Robotica Aplicada


 
Reply With Quote
 
 
 
 
Andy Allred [MS]
Guest
Posts: n/a
 
      29th Jul 2003
Hi Miguel.

Have you tried disabling the "DHCP Client Service" component in your
configuration within TD? This will remove DHCP client capability in the
runtime.

Please let us know how it worked out.

Thanks
Andy

--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


"Miquel Blasco" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hi all,
>
> I need that user can set the IP address of the system.
> I am using a custom shell, with EWF to protect the image
> stored in a CF.
> I save the IP address, set by the user, out of the EWF partition
> and I set it with netshell when system boots.
>
> When I protect the image with EWF, the network connection is
> enabled with DHCP.
>
> The problem is every time the system boots, it tries to get an
> IP with DHCP, and it takes 1 or 2 minutes, and I can't set
> the user IP until DHCP finishes.
>
> Is possible to dissable the network connection before ETPREP, and
> enable it every time before I set the IP address?
>
>
> Many Thx,
>
>
> --
>
> Miquel Blasco
> Vision y Robotica Aplicada
>
>



 
Reply With Quote
 
Miquel Blasco
Guest
Posts: n/a
 
      29th Jul 2003
Hi Andy,

I have tried it but, I have found a lot of problems:

many components have dependencies on DHCP client, like Netshell,
TCP/IP Networking, TCP/IP Utilities, etc...

if I ignore it and build the image, FBA finds errors because
DHCPCXVC.dll is needed.

And at the end, the network connection doesn't work. I'm not able to
set the IP address with netsh, ipconfig fails, and so on...

Many Thanks but, any other idea?

Miquel


"Andy Allred [MS]" <(E-Mail Removed)> escribió en el mensaje
news:Ou%(E-Mail Removed)...
> Hi Miguel.
>
> Have you tried disabling the "DHCP Client Service" component in your
> configuration within TD? This will remove DHCP client capability in the
> runtime.
>
> Please let us know how it worked out.
>
> Thanks
> Andy
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers no

rights.
> ==========================================================
>
>
> "Miquel Blasco" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >
> > Hi all,
> >
> > I need that user can set the IP address of the system.
> > I am using a custom shell, with EWF to protect the image
> > stored in a CF.
> > I save the IP address, set by the user, out of the EWF partition
> > and I set it with netshell when system boots.
> >
> > When I protect the image with EWF, the network connection is
> > enabled with DHCP.
> >
> > The problem is every time the system boots, it tries to get an
> > IP with DHCP, and it takes 1 or 2 minutes, and I can't set
> > the user IP until DHCP finishes.
> >
> > Is possible to dissable the network connection before ETPREP, and
> > enable it every time before I set the IP address?
> >
> >
> > Many Thx,
> >
> >
> > --
> >
> > Miquel Blasco
> > Vision y Robotica Aplicada
> >
> >

>
>



 
Reply With Quote
 
Andy Allred [MS]
Guest
Posts: n/a
 
      29th Jul 2003
In that case, stop the dhcp client service before cloning the image:
C:/>Net Stop DHCP Client

The dhcp client service is normally started by default.

Andy
--

This posting is provided "AS IS" with no warranties, and confers no rights.
==========================================================


"Miquel Blasco" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Andy,
>
> I have tried it but, I have found a lot of problems:
>
> many components have dependencies on DHCP client, like Netshell,
> TCP/IP Networking, TCP/IP Utilities, etc...
>
> if I ignore it and build the image, FBA finds errors because
> DHCPCXVC.dll is needed.
>
> And at the end, the network connection doesn't work. I'm not able to
> set the IP address with netsh, ipconfig fails, and so on...
>
> Many Thanks but, any other idea?
>
> Miquel
>
>
> "Andy Allred [MS]" <(E-Mail Removed)> escribió en el mensaje
> news:Ou%(E-Mail Removed)...
> > Hi Miguel.
> >
> > Have you tried disabling the "DHCP Client Service" component in your
> > configuration within TD? This will remove DHCP client capability in the
> > runtime.
> >
> > Please let us know how it worked out.
> >
> > Thanks
> > Andy
> >
> > --
> >
> > This posting is provided "AS IS" with no warranties, and confers no

> rights.
> > ==========================================================
> >
> >
> > "Miquel Blasco" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > >
> > > Hi all,
> > >
> > > I need that user can set the IP address of the system.
> > > I am using a custom shell, with EWF to protect the image
> > > stored in a CF.
> > > I save the IP address, set by the user, out of the EWF partition
> > > and I set it with netshell when system boots.
> > >
> > > When I protect the image with EWF, the network connection is
> > > enabled with DHCP.
> > >
> > > The problem is every time the system boots, it tries to get an
> > > IP with DHCP, and it takes 1 or 2 minutes, and I can't set
> > > the user IP until DHCP finishes.
> > >
> > > Is possible to dissable the network connection before ETPREP, and
> > > enable it every time before I set the IP address?
> > >
> > >
> > > Many Thx,
> > >
> > >
> > > --
> > >
> > > Miquel Blasco
> > > Vision y Robotica Aplicada
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Miquel Blasco
Guest
Posts: n/a
 
      4th Aug 2003
Hi Nikolai,

Yes I can do this, and when the system boots is faster to switch to
the user IP address than using DHCP. The problem here is what IP use
by default, this IP could be used by another device in the local network
and the user will get an IP conflict...

I can't believe that a network connection could not be dissabled from
the shell !!!

Many Thaks for your help

Miquel.

"Nikolai Vorontsov" <(E-Mail Removed)> escribió en el mensaje
news:Of7$(E-Mail Removed)...
> Hi, Miquel!
>
> > In the other hand, I wonder if there is any way to dissable the
> > Network interface, just like we can do in the network interface
> > dialog in Widows XP (and to enable it after, of course). This will
> > allow to set the IP address with the network connection dissabled.
> >
> >

> May be you can setup your card to use static address 192.168.1.1 or
> something like this before etprep?
>
> --
> Nikolai Vorontsov
> Quadrox NV
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
No network conection Doug Windows XP Hardware 1 26th Apr 2005 03:28 AM
dissable network password jr Microsoft Windows 2000 Networking 1 24th Jun 2004 10:02 PM
network conection gigi Windows XP General 1 24th Jun 2004 05:36 AM
network conection disabled donald Windows XP Networking 1 18th Nov 2003 01:40 PM
conection 2 pc by network Alexi Smart Windows XP Networking 0 2nd Aug 2003 08:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:57 PM.