Summary: | multiple routes fails on baselayout-1.13.0_alpha7-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pavel <nikulinpi> |
Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Pavel
2006-11-22 03:04:45 UTC
post the output of running route with the -n as resolved names are useless to us also, what does the output from the net startup look like ? Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 adsl 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo 0.0.0.0 192.168.1.2 0.0.0.0 UG 0 0 0 adsl * Service net.adsl stopping * WARNING: you are stopping a boot service. * Stopping adsl * Loading networking modules for adsl * modules: apipa arping tuntap ccwgroup macchanger macnet rename * ifplugd iwconfig wpa_supplicant iptunnel ifconfig iproute2 * pppd system dhclient dhcpcd ip6to4 * Bringing down adsl * Stopping ifplugd on adsl ... [ ok ] * Service net.adsl stopped * Service net.adsl starting * Starting adsl * Loading networking modules for adsl * modules: macchanger macnet rename ifplugd iptunnel ifconfig * system ip6to4 * ifplugd provides plug * ifconfig provides interface * Configuring adsl for MAC address 00:50:70:92:42:F9 ... [ ok ] * Starting ifplugd on adsl ... [ ok ] * Backgrounding ... * WARNING: net.adsl has started but is inactive > config_adsl=( "192.168.1.3" )
You forgot to specify a CIDR or netmask. Try
config_adsl=( "192.168.1.3/24" )
or
config_adsl=( "192.168.1.3 netmask 255.255.255.0" )
(both do the same thing BTW)
|