Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

jwjones

Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by jwjones

  1. So, I now have a basic working Funtoo installation, as detailed from this post:

     

    http://forums.funtoo.org/topic/410-new-funtoo-user/

     

    However, I am stalled on static IP configuration, and have no internet connection. All of our machines here at work have static IP addresses, whether desktop or server. Ugh.

     

    I have configured (or so I think) via instructions for "Server Network Configuration":

    # cd /etc/init.d
    # ln -s netif.tmpl netif.eth0

    Using nano, I created /etc/conf.d/netif.eth0 configuration file with this info:

     

    template="interface"

    ipaddr="192.210.200.164"

    gateway="192.210.200.10"

    nameservers="192.210.200.10"

    domain="funtoo.org"

     

    And then:

    # rc-update add netif.eth0 default

    Also rebooted. During boot, it indicated that eth0 was up, but "RTNETLINK answers: Network is unreachable." Other than not having my netmask info, this is the same static IP info I usually use for this machine. What am I doing wrong here?

     

    Thanks!

     

  2. Hello good people!

     

    I signed up here a while ago, but have only been lurking, as I hadn't yet ventured into installing Funtoo. I finally took the plunge yesterday at work, and started to install Funtoo on an old AMD Athlon 2000 XP desktop machine (768MB RAM, 80GB HDD!), to familiarize myself with the process, to eventually install on my own Core2 Duo desktop.

     

    Linux kernel 3.16.2 was still building when I left for the weekend, so hopefully on Monday I will return and finish the process.

     

    Oh, as background: I have been using Linux since about 1999. I think my first was RedHat (pre-Fedora). Ran Debian for a long time. Eventually moved to Slackware, and have been a happy slacker ever since, but I really wanted to delve into the source-based world of either Gentoo, Funtoo, or CRUX. So I decided on Funtoo, mostly because it seems like "Gentoo-improved," has a smaller community forum (Gentoo's is huge, CRUX is mailing-list only), and seems determined to avoid the "systemd takeover" of Linux.

     

    I imagine I will have some questions along the way, but I will cross that bridge when I come to it.

×
×
  • Create New...