search for: target_ip

Displaying 5 results from an estimated 5 matches for "target_ip".

Did you mean: target_id
2008 Mar 19
1
smbclient transfer speed on solaris
...10 (sun4v arch). smbclient version is 3.0.25a. Although this is a switched gigabit network (no firewalls/routers inbetween), and even jumbo frames are set up on the relevant NICs on both sides, I cannot transfer more than 35mbyte/s (40 peak) with smbclient. The command line is: smbclient //<TARGET_IP>/<sharename> -I <TARGET_IP> -A <auth_file> -c'prompt; ls ; mget *;' The diskwrites on the solaris box cannot be the bottleneck, tested it, can write way more. I was wondering if anyone had an advice regarding performance tuning? According to our win-admins they can...
2004 Aug 23
1
'net rcp shudown' with mashine account (-n -P) possible???
...ith an mashine account auth (from the PDC)? I couldn't get it to work: supzli02pdc:~ # net -n supzli02pdc -P rpc shutdown -r -t 1 -S <target-pc> --comment=Abmelden [2004/08/23 05:12:39, 0] utils/net_rpc.c:rpc_shutdown_internals(2766) Shutdown of remote machine failed! adding -I <target_ip> doesn't help Any sugestions ?? Question: Is this generally possible???? On the other hand quering user list works with -P : -------------------------------------------------- supzli02pdc:/ # net rpc user -P ====> works !! supzli02pdc:/ # net rpc user Password: Could not connec...
2014 Jan 17
0
blockcopy, userspace iSCSI support?
...can do this with the monitor directly (and avoid the need to call out to external iscsiadm): virsh qemu-monitor-command ${DOMAIN} '{"execute":"drive-mirror", "arguments": { "device": "drive-virtio-disk0", "target": "iscsi://${TARGET_IP}:3260/${DOMAIN}/1", "mode": "existing", "sync": "full", "on-source-error": "stop", "on-target-error": "stop" } }' Is there a way to use the libiscsi compiled into my QEMU with virsh blockcopy command? I have...
2012 Dec 10
8
home directory server performance issues
...y files. Furthermore, for all the dev servers, I used the following tc commands to rate limit how quickly any one server can write to the home directory server (8 Mbps or 1 MB/s): ETH_IFACE=$( route -n | grep "^0.0.0.0" | awk '{ print $8 }' ) IFACE_RATE=1000mbit LIMIT_RATE=8mbit TARGET_IP=1.2.3.4 # home directory server IP tc qdisc add dev $ETH_IFACE root handle 1: htb default 1 tc class add dev $ETH_IFACE parent 1: classid 1:1 htb rate $IFACE_RATE ceil $IFACE_RATE tc class add dev $ETH_IFACE parent 1: classid 1:2 htb rate $LIMIT_RATE ceil $LIMIT_RATE tc filter add dev $ETH_IFACE pa...
2018 May 24
3
Cannot ping subnet hosts
Dear all, I am trying to configure a basic TINC vpn between two sites using OpenWRT routers. The link seems to work, the ping between the two routers is ok, but I can't ping hosts between the subnets behind the routers. This is the configuration: ======== SITE 1 (CLIENT) - polimnia (subnet 192.168.4.0/24, gw 192.168.4.1) tinc.conf ------------- Name = polimnia ConnectTo = calliope