Skip to Content.
Sympa Menu

ndt-users - RE:

Subject: ndt-users list created

List archive

RE:


Chronological Thread 
  • From: Martyn Cheatle <>
  • To:
  • Subject: RE:
  • Date: Thu, 13 Oct 2005 10:55:33 +0100
  • Return-receipt-to: Martyn Cheatle <>

update, If I remove my wireless card after at least 10 seconds then the test completes, does this help towards solving my issue?
 
Martyn
 
click START to re-test
Checking for Middleboxes . . . . . . . . . . . . . . . . . .  Done
running 10s outbound test (client to server) . . . . . 318.73Kb/s
running 10s inbound test (server to client) . . . . . . 9.71kb/s
Your PC is connected to a Cable/DSL modem


From: Martyn Cheatle [mailto:]
Sent: 13 October 2005 10:23
To:
Subject:

After a bit learning cure and the help of users from this list I'm getting there, I just have one problem now which is as follows: -

If I edit start.ndt I have a problem starting it, I have added a log line at the end of the websrv100 see below

#! /bin/csh -f


set cnt = `ps auxw | grep web100srv | grep -v grep | wc -l`
if ($cnt == 0) then
        /usr/local/sbin/web100srv -a /var/log/web100/web100srv.log >& /dev/null &
endif

set cnt = `ps auxw | grep fakewww | grep -v grep | wc -l`
if ($cnt == 0) then
        /usr/local/sbin/fakewww -l/var/log/fakewww.log >& /dev/null &
Endif

Then when I run start.ndt I get the following

[root@localhost conf]# ./start.ndt
'nknown option: `-
Usage: csh [ -bcdefilmnqstvVxX ] [ argument ... ].

But if I leave it and do not edit it then it starts fine, I used Microsoft's WordPad to edit the file.

Also I have added the following to my firewall rules using webmin but I'm unable to run any tests from server to client, it just sits there doing nothing

iptables -A NDT -p tcp --dport 7123 -j ACCEPT
iptables -A NDT -p tcp --dport 3001 -j ACCEPT
iptables -A NDT -p tcp --dport 3002 -j ACCEPT
iptables -A NDT -p tcp --dport 3003 -j ACCEPT
iptables -A NDT -p tcp --sport 3001 -j ACCEPT
iptables -A NDT -p tcp --sport 3002 -j ACCEPT
iptables -A NDT -p tcp --sport 3003 -j ACCEPT

Anybody got any ideas on how can solve my issues

Many thanks

Martyn



The contents of this email and any attachments are sent for the personal attention
of the addressee(s) only and may be confidential. If you are not the intended
addressee, any use, disclosure or copying of this email and any attachments is
unauthorised - please notify the sender by return and delete the message. Any
representations or commitments expressed in this email are subject to contract.

ntl Group Limited


The contents of this email and any attachments are sent for the personal attention
of the addressee(s) only and may be confidential. If you are not the intended
addressee, any use, disclosure or copying of this email and any attachments is
unauthorised - please notify the sender by return and delete the message. Any
representations or commitments expressed in this email are subject to contract.

ntl Group Limited


  • RE:, Martyn Cheatle, 10/13/2005
    • Message not available
      • RE:, Richard Carlson, 10/13/2005

Archive powered by MHonArc 2.6.16.

Top of Page