| View previous topic :: View next topic |
| Author |
Message |
Xanthorax n00b


Joined: 27 Aug 2002 Posts: 11 Location: Enschede, the Netherlands
|
Posted: Mon Oct 28, 2002 8:15 pm Post subject: How do i fix this (Neighbour table overflow) |
|
|
My logs are being spammed with this
| Quote: | Neighbour table overflow.
NET: 637 messages suppressed.
Neighbour table overflow.
NET: 138 messages suppressed.
|
I ran 2.4.20-pre10-ac2 and i'm currently running 2.5.44-ac4. I have 3 ethernet cards (1x i82559 and 2x i82557) running using the e100 driver. I have changed the folowing kernel settings
| Quote: | echo "1" >/proc/sys/net/ipv4/ip_forward
echo "1" >/proc/sys/net/ipv4/conf/eth0/arp_filter
echo "1" >/proc/sys/net/ipv4/conf/eth1/arp_filter
echo "1" >/proc/sys/net/ipv4/conf/eth2/arp_filter
|
2 of the 3 cards are on the same switch/lan, i'm using a special rule based routing table (using ip route2) to route traffic over the correct interface.
| Quote: | 0: from all lookup local
32765: from <eth2-ip> lookup eth2
32766: from all lookup main
32767: from all lookup default |
|
|
| Back to top |
|
 |
brain Apprentice


Joined: 16 May 2002 Posts: 229 Location: Farmington Hills, MI
|
Posted: Mon Oct 28, 2002 9:12 pm Post subject: |
|
|
Did a quick Google search and came up with this. Sounds like it might be a problem in your ruleset preventing stuff from getting to localhost? Just a guess. _________________ --brain |
|
| Back to top |
|
 |
Xanthorax n00b


