This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
test [2011/07/27 05:51] ben removed |
test [2012/08/30 04:30] (current) ben created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== UC4 Firewall Change Procedure ====== | + | <form> |
| - | This change procedure specifically addresses requests for access to the UC4 application servers via the "CP" ports, which allows both Agents and Dialog Clients access to the application. | + | Action mail ben@benhall.com |
| + | Thanks "Thanks for submitting your valuable data." | ||
| - | To modify the ACL for the application servers: | + | Fieldset "A set of fields" |
| + | Textbox "Employee Name" "=Your Name" | ||
| + | number "Your Age" >13 <99 | ||
| + | email "Your E-Mail Address" | ||
| + | textbox "Occupation (optional)" ! | ||
| + | password "Some password" | ||
| - | * Edit this wiki page and modify the custscope string by appending new IP address(es) with a short-form netmask, delimited by commas | + | fieldset "even more fields" |
| - | * Select the text of the entire code block (ensure the last new line is included) and copy it to the clipboard | + | select "Please select an option" "Peaches|Apples|Oranges" |
| - | * Open a Remote Desktop session to hosts u1.cuit.columbia.edu and u2.cuit.columbia.edu | + | static "Some static text that could be an agreement" |
| - | * Open a command prompt with administrative privileges (right-click to open as Admin) | + | yesno "Read the agreement?" |
| - | * Paste the code into the command prompt | + | textarea "Tell me about your self" |
| + | textbox "You need to write 'agree' here" /^agree$/ | ||
| + | submit "Submit Query" | ||
| + | </form> | ||
| - | <code> | ||
| - | set custscope=128.59.29.228/32,128.59.29.229/32,128.59.29.236/32,128.59.29.237/32,128.59.53.36/32,128.59.53.175/32,128.59.53.240/32,128.59.54.135/32,128.59.54.136/32,128.59.54.137/32,128.59.54.142/32,128.59.59.73/32,128.59.59.189/32,128.59.59.190/32,128.59.59.193/32,128.59.59.194/32,128.59.62.62/32,128.59.62.80/32,128.59.62.102/32,128.59.62.103/32,128.59.62.107/32,128.59.62.108/32,128.59.62.109/32,128.59.62.110/32,128.59.62.111/32,128.59.213.0/24,128.59.214.0/24,128.59.223.0/24,128.59.237.0/24,128.59.242.30/32,156.145.13.161/32,160.39.164.157/32,128.59.54.35/32,128.59.54.71/32,128.59.54.85/32,128.59.54.35/32,128.59.54.71/32,128.59.54.142/32,128.59.62.137/32,128.59.62.138/32 | ||
| - | |||
| - | rem Quick and dirty datetime string | ||
| - | rem replace leading space with "0", remove ":", strip milliseconds from time | ||
| - | set mytime=%time: =0% | ||
| - | set mytime=%mytime::=% | ||
| - | set mytime=%mytime:~0,-3% | ||
| - | rem set datetime var to re-ordered date with time appended | ||
| - | set datetime=%date:~12%%date:~4,-8%%date:~7,-5%%mytime% | ||
| - | |||
| - | rem Dump current rules to log file | ||
| - | netsh advfirewall firewall show rule "UC4 CP2217" | ||