login::
pass::
name::
id::
node:
thus spoke Dža in 'networking -
'aktivne' prvky sietove :)'
template:
4
parent:
thus spoke binara in 'networking -
'aktivne' prvky sietove :)'
owner:
Du
viewed by:
created:
17.08.2005 - 15:42:01
cwbe coordinatez
:
101
63540
1679337
1859849
1859873
1860888
ABSOLUT
K
YBERIA
permissions
you:
r,
system:
public
net:
yes
⠪
neurons
stats
|
by_visit
|
by_K
source
tiamat
K
|
my_K
|
given_K
last
commanders
polls
total descendants::
total children::2
show[
2
|
3
]
flat
win, takze scripty nehrozia
title/content
title
content
user
00000101000635400167933701859849018598730186088802090452
miloo
13.01.2006 - 09:51:40
, level: 1,
UP
NEW
Re: thus spoke Dža in 'networking - 'aktivne' prvky sietove :)'
netsh interface ip set address "Local Area Connection" static 192.168.0.2 255.255.255.0 192.168.0.1 1
exit
00000101000635400167933701859849018598730186088801934086
piece_of_IT
14.09.2005 - 01:54:23
, level: 1,
UP
NEW
14.09.2005-1:54:23
nie tak celkom pravda...
toto som zbuchal aby som si zjednodusil pracu
daj tomu priponu .bat a ako parameter mu zadaj pozadovany profil
...a ze vraj vo wine sa neda skriptovat ...
rem @echo off
if "%1" == "xanthix" goto xanthix
if "%1" == "dhcp" goto dhcp
if "%1" == "shitface" goto shitface
if "%1" == "lolo" goto lolo
if "%1" == "tralaland" goto tralaland
rem -----------------------------------------------------------------------------------------------------------
:xanthix
netsh interface ip set address "Wireless Network Connection" source=static addr=123.213.231.198 mask=255.0.0.0
netsh interface ip set address "Wireless Network Connection" gateway=123.213.231.132 gwmetric=1
netsh interface ip set dns "Wireless Network Connection" source=static addr=192.168.1.1
goto end
rem -----------------------------------------------------------------------------------------------------------
:dhcp
netsh interface ip set address "Wireless Network Connection" source=dhcp
netsh interface ip set dns "Wireless Network Connection" source=dhcp
goto end
rem -----------------------------------------------------------------------------------------------------------
:shitface
netsh interface ip set address "Wireless Network Connection" source=static addr=192.168.1.6 mask=255.255.255.0
netsh interface ip set address "Wireless Network Connection" gateway=192.168.1.1 gwmetric=1
netsh interface ip set dns "Wireless Network Connection" source=static addr=192.168.1.1
goto end
rem -----------------------------------------------------------------------------------------------------------
:lolo
netsh interface ip set address "Wireless Network Connection" source=static addr=192.168.7.6 mask=255.255.255.0
netsh interface ip set address "Wireless Network Connection" gateway=192.168.3.1 gwmetric=1
netsh interface ip set dns "Wireless Network Connection" source=static addr=192.168.3.1
goto end
rem -----------------------------------------------------------------------------------------------------------
:tralaland
netsh interface ip set address "Wireless Network Connection" source=static addr=123.123.123.111 mask=255.255.255.0
netsh interface ip set address "Wireless Network Connection" gateway=123.123.123.1 gwmetric=1
netsh interface ip set dns "Wireless Network Connection" source=static addr=123.123.123.1
goto end
:end