Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2003 10:20:43 +0300
From:      Lev Klimin <levanty@mari-el.ru>
To:        freebsd-questions@freebsd.org
Message-ID:  <27590871988.20031125102043@mari-el.ru>

next in thread | raw e-mail | index | archive | help
Hi!

I've FreeBSD-4.8-release with two Ethernet adapters Intel82257. Before
I'd 4.7-release and I'd no problem. Now if I up second interface fxp1,
command netstat -r can't correctly issue routing table from kernel.
---
# ifconfig fxp1 up
#
# netstat -r
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            gate-bb-fe0-1      UGSc        2        4   fxp0
localhost          localhost          UH          0       45    lo0
---
As soon as I down fxp1, netstat -r work wright.
---
# ifconfig fxp1 up
#
# netstat -r
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            gate-bb-fe0-1      UGSc        2        5   fxp0
localhost          localhost          UH          0       67    lo0
195.161.208.128/26 link#1             UC          5        0   fxp0
aqua               00:20:ed:1d:ec:0e  UHLW        1      373   fxp0    989
lion               00:90:27:23:cb:38  UHLW        6    16408   fxp0   1142
gate-bb-fe0-1      00:02:b9:b9:50:b0  UHLW        3        0   fxp0   1059
max1               00:c0:7b:a9:d3:3f  UHLW        0        0   fxp0   1186
alteon-bb-9        00:60:cf:4a:d1:80  UHLW        0        0   fxp0   1129

If fxp1 up, I may ping address on this interface, but telnet is very
slowly.

Can you help me, please?

-- 
Lev Klimin                           mailto:levanty@mari-el.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27590871988.20031125102043>