そういえばDHCPでしか使ってなかったんだって思ってメモ
/etc/conf.d/netに記載する。なおこのファイルの設定例は/usr/share/doc/openrc-*/net.example.bz2に書いてある。固定IPはこのへん?
# For a static configuration, use something like this
# (They all do exactly the same thing btw)
#config_eth0="192.168.0.2/24"
#config_eth0="192.168.0.2 netmask 255.255.255.0"
そうして設定した内容
config_eth0="192.168.0.100/24" routes_eth0="default via 192.168.0.1" dns_servers_eth0="8.8.8.8 8.8.4.4"