Joined: 27 Aug 2002 Posts: 11 Location: Enschede, the Netherlands
|
Posted: Tue Oct 29, 2002 11:24 am Post subject: |
|
|
I think you are right, ifconfig shows me that not many packets are going over lo. This is my current config:
/etc/conf.d/net
| Quote: | iface_eth0="130.89.166.2 broadcast 130.89.191.255 netmask 255.255.224.0"
iface_eth1="10.0.0.1 broadcast 10.0.255.255 netmask 255.255.0.0"
iface_eth2="130.89.165.246 broadcast 130.89.191.255 netmask 255.255.224.0"
gateway="eth0/130.89.160.1" |
/etc/init.d/iproute2
| Quote: | ip rule add from 130.89.165.246 table eth2
ip route add 130.89.160.0/19 src 130.89.165.246 scope link proto kernel dev eth2 table eth2
ip route add 10.0.0.0/16 src 10.0.0.1 scope link proto kernel dev eth1 table eth2
ip route add default via 130.89.160.1 dev eth2 table eth2 metric 1
|
ifconfig
| Quote: | eth0 Link encap:Ethernet HWaddr 00:D0:B7:E8:9E:BB
inet addr:130.89.166.2 Bcast:130.89.191.255 Mask:255.255.224.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2956260 errors:0 dropped:0 overruns:1152 frame:0
TX packets:734210 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1881079995 (1793.9 Mb) TX bytes:131423507 (125.3 Mb)
Interrupt:4 Base address:0xd000 Memory:e4800000-e4800038
eth1 Link encap:Ethernet HWaddr 00:A0:C9:99:85:DC
inet addr:10.0.0.1 Bcast:10.0.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:897896 errors:2 dropped:0 overruns:0 frame:2
TX packets:1523991 errors:0 dropped:0 overruns:4 carrier:0
collisions:0 txqueuelen:100
RX bytes:190708747 (181.8 Mb) TX bytes:2037806224 (1943.4 Mb)
Interrupt:10 Base address:0xa000 Memory:e6800000-e6800038
eth2 Link encap:Ethernet HWaddr 00:A0:C9:6E:1E:15
inet addr:130.89.165.246 Bcast:130.89.191.255 Mask:255.255.224.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2218122 errors:0 dropped:7721 overruns:3 frame:7721
TX packets:769087 errors:0 dropped:0 overruns:3 carrier:0
collisions:0 txqueuelen:100
RX bytes:500790210 (477.5 Mb) TX bytes:1044551045 (996.1 Mb)
Interrupt:11 Base address:0x9800 Memory:e5800000-e5800038
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:4243 errors:0 dropped:0 overruns:0 frame:0
TX packets:4243 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:499757 (488.0 Kb) TX bytes:499757 (488.0 Kb)
|
routing
| Quote: | chihiro / # ip rule list
0: from all lookup local
32765: from 130.89.165.246 lookup eth2
32766: from all lookup main
32767: from all lookup default
chihiro / # ip route show table local
broadcast 127.255.255.255 dev lo proto kernel scope link src 127.0.0.1
local 10.0.0.1 dev eth1 proto kernel scope host src 10.0.0.1
broadcast 10.0.0.0 dev eth1 proto kernel scope link src 10.0.0.1
local 130.89.165.246 dev eth2 proto kernel scope host src 130.89.165.246
broadcast 130.89.191.255 dev eth0 proto kernel scope link src 130.89.166.2
broadcast 130.89.191.255 dev eth2 proto kernel scope link src 130.89.165.246
broadcast 10.0.255.255 dev eth1 proto kernel scope link src 10.0.0.1
broadcast 130.89.160.0 dev eth0 proto kernel scope link src 130.89.166.2
broadcast 130.89.160.0 dev eth2 proto kernel scope link src 130.89.165.246
broadcast 127.0.0.0 dev lo proto kernel scope link src 127.0.0.1
local 130.89.166.2 dev eth0 proto kernel scope host src 130.89.166.2
local 127.0.0.1 dev lo proto kernel scope host src 127.0.0.1
local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
chihiro / # ip route show table eth2
130.89.160.0/19 dev eth2 proto kernel scope link src 130.89.165.246
10.0.0.0/16 dev eth1 proto kernel scope link src 10.0.0.1
default via 130.89.160.1 dev eth2 metric 1
chihiro / # ip route show table main
130.89.160.0/19 dev eth0 proto kernel scope link src 130.89.166.2
130.89.160.0/19 dev eth2 proto kernel scope link src 130.89.165.246
10.0.0.0/16 dev eth1 proto kernel scope link src 10.0.0.1
default via 130.89.160.1 dev eth0 metric 1 |
|
|
| Back to top |
|
 |
N-S n00b

