Topic: Networking Support from Russia  (Read 6500 times)

Networking Support from Russia
« on: October 09, 2010, 09:12:50 PM »

olegpov

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Sep 2010
  • Posts: 29
Here very good script network support of one of users of project RusLive:

Re: Networking Support from Russia
« Reply #1 on: October 10, 2010, 12:24:20 AM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi olegpov,

THANKs a lot :)

first impression:
I think for now script only support xpsp3 source,
well I build with xpsp3enu, but I could not connect ;). I think there is a problem on starting services.....
I need more time to check more. Today this turtle was fast, but not that fast  :cool:

Well with the advantage of not having a public  :tongue: project, I put script to Gena server  :great:

Re: Networking Support from Russia
« Reply #2 on: October 11, 2010, 12:03:34 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Hi olegpov,

Thanks for the script!

Can you tell me: is this script meant to take the place of PENetwork so that networking works like in a full OS?

Thanks,
Galapo.

Re: Networking Support from Russia
« Reply #3 on: October 11, 2010, 03:46:42 AM »

olegpov

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Sep 2010
  • Posts: 29
Can you tell me: is this script meant to take the place of PENetwork so that networking works like in a full OS?
Yes,  There is no necessity in PEDialup and PENetwork. But you can use PENetwork for a fast configuration of a network.
This script originates from bartpe, NIKZZZZ was the author of a prototype.
If you have a desire can to see discussion of completion of a script here (on russian) http://forum.ru-board.com/topic.cgi?forum=62&topic=15384&start=920 (pages 47 - 51)

Re: Networking Support from Russia
« Reply #4 on: October 11, 2010, 03:56:18 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Thanks for the details!

Regards,
Galapo.

Re: Networking Support from Russia
« Reply #5 on: October 12, 2010, 02:01:31 AM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi all,

minor question
reg_add,0x0,"%reg%\ControlSet001\Enum\Root","MS_NDISWANIP""

is entry MS_NDISWANIP"
or MS_NDISWANIP

I mean, I think correct line should be
reg_add,0x0,"%reg%\ControlSet001\Enum\Root","MS_NDISWANIP"

can you check your registries (ehm, I do not have this entry around here and not at home.....)

Re: Networking Support from Russia
« Reply #6 on: October 12, 2010, 02:09:59 AM »

Galapo

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
In my registry I have MS_NDISWANIP and not MS_NDISWANIP"

Regards,
Galapo.

Re: Networking Support from Russia
« Reply #7 on: October 12, 2010, 01:26:53 PM »

olegpov

  • Code Baker
  • Jr. Chef
  • **
  • Date Registered: Sep 2010
  • Posts: 29
In my registry I have MS_NDISWANIP and not MS_NDISWANIP"
I confirm

Re: Networking Support from Russia
« Reply #8 on: October 12, 2010, 02:43:22 PM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks Galapo , Olegpov

here some other thing I notice,
some reg lines overwriting each other

*
Code: [Select]
reg_add,0x7,"%reg%\ControlSet001\Services\LanmanServer\Parameters","NullSessionPipes","COMNAP","COMNODE","SQL\QUERY","SPOOLSS","LLSRPC","browser","srvsvc"
Code: [Select]
reg_add,0x7,"%reg%\ControlSet001\Services\LanmanServer\Parameters","NullSessionPipes","COMNAP","COMNODE","SQL\QUERY","SPOOLSS","LLSRPC","EPMAPPER","LOCATOR","TrkWks","TrkSvr","SRVSVC","BROWSER"

*
Code: [Select]
reg_add,0x4,"%reg%\ControlSet001\Services\RasAcd\Enum","Count","0"
Code: [Select]
reg_add,0x4,"%reg%\ControlSet001\Services\RasAcd\Enum","Count","1"

*
Code: [Select]
reg_add,0x4,"%reg%\ControlSet001\Services\RasAcd\Enum","NextInstance","0"
Code: [Select]
reg_add,0x4,"%reg%\ControlSet001\Services\RasAcd\Enum","NextInstance","1"


I am commenting out the first lines since in final 2nd one exists which works for all on tests.

Re: Networking Support from Russia
« Reply #9 on: October 12, 2010, 08:07:02 PM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi all,

new script on server, please check.
Aside syntax improvments and cosmetic things, which do not effect the result, main but not very critical changes are:
adding [ADD-WLAN_SourceCD] section with some additional files following files in [ADD-WLANSP2QFE]
xpsp3res.dll fix (--> better we have a permanent variable for that, I am thinking a good name.......)

also I notice, Nikzzzz addition at the bottom of [SourceDisksFiles] after //Nikzzzz äîáàâèë are very mostly files only from xpsp3 source. Maybe it is possible (or not) to add them for other sources by using another kbxxx ;).

Further: Currently I have only xpsp2enu and xpsp3enu at hand to test, and do not make virtual tests much (very slow here). I do not know how to support x64 or w2k3 sources but to me they can wait for now  :great:

Happy testing  :showoff:
« Last Edit: October 12, 2010, 08:08:05 PM by Lancelot »

Re: Networking Support from Russia
« Reply #10 on: August 19, 2011, 01:13:32 PM »

NIKZZZZ

  • Code Baker
  • Chef
  • ***
  • Date Registered: Feb 2011
  • Posts: 129
Hi all
Modified a script for compatibility with Gena.
Regards,
Nikzzzz.

Re: Networking Support from Russia
« Reply #11 on: August 19, 2011, 03:17:16 PM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks a lot Nikzzzz :hi:

Re: Networking Support from Russia
« Reply #12 on: August 21, 2011, 08:56:57 PM »

NIKZZZZ

  • Code Baker
  • Chef
  • ***
  • Date Registered: Feb 2011
  • Posts: 129
Hi.
Fixed bug
Regards,
Nikzzzz.

Re: Networking Support from Russia
« Reply #13 on: August 21, 2011, 10:20:58 PM »

Lancelot

  • Moderator, Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks Nikzzzz :hi:

 

Powered by EzPortal