Thanks in advance for your help. Is there a way to understand the current default services that are running and whether by default it is enabled or disabled? I have a Cisco 3550 Switch. Also will the build number tell me which IOS patches or updates are missings.
I currently have the following setup at my business:
Internet --> Verizon DSL Modem --> Cisco Sw => Workstations
I would like to do the following:
1. Use a Cisco 3550 for filter (via ACLs)
My question is, do I just plug the 3350 into the Cisco Sw and configure the eth0 with acls.
Thanks for your assistance. I have made the modifications; however, still receive the following errors:
"my" variable @values masks earlier declaration in same scope at ./perlnbe.pl line 25.
syntax error at ./perlnbe.pl line 25, near "$values["
Execution of ./perlnbe.pl aborted due to...
Please help me with my script please. I am trying to do the following:
1. Read files for the current directory
2. Open and read from nbe files files only
3. Read only the lines with the results pattern
4. Split the line and print 3rd field
Please indicate what line I need to modify. Thanks a...
Greetings. I am not an expert by any means. I have modified this script in order to parse data and insert into MySQL db. I have having problems with the OpenDir syntax. Any insight what the issue is, I would truly appreciate it.
#!/usr/lib/perl
use strict;
use DBI;
# Connect To Database
my $db...
ethorn10,
This statement works perfectly. What if I wanted to include in the list the IP that was scanned by both tools and list in the same list the IPs that were not.
Is this possible:
select a.IP_Addr
, a.Tool as Tool1
, b.Tool as Tool2
from table1 as a inner join
table2 as...
I am attempting to create a shell script with the following capaciblities:
1. Listed options to choice from
2. Use to perform awk statements
3. Print a report with the awk results
My questions are
1. How do I select more than one file for option #5 and #6
2. How to I create an output file for...
Thanks for the response. Table 1 nor 2 will ever have both tools present. Table 1 has only Tool 1 and Table 2 only has Tool 2. So, I should have illustrated by a table with 2 columns: IP and Tool.
If the IP's are the same in both table, merge the row with IP + Tool 1 and Tool2.
Hopefully...
Please help. I have two tables.
Table 1
IP_Addr Tool#1 Tool#2
xx.xx.11 P
Table 2
IP_Addr Tool#1 Tool#2
xx.xx.11 N
I would like to query the two tables, and if:
1. The IP addresses match, join the Tool#1 and Tool#2 into one table such as below...
Raw Results:
results|192.168.2|192.168.2.1|general/udp|10287|Security Note|For your information, here is the traceroute from 192.168.2.24 to 192.168.2.1 : \n192.168.2.24\n192.168.2.1\n\n
results|192.168.2|192.168.2.1|ssh (22/tcp)|22964|Security Note|An SSH server is running on this port.\n...
Lebisol, I truly appreciate your help thus far. I will be the only person using the blog. My desire is to set up a technical blog covering various network devices, operating systems and troubleshooting solutions. I have an idea on how I would like for it to look. I do want to be able to...
Greetings All,
I would like to create a blogging website. Will someone point me to the best free software they use. Of course when I good, a very list appear. I am hoping for suggestions.
Thanks in advance.
J
jpadie, thanks for your help. I did make the correction with the bracket. Still same error. Also, it seems to prevent sql injection attacks and use mysql_real_escape_string(), I will neet to create a login form as well so the user can authenicate first. Is this the case??
Please advise.
Greeting. I am trying to create a form to store user information in MySQL database. The forms are programed in HTML and PHP. I get the following error message, "Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to...
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.