Looks like you have to setup your /etc/conf.d/net file with the correct options. You have a broadcast address of 192.168.1.255 and an ip of 192.168.0.5/24. That isn't going to work. Please refer to the handbook to update your network configuration.Kris87 wrote:results of:
ifconfig :
eth0 Link encap:UNSPEC HWaddr 00-08-0D-A0-D1-89-DF-48-00-00-00-00-00-00-00-00
INET ADDR: 192.168.0.5 Bcast:192.168.1.255 mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Ping:
ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
from 192.168.0.5 icmp_seq=1 Destination Host Unreachable
route -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.1 0.0.0.0 255.0.0.0 U 0 0 0 lo
uname -a
Linux Bedlamuk 2.6.19-gentoo-r5 #1 SMP Wed Apr 4 05:44:43 UTC 2007 i686 Turion(tm) 64 X2 Mobile Technology TL-58 AuthenticAMD GNU/Linux
lspci | grep -i net
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
dhcpcd eth0
Error, dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
Code: Select all
config_eth1=( "192.168.0.7/24" )
routes_eth1=( "default via 192.168.0.1" )

Code: Select all
ifconfig -aDo this:Kris87 wrote:How do i create net.eth1 and configure it?
Code: Select all
ln -s /etc/init.d/net.lo /etc/init.d/net.eth1