Hello,
I currently want to setup my W2K Adv. Server as a VPN Server using RRAS.
From what i have read so far, the server machine has to have 2 ethernet cards, on for the local network and one connected to the Internet.
The LAN ethernet must be assigned static IP's within the LAN (i.e...
Hello,
Is it possible to create a global variable, to be accesed by the whole TCL script within a procedure?
My problem exactly is the following:
I have a procedure which takes 2 parameters. Based on the parameters that it will take it executes a small loop. The loop is controlled based...
Ok if i substitute include the variable in curly brackets it recognises the correct variable, but now it gives me another problem.
If i have the following:
$ns detach-agent $n(4) $Appl_udp_${dest}_${flowid}
it tells me that variable Appl_udp_ doesn't exist...
It seems it reads the variable...
Hello,
I have the following problem regarding TCL variable substitution
I have the following code in ns2:
set Appl_udp_0_1 [new Agent/UDP]
$ns attach-agent $n(0) $Appl_udp_0_1
$Appl_udp_0_1 set class_ 1
where the first number in $Appl_udp_0_1 (i.e 0) characterizes the node the UDP agent is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.