[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: 3com nic



Marty Landman wrote:
At 04:49 PM 1/2/2004, you wrote:

Well, that seems to have worked. I'll bet "ifconfig -a" shows eth0 now. Probably not an address, but an entry for it.

Try "/etc/rc.d/init.d/network restart" and see if it comes up.

Your /etc/sysconfig/network file should have:

        NETWORKING=yes
        HOSTNAME=yourhost.yourdomain.com
        GATEWAY=192.168.0.1


Yikes, didn't have that file at all, but I do now. Did the restart and it's working, thanks much.

Ye GODS! That's really weird. The redhat-config-network script should have set that up for you. Ah, well, you did it by hand and it works. Huzzah!

I even managed to ssh over to the fbsd box. At this point only ip addresses work... can you please tell me how to now establish for my redhat box that the dns server is on the fbsd box - whose ip btw is 192.168.0.7?

Edit (or create) /etc/resolv.conf and insert a line:


nameserver 192.168.0.7

Optional: You can also add a line:

domain yourdomain.com

to automatically add ".yourdomain.com" to the end of any queries you
might make for machines in your local domain (ones without a domain
name).  For example, "dig fbsd" would be translated to
"dig fbsd.yourdomain.com).  See "man resolv.conf" for details.
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens vitalstream com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-      Always remember you're unique, just like everyone else.       -
----------------------------------------------------------------------




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]