Jump to content

mike1210

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by mike1210

  1. format D: /FS:NTFS /V:LABEL /Q /Y that will format a second partition without prompting i call it from a normal batch file you would have to set the paritioning to manual though on the xp setup, rest would be unattended so autopartition=0 the winnt.sif can be placed in the I386 folder of the cd no real need for a floppy when you have the answer file as you want it, entry in answer file would be [GUIRunOnce] %systemdrive%\batch_file.cmd where the batch file would have to be called batch_file.cmd and placed in the \$OEM$\$1 folder on the cd. The batch file would contain the first line of this post and on the answer file OEM preinstall would have to be set to yes, take a look at these two links http://unattended.msfn.org/unattended.xp/view/web/19/ http://unattended.msfn.org/unattended.xp/view/web/18/
  2. I have a Cisco 877w and was wondering if anyone has managed to successfully set up LEAP on the routers wireless, using the router as a local radius server and network EAP to authenticate. I have followed this guide here: http://www.cisco.com/application/pdf...0080468be5.pdf I just used a bridged network and the IP range 192.168.xxx.xxx. I am using Aironet 350 cards which are only 11 Meg, but even though the router only broadcasts a G network it still works well using open authentication and 128-bit WEP. The connection always times out on part 2 of the LEAP process (authentication part). I am using the latest IOS 12.4.6, the SDM version 2.2a and the 350 Aironet client utility software 6.4.05. Thought id ask whether anyone has done as I know some parts of the wireless on this router config don’t actually work such as WPA-PSK. The above guide uses a 1811 but im sure the 877W has the same wireless options
  3. no windows is installed from the cd its only the packages which come from a network. The batch file is called from the answer file mine looks like this on the answer file which is stored in the xp cd in \$OEM$\$1\D $OEM$ is made for the drivers $1 is the system drive and D is the driver folder made by the bashrat drives answer file extract: [GuiRunOnce] %systemdrive%\D\batch_file.cmd the batch file calls another batch file stored on the server, reason i did it this way was i can make changes to the file without having to reburn the cd check out http://unattended.msfn.org/unattended.xp for all guides on how to do it
  4. Ive put my packages on a network share and the cd calls a batch file on a server that installs the packages, bashrats packs take care on the drivers part:-) I think you are referring to a distribution share instead of installing via the cd,
  5. the main defaultport is TCP 1863 destination port.But it can tunnell through other ports being 443 (HTTPS) and 80 (HTTP).Best way to block it is to watch all domain lookups. File sharring and the like use many other ports as well
×
×
  • Create New...