Hallo zusammen,
Habe inzwischen herausgefunden, das mein Samba
problem ein allg. Netzwerkproblem sein muss, da
auch eine filetransfer ueber ftp die gleiche
problematik aufweist:
10 MB NT --> FreeBsd3.1 Server 30 sec.
10 MB FreeBSD3.1 Server --> NT 10 min
Der wert mag etwas uebertriebn sein, aber es ist
ein ziemlich nerviges problem.
Wo koennte ich etwas falsch konfiguriert haben ?
(routing, kernel, resolving, ... ?????? )
Da inzwischen das netzwerk auf twisted pair und
hub umgestellt wurde ( vorher BNC) und auch eine
neue Netzwerkakrte im Server ist, schliesse ich
hardware-probleme aus.
Welche diganose tools gibt es unter freebsd (
ausser tcpdump )
Danke im voraus, sorry fuer die laenge
Stephan :-)
netstat -rn :
--------------------------------------
default 0.0.0.1 UGSc 18 42 isp0
127.0.0.1 127.0.0.1 UH 0 0 lo0
192.168.200 link#1 UC 0 0 rl0
192.168.200.18 52:54:5:f2:17:a7 UHLW
6 125 rl0 1094
192.168.200.255 ff:ff:ff:ff:ff:ff UHLWb 1
41 rl0
kernel config:
-------------------------------------------------
options INET
options IPX // brauch ich evtl nicht
options HDLC
pseudo-device ether
pseudo-device sppp
pseudo-device loop
pseudo-device bpfilter 8
pseudo-device disc
pseudo-device tun 1
pseudo-device sl 2
pseudo-device ppp 2
options PPP_BSDCOMP #PPP
options PPP_DEFLATE
options PPP_FILTER
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE
options IPFIREWALL_FORWARD
options "IPFIREWALL_VERBOSE_LIMIT=100"
options IPDIVERT #divert
options IPFILTER #kernel
options IPFILTER_LOG
options IPFILTER_LKM #kernel
options TCPDEBUG
options "ICMP_BANDLIM"
controller pci0 # Autoprobing pci bus
device rl0 # Ethernet Card Realtek
rc.conf:
------------------------------------------------
network_interfaces="rl0 lo0 isp0"
ifconfig_rl0="inet 192.168.200.1 netmask
255.255.255.0"
ifconfig_isp0="inet 0.0.0.0 0.0.0.1
netmask 255.255.255.0 link1"
.........
firewall_enable="YES" # Set to YES to
firewall_type="OPEN"
firewall_quiet="YES" # Set to YES to
natd_enable="YES"
natd_interface="isp0" # Public
interface natd_flags="-l -dynamic"
.......
router_enable="YES"
router="routed"
routerflags=""
gateway_enable="YES"
defaultrouter="0.0.0.1"
--------------------------------------------------
Stephan Schwichtenberg
<<< Wozu einfach, geht doch auch kompliziert >>>
--------------------------------------------------
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 01 Apr 2000 - 16:53:14 CEST