Hello,
I'm setting up MySQL 5.5 on a FreeBSD box and I'm getting error when I'm trying to connect to it. The error message is "Failed to connect to MySQL server with user user:SQLSTATE[28000] [1045] Access denied for user 'user'@'localhost' (using password: YES)".
I'm relatively new to all of...
Hello,
My organization is using ASA 5510 as a firewall and we run into a certain problem. We have limited number of public addresses and we recently had to modify our fw configuration. As a result of this change, one of our services is not accessible from the outside.
My simple question is...
Hello,
I inherited a Call Manager version 7.1.3 array that no one knows the SSH username and/or password. I found a procedure on Google but for some reason I couldn't login with the username and password they specify in it. The procedure can be found at...
Hello,
We have a problem at our small company (about 15 users) that some users monopolize the internet. Sometimes users bring internet access at the company to a state that we have to reset our equipment.
I'm looking for a tool (preferably freeware) that monitor real time bandwidth usage on a...
Hello,
I need to open port 21 from two specific external IP addresses to the same internal FTP server. The external IP addresses are consecutive x.x.x.1 and x.x.x.2. When I entered static (inside,outside) tcp <External_IP_1> ftp <Internal_IP> ftp netmask 255.255.255.255, I had no problems. But...
Hello smah,
How can I use FTP in a batch file?
How can I tell it to change directory to such and such directory on the remote server (and on the local server) and copy only the files I want?
How can I time it in such a way that the batch file executes the next command only when the FTP...
I got it to work!
Here is the correct syntax:
net use X: \\ServerName\ShareName /user:ServerName\UserName <password> /persistent:no
Note: <password> is the actual password of the user that was entered in UserName.
It worked fine for me.
Thank you,
Arie
Hello,
I need to create a batch file to copy files from one stand alone server to another stand alone server over the Internet. The servers are not in the same domain or forest.
I would like to know how can I use the command prompt to map a drive from one computer to another and pass...
Hello to all those who helped me solve this issue.
I just want to let you know that I finally got it to work the way I wanted.
Basically, I followed Brent's formula. I had to enter it a few times until I got it right, but when it was done, my port forwarding worked great.
Brent: Thank you...
Hello everyone,
I'm still having issues opening port 3389 from any to a specific host inside. Here is my runing config:
pix(config)# sh run
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto shutdown
nameif ethernet0 outside security0...
Hello Brent,
I think I got it but if I didn't please correct me.
static (inside,outside) <Outside_IP> <Inside_IP> netmask 255.255.255.255 --> (PIX accepted this command)
access-list 120 permit tcp any host <Inside_IP> eq 3389 --> (PIX accepted this command)
access-group 120 in interface...
Hello Brent,
I tried a few things suche as the following:
access-list rdp_in permit tcp any host <Inside_IP> eq 3389
access-group rdp_in in interface outside
That didn't work!
I then tried this:
static (inside,outside) <Outside_IP> <Inside_IP> netmask 255.255.255.0
access-list 120 permit...
Hi Brent,
Thanks again for your help.
I added the route statement above.
As for the "port forwarding", if I have a need to allow connection from anywhere to a specific IP/port inside, can I just do that?
static (inside,outside) [TCP/UDP] any [Port#] [InteralIP] [Port#] netmask...
Ok, I added the two lines above and received no errors. Previously, when I tried to enter global (outside) 1 interface, I errors, but this time it worked.
Is there anything else I need to do to make this work?
Thanks again,
Arie
Hello,
I need help resolving an issue with our PIX 515E configuration.
Basically, I need to configure the inside interface for DHCP and NAT then make sure I have access to the Internet.
Here is my initial config but I'm not sure what to do next. I tried a few config options but they didn't...
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.