Joined: 30 Oct 2005 Posts: 34
|
Posted: Sun Jul 30, 2006 4:47 am Post subject: This problem became annoying a couple of days ago |
|
|
So, what did you do to fix this problem?
I use gShield firewall and using the same commands to check rules I got the following:
/etc/conf.d/net
| Quote: |
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
config_eth0=("dhcp")
dhcpcd_eth0="-t 10"
config_eth1=("192.168.2.101 broadcast 192.168.2.255 netmask 255.255.255.0")
preup() {
if [ "${IFACE}" = "ath0" ]
then
/sbin/wlanconfig ath0 create wlandev wifi0 wlanmode ap
return $?
fi
}
postdown() {
if [ "${IFACE}" = "ath0" ]
then
/sbin/wlanconfig ath0 destroy
fi
}
config_ath0=("192.168.3.101 broadcast 192.168.3.255 netmask 255.255.255.0")
|
/etc/init.d/iproute2
no such file.
ifconfig
| Quote: |
ath0 Link encap:Ethernet HWaddr 00:0D:88:81:8C:5B
inet addr:192.168.3.101 Bcast:192.168.3.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fe81:8c5b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:49 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:4548 (4.4 Kb)
eth0 Link encap:Ethernet HWaddr 00:E0:18:B7:1C:F4
inet addr:84.216.47.57 Bcast:84.216.47.57 Mask:255.255.255.255
inet6 addr: 2001:5c0:812f:1::1/64 Scope:Global
inet6 addr: fe80::2e0:18ff:feb7:1cf4/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:143377412 errors:1 dropped:5 overruns:0 frame:0
TX packets:183018175 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1692357897 (1613.9 Mb) TX bytes:788627135 (752.0 Mb)
Interrupt:16
eth1 Link encap:Ethernet HWaddr 00:05:5D:8B:23:65
inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::205:5dff:fe8b:2365/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:106201 errors:106201 dropped:0 overruns:0 carrier:106201
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:9770920 (9.3 Mb)
Interrupt:17 Base address:0xb800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1653001 errors:0 dropped:0 overruns:0 frame:0
TX packets:1653001 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:102100562 (97.3 Mb) TX bytes:102100562 (97.3 Mb)
sit1 Link encap:IPv6-in-IPv4
inet6 addr: fe80::c0a8:9201/64 Scope:Link
inet6 addr: fe80::54d8:2f94/64 Scope:Link
inet6 addr: 2001:5c0:8fff:fffe::47f/128 Scope:Global
inet6 addr: fe80::ac10:e601/64 Scope:Link
inet6 addr: fe80::c0a8:265/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:2118 errors:0 dropped:0 overruns:0 frame:0
TX packets:2875 errors:15 dropped:0 overruns:0 carrier:15
collisions:0 txqueuelen:0
RX bytes:1854905 (1.7 Mb) TX bytes:408351 (398.7 Kb)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:172.16.1.34 P-t-P:172.16.1.33 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:172.16.230.1 Bcast:172.16.230.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
inet addr:192.168.146.1 Bcast:192.168.146.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wifi0 Link encap:UNSPEC HWaddr 00-0D-88-81-8C-5B-9F-1A-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:85326 errors:0 dropped:0 overruns:0 frame:180148
TX packets:1441 errors:487 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:4522820 (4.3 Mb) TX bytes:105542 (103.0 Kb)
Interrupt:23 Memory:fa1c0000-fa1d0000
|
ip rule list
nothing happens
ip route show table local
| Quote: |
broadcast 192.168.3.0 dev ath0 proto kernel scope link src 192.168.3.101
broadcast 192.168.2.255 dev eth1 proto kernel scope link src 192.168.2.101
broadcast 127.255.255.255 dev lo proto kernel scope link src 127.0.0.1
broadcast 192.168.146.255 dev vmnet8 proto kernel scope link src 192.168.146.1
broadcast 172.16.230.255 dev vmnet1 proto kernel scope link src 172.16.230.1
local 192.168.3.101 dev ath0 proto kernel scope host src 192.168.3.101
broadcast 192.168.3.255 dev ath0 proto kernel scope link src 192.168.3.101
broadcast 192.168.2.0 dev eth1 proto kernel scope link src 192.168.2.101
broadcast 192.168.146.0 dev vmnet8 proto kernel scope link src 192.168.146.1
local 172.16.230.1 dev vmnet1 proto kernel scope host src 172.16.230.1
local 84.216.47.57 dev eth0 proto kernel scope host src 84.216.47.57
broadcast 84.216.47.57 dev eth0 proto kernel scope link src 84.216.47.57
local 192.168.146.1 dev vmnet8 proto kernel scope host src 192.168.146.1
broadcast 172.16.230.0 dev vmnet1 proto kernel scope link src 172.16.230.1
local 172.16.1.34 dev tun0 proto kernel scope host src 172.16.1.34
broadcast 127.0.0.0 dev lo proto kernel scope link src 127.0.0.1
local 192.168.2.101 dev eth1 proto kernel scope host src 192.168.2.101
local 127.0.0.1 dev lo proto kernel scope host src 127.0.0.1
local 127.0.0.0/8 dev lo proto kernel scope host src 127.0.0.1
|
added a few commands of my own
ip route show
| Quote: |
84.216.47.57 dev eth0 scope link
172.16.1.33 dev tun0 proto kernel scope link src 172.16.1.34
192.168.146.0/24 dev vmnet8 proto kernel scope link src 192.168.146.1
192.168.3.0/24 dev ath0 proto kernel scope link src 192.168.3.101
192.168.2.0/24 dev eth1 proto kernel scope link src 192.168.2.101
172.16.1.0/24 via 172.16.1.33 dev tun0
172.16.230.0/24 dev vmnet1 proto kernel scope link src 172.16.230.1
127.0.0.0/8 dev lo scope link
default via 84.216.47.57 dev eth0 scope link
|
hmmmm, doing " ip neig show" lists a LOT of addresses in the format of:
(an ipaddress here) dev eth0 lladdr (a MAC address here) STALE
oh, yes, I use rtorrent for torrents, btw. So I guess these ips are working on my torrents.
Next command:
ip ntable show
| Quote: |
inet6 ndisc_cache
thresh1 128 thresh2 512 thresh3 1024 gc_int 30000
refcnt 1 reachable 44864 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev ath0
refcnt 1 reachable 26914 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev sit1
refcnt 2 reachable 21739 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev vmnet8
refcnt 1 reachable 31480 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev vmnet1
refcnt 1 reachable 37558 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev eth1
refcnt 1 reachable 30091 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev eth0
refcnt 1 reachable 23141 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet6 ndisc_cache
dev lo
refcnt 2 reachable 41057 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 0
inet arp_cache
thresh1 128 thresh2 512 thresh3 1024 gc_int 30000
refcnt 1 reachable 32487 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev ath0
refcnt 1 reachable 33874 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev tun0
refcnt 1 reachable 31104 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev vmnet8
refcnt 1 reachable 36741 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev vmnet1
refcnt 1 reachable 36899 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev eth1
refcnt 1 reachable 33407 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev eth0
refcnt 932 reachable 22749 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
inet arp_cache
dev lo
refcnt 2 reachable 33197 base_reachable 30000 retrans 1000
gc_stale 60000 delay_probe 5000 queue 3
app_probes 0 ucast_probes 3 mcast_probes 3
anycast_delay 1000 proxy_delay 800 proxy_queue 64 locktime 1000
|
ip tunnel show
| Quote: |
sit0: ipv6/ip remote any local any ttl 64 nopmtudisc
sit1: ipv6/ip remote 64.86.88.116 local any ttl 64
|
ip link show
| Quote: |
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:e0:18:b7:1c:f4 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:05:5d:8b:23:65 brd ff:ff:ff:ff:ff:ff
4: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
5: ip6tnl0: <NOARP> mtu 1460 qdisc noop
link/tunnel6 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
8: vmnet1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:50:56:c0:00:01 brd ff:ff:ff:ff:ff:ff
9: vmnet8: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:50:56:c0:00:08 brd ff:ff:ff:ff:ff:ff
10: sit1@NONE: <POINTOPOINT,NOARP,UP> mtu 1480 qdisc noqueue
link/sit 0.0.0.0 peer 64.86.88.116
11: tun0: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/[65534]
15: wifi0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 199
link/ieee802.11 00:0d:88:81:8c:5b brd ff:ff:ff:ff:ff:ff
19: ath0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
link/ether 00:0d:88:81:8c:5b brd ff:ff:ff:ff:ff:ff
|
ip addr show
| Quote: |
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,NOTRAILERS,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:e0:18:b7:1c:f4 brd ff:ff:ff:ff:ff:ff
inet 84.216.47.57/32 brd 84.216.47.57 scope global eth0
inet6 2001:5c0:812f:1::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::2e0:18ff:feb7:1cf4/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:05:5d:8b:23:65 brd ff:ff:ff:ff:ff:ff
inet 192.168.2.101/24 brd 192.168.2.255 scope global eth1
inet6 fe80::205:5dff:fe8b:2365/64 scope link
valid_lft forever preferred_lft forever
4: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
5: ip6tnl0: <NOARP> mtu 1460 qdisc noop
link/tunnel6 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 brd 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
8: vmnet1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:50:56:c0:00:01 brd ff:ff:ff:ff:ff:ff
inet 172.16.230.1/24 brd 172.16.230.255 scope global vmnet1
inet6 fe80::250:56ff:fec0:1/64 scope link
valid_lft forever preferred_lft forever
9: vmnet8: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:50:56:c0:00:08 brd ff:ff:ff:ff:ff:ff
inet 192.168.146.1/24 brd 192.168.146.255 scope global vmnet8
inet6 fe80::250:56ff:fec0:8/64 scope link
valid_lft forever preferred_lft forever
10: sit1@NONE: <POINTOPOINT,NOARP,UP> mtu 1480 qdisc noqueue
link/sit 0.0.0.0 peer 64.86.88.116
inet6 2001:5c0:8fff:fffe::47f/128 scope global
valid_lft forever preferred_lft forever
inet6 fe80::c0a8:9201/64 scope link
valid_lft forever preferred_lft forever
inet6 fe80::ac10:e601/64 scope link
valid_lft forever preferred_lft forever
inet6 fe80::c0a8:265/64 scope link
valid_lft forever preferred_lft forever
inet6 fe80::54d8:2f94/64 scope link
valid_lft forever preferred_lft forever
11: tun0: <POINTOPOINT,MULTICAST,NOARP,UP> mtu 1500 qdisc pfifo_fast qlen 100
link/[65534]
inet 172.16.1.34 peer 172.16.1.33/32 scope global tun0
15: wifi0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 199
link/ieee802.11 00:0d:88:81:8c:5b brd ff:ff:ff:ff:ff:ff
19: ath0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
link/ether 00:0d:88:81:8c:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.3.101/24 brd 192.168.3.255 scope global ath0
inet6 fe80::20d:88ff:fe81:8c5b/64 scope link
valid_lft forever preferred_lft forever
|
Finally, here's my info
emerge --info
| Quote: |
Portage 2.1.1_pre4 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.3.6-r4, 2.6.16-gentoo-r10 i686)
=================================================================
System uname: 2.6.16-gentoo-r10 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.12.1
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=pentium4 -march=pentium4 -Os -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/splash /etc/terminfo"
CXXFLAGS="-mtune=pentium4 -march=pentium4 -Os -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo http://mirror.gentoo.no/ http://gentoo.osuosl.org/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.tds.net/gentoo ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ ftp://mirror.datapipe.net/gentoo http://mirror.uni-c.dk/pub/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://files.gentoo.org ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://mirrors.blueyonder.co.uk/mirrors/gentoo ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.planetmirror.com/pub/gentoo/ ftp://mirror.pacific.net.au/linux/Gentoo ftp://mirror.isp.net.au/pub/gentoo/ "
LANG="sv_SE.UTF-8"
LC_ALL="sv_SE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -s"
LINGUAS="sv_SE sv en en_GB en_US da"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/gentoo-webapps-overlay/experimental /usr/local/gentoo-webapps-overlay/production-ready /usr/local/gentoo-general-overlay"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 7zip X a52 acpi alsa apache2 apm avi bcmath berkdb bitmap-fonts bzlib cdr cli crypt cups dlloader dri dvd dvdr eds emboss encode fam ffmpeg flac foomaticdb fortran ftp gdbm gif gnome gnutls gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg jpeg2k kde libg++ libwww lzo mad mikmod mmx motif mp3 mpeg ncurses network nls nptl nptlonly nsplugin opengl oss pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl tcpd theora truetype truetype-fonts type1-fonts udev unicode xinerama xml xml2 xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_sv_SE linguas_sv linguas_en linguas_en_GB linguas_en_US linguas_da userland_GNU video_cards_nvidia"
Unset: CTARGET, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
|
_________________ ___________________
There is No Substitute! |
|
| Back to top |
|
 |
N-S n00b

Joined: 30 Oct 2005 Posts: 34
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|