Search found 41 matches

by jwd45244
2012/05/08 19:01:37
Forum: CentOS 6 - General Support
Topic: Firefox not finding websites after 6.2 install
Replies: 6
Views: 1180

Re: Firefox not finding websites after 6.2 install

if you can nslookup www.google.com and can ping it, you have network connectivity. If you can't bring up something in a browser it might be the firewall. You might try using cruk and or wget to see what they show.
by jwd45244
2012/04/23 16:08:27
Forum: CentOS 6 - Software Support
Topic: Postfix can receive mail but not send
Replies: 12
Views: 4561

Re: Postfix can receive mail but not send

Google Postfix and SASL and TLS. You have to set both of these up. http://www.postfix.org/SASL_README.html http://www.postfix.org/TLS_README.html Take your time and remember that postfix has two sides (smtpd - the server) and (smtp - the client). To talk to verizons mail realy, you need to be lookin...
by jwd45244
2012/04/23 16:02:08
Forum: CentOS 6 - Networking Support
Topic: Centos 6.2 + 2x eth (eth0, eth1) problem URGENT: (
Replies: 19
Views: 3409

Re: Centos 6.2 + 2x eth (eth0, eth1) problem URGENT: (

If you have two nics eth0 and eth1. If eth0 is attached to the public network, you have to put the ip address of the upstream gateway as the defaut route. then you have manually a route for your internal network. make sure that iptables is not doing something silly or that selinux is not doing somet...
by jwd45244
2012/04/03 19:37:59
Forum: CentOS 6 - General Support
Topic: Can not find the modprobe.conf in 64bit CentOS 6.
Replies: 8
Views: 20083

Re: Can not find the modprobe.conf in 64bit CentOS 6.

create whatever config file you need and put it into /etc/modprobe.d
by jwd45244
2012/04/03 11:53:28
Forum: CentOS 6 - General Support
Topic: [RESOLVED] My CentOS 6 (new install) is NOT keeping my machine name.
Replies: 9
Views: 1667

Re: My CentOS 6 (new install) is NOT keeping my machine name.

All boxes have the localhost name associated with 127.0.0.1 This is normal
by jwd45244
2012/03/16 17:42:39
Forum: CentOS 6 - Networking Support
Topic: Add a 2nd IP to eth1
Replies: 9
Views: 5147

Re: Add a 2nd IP to eth1

not eth1:0 it would be eth1:1
by jwd45244
2012/03/16 17:40:10
Forum: CentOS 6 - Networking Support
Topic: [SOLVED] CentOS 6.2 - Ethernet is not avialable
Replies: 18
Views: 11518

Re: CentOS 6.2 - Ethernet is not avialable

You have to enable either network or NetworkManager

chkconfig --levels 2345 network on

service network start
by jwd45244
2012/03/16 17:36:21
Forum: CentOS 6 - Networking Support
Topic: [SOLVED] CentOS 6.2 - No Ethernet Connectivity
Replies: 10
Views: 6964

Re: CentOS 6.2 - No Ethernet Connectivity

You need to either enable network or Network manger They are all off. Don't enable both.

chkconfig --levels 2345 network on

service network start
by jwd45244
2012/03/15 19:00:04
Forum: CentOS 6 - Networking Support
Topic: [SOLVED] CentOS 6.2 - Ethernet is not avialable
Replies: 18
Views: 11518

Re: CentOS 6.2 - Ethernet is not avialable

You don't have your ethernet set up. ifconfig only lists the "lo" device.