Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ARP connection fails
Name: Godgory Date: December 4, 2006 at 14:02:59 Pacific OS: FreeBSD 5.4 CPU/Ram: P4@2.8GHz/1GB DDR
Comment:
Hi everyone, It's been a while since I last posted here, it means I learned a lot from this forum. Anyway, here's a real hard situation I have: I have a FreeBSD 5.4 NAT router (using pf) and about 350 windows PC's behind it. Sometimes, all of a sudden, the router picks an IP up and hangs (probably) it's ARP connection. I can't ping the external address of the router from the inner host, nor anything outside. Inside everything works. It remains that way for 5-15 minutes or I disable and then enable the windows "Local Area Connection" of the host or I arping that IP from the router. Any ideas what this might me?
Summary: hi, I have scripts which are running every 3 minutes. The scripts include connection to a database, using sqlplus. Sometimes, the connection fails (invalid username or password, locked user etc..) and...
Summary: I need to know if the connection fails to the remote host in a shell script. Which error codes etc should I check for? What would be in the if statement? example, I use: ftp -n -i <<-EXIT open $REMOT...
Summary: Failed to create database : DBI connect failed : Client does not support authentication protocol requested by server. Consider upgrading MySQL client. I had to install mysql-client-4.0.16.tgz because ...