Question : Bit Torrent through Cisco 5505 8.3 code

I have recently upgraded from 8.2.1 to 8.3 on one of my remote firewalls.  When I had 8.2.1 code loaded I had the following code....

1:
2:
3:
4:
access-list INBOUND extended permit tcp any interface outside eq 49430

static (inside,outside) tcp interface 49430 192.168.15.18 49430 netmask 255.255.255.255


Now, obviously, in 8.3 this does not work.  I have tried a few combinations and nothing to match this specifically.  Better yet, I would love to open that open to everyone on the 192.168.15.0 / 24 network.  Any ideas?

Answer : Bit Torrent through Cisco 5505 8.3 code

The VB.NET class needs to be in a compiled assembly, and be registered as COM. To make the .NET assembly COM visible, in VS IDE, right click on the project in Solution Explorer, then press Properties, click on Application tab, then Assembly Information button, check Make assembly COM-Visible. Then compile the assembly.
To register an existing assembly as COM, use regasm.exe [Assembly Name] in Command prompt.
Random Solutions  
 
programming4us programming4us