I recently switched from Debian to RedHat, however, RedHat is
giving me some rather annoying problems. I have a server with two
ethernet cards. The kernel finds both of them okay. I want to configure
eth0 on a 192.168.1.x class C network. The server will be .2, and an NT
box will be .
> > NETWORKING=yes
> > FORWARD_IPV4=false
> > HOSTNAME=eddie.sirius.cybernetics.net
> > DOMAINNAME=sirius.cybernetics.net
> > GATEWAY=
> > GATEWAYDEV=
> You haven't set a route to the local net. Either fill in GATEWAY= and
> GATEWAYDEV= in /etc/sysconfig/network and then reboot
> OR
> do some ma
On Tue, 26 May 1998, Kevin Currie wrote:
>
> I recently switched from Debian to RedHat, however, RedHat is
> giving me some rather annoying problems. I have a server with two
> ethernet cards. The kernel finds both of them okay. I want to configure
> eth0 on a 192.168.1.x class C network