From: "Walter Dnes" <waltdnes@waltdnes.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] static IP issue
Date: Fri, 7 Sep 2012 00:14:00 -0400 [thread overview]
Message-ID: <20120907041400.GA2376@waltdnes.org> (raw)
In-Reply-To: <20120906131124.M82006@xvalheru.org>
On Thu, Sep 06, 2012 at 02:13:04PM +0100, pat wrote
> On Thu, 6 Sep 2012 14:00:22 +0100, Neil Bothwick wrote
> >
> > Please post contents of /etc/conf.d/net
> >
> > --
> > Neil Bothwick
> >
> > Top Oxymorons Number 5: Twelve-ounce pound cake
>
> Here it is.
config_eth0="192.168.74.101 netmask 255.255.255.0"
#routes_eth0="default via 8.8.8.8"
routes_eth0="default via 192.168.74.1"
I assume 192.168.74.1 is your modem. Correct? No mention of
broadcast address. I don't know if that's critical or not. Try either
of the following...
config_eth0="192.168.74.101 netmask 255.255.255.0 broadcast 192.168.74.255"
routes_eth0="default via 192.168.74.1"
or
config_eth0="192.168.74.101/24 broadcast 192.168.74.255"
routes_eth0="default via 192.168.74.1"
--
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications
next prev parent reply other threads:[~2012-09-07 4:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-06 11:33 [gentoo-user] static IP issue pat
2012-09-06 12:10 ` Michael Hampicke
2012-09-06 12:21 ` pat
2012-09-06 13:00 ` Neil Bothwick
2012-09-06 13:13 ` pat
2012-09-07 4:14 ` Walter Dnes [this message]
2012-09-07 11:41 ` pat
2012-09-06 14:23 ` Michael Hampicke
2012-09-06 16:03 ` pat
2012-09-06 15:37 ` Mark Knecht
2012-09-06 16:06 ` pat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120907041400.GA2376@waltdnes.org \
--to=waltdnes@waltdnes.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox