Displaying 20 results from an estimated 24 matches for "per_source".
Did you mean:
err_source
2006 Mar 17
3
TFTP problems on FC4
...e = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -vvvvvvvvvvvv -c -s /tftpboot/
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
Here is the error message I get on FC4:
Mar 17 09:52:52 localhost in.tftpd[22194]: RRQ from 172.16.10.56 filename
OS79XX.TXT
Mar 17 09:52:52 localhost in.tftpd[22194]: sending NAK (0, Permission
den...
2007 Sep 13
4
[CentOS 5] tftp-server, unable to create new files (even with "-c" option)
...ftp
{
disable = no
socket_type = dgram
protocol = udp
wait = no
user = root
server = /usr/sbin/in.tftpd
server_args = -s -c /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
And here is it concerning the home path owner & permissions:
[root at chl1 /]# ls -la
...
drwxrwxrwx 2 root root 4096 Sep 13 10:18 tftpboot
...
[root at chl1 /]# ls -la tftpboot/
drwxrwxrwx...
2002 Oct 29
2
wierd problem concerning directory, symlinks, chroot
...wait = yes
user = root
log_on_failure += USERID
bind = 10.13.0.254
server = /usr/sbin/in.tftpd
nice = 5
instances = UNLIMITED
per_source = UNLIMITED
cps = 200 20
server_args = -p -v -v -u nobody -c
}
with this config, nothing appears to work:
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: RRQ from 10.13.0.60 filename
aaa-config
Oct 29 13:53:37 nsite-mpls-1 in.tftpd[4698]: s...
2007 Nov 01
2
help diagnosing tftp server on centos 5
...socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
Did the service xinetd restart.
Now from another computer on the network I am trying manually "tftp IP
-c get myfile"
and nothing happens.
/tftpboot permissions are: drwxr-xr-x 4 ro...
2011 Jun 11
6
TFTP to be installed in Linux same asterisk machine to be used with Cisco
Hi All;
Any one can suggest a TFTP server to be installed in Fedora (same machine that Asterisk is installed) to be used for Cisco IP Phones to download the required firmware and configuration files.
Thanks for the help in advance.
Regards
Bilal
2009 May 24
1
PXEboot trouble with Soekris 4826
...n_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source =11
cps =100 2
flags =IPv4
}
(there are also a few tftp files in the xinetd.d directory).
My /tftpboot/pxelinux.cfg has the file C0 which is like this:
(I use a USB-serial port connector)
SERIAL 0 19200
DEFAULT /vmlinuz console=ttys0,19200,n8 initrd=ini...
2012 Nov 13
2
TFTP forking thousands of processes
...onder whether forking so many processes hanging on select() is correct behaviour.
My inet configuration looks like this:
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot -v -v -v -c
per_source = 11
cps = 100 2
flags = IPv4
instances = 500
}
Which I'd undetstand that no more then 500 in.tftpd processes should be spawned.
I guess tftp is forking on it's own, right? Is it possible it could block somewhere
unable to send replis, but forking on (repeated) requests?
Does...
2013 Jun 08
2
memdisk and iso, speed up
On Sat, Jun 8, 2013 at 1:44 AM, Geert Stappers <stappers at stappers.nl> wrote:
> Op 2013-06-07 om 12:20 schreef upen:
> > On Fri, Jun 7, 2013 at 9:29 AM, Geert Stappers <stappers at stappers.nl>
> wrote:
> > > Op 2013-06-07 om 06:18 schreef upen:
> > > > [ ... dhcp server configuration ... ]
> > > > Everything has been always like this on
2006 Jul 12
1
tftp question
...socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
When I am on the computer and I "tftp localhost" an request a file it
will give it to me.
when I "tftp localip" it will say connection timeout, when I "tftp
INTERNETIP"...
2004 Mar 17
0
about pxe booting, no boot filename found(cont.)
...vice tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -u nobody -s /tftpboot/
per_source = 11
cps = 100 2
}
Please have a look of them, Thanks!
Chris
2006 Jun 12
0
tftp trouble
...m
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -v -v -v -s /home/tf-user/tftpdir
-c -u tf-user
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
[root at 170 chadr]#
2006 Nov 15
2
Question about TFTPD server
Hi all,
I have installed this package onto my Debian and placed the files i want the Cisco 7960 phone to get from the tftpdboot directory. But it doesn't seem to work. Are ther any special settings I should do to this server?
Many thanks for all your help,
Christian
2007 Nov 01
0
help diagnosing tftp server on centos 5 - fixed
...m
> protocol = udp
> wait = yes
> user = root
> server = /usr/sbin/in.tftpd
> server_args = -v -s /tftpboot
> disable = no
> per_source = 11
> cps = 100 2
> flags = IPv4
> }
>
>
> Did the service xinetd restart.
>
> Now from another computer on the network I am trying manually "tftp IP
> -c get myfile"
> and nothing happens....
2008 Sep 24
3
Telnet & ssh connection limit and idle timeout
Dear all,
*
I am running centos 4 update 5. I want to limit user connection(maximum 10
simultaneous connection are only allowed) to server
(for telnet & ssh sessions).In the mean time i like to remove all dead and
idle connections(ssh & telnet session) of more that 24 hours.
Any one guide me how to do this.
Regards
Lingu
*
-------------- next part --------------
An HTML attachment
2010 Feb 03
1
limiting the number of connections per client
Hello All,
We have a very high utilization rsync server. We can handle large
number of connections at a time, but would like to limit to one
connection per client. we don't want multiple connections from the
same client. Is that possible?
Thanks
Saqib
http://enterprise20.squarespace.com
2008 Feb 27
1
put command is not working in tftp server
...{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
rpm -qa | grep tftp
tftp-server-0.42-3.1.el5.centos
tftp-0.42-3.1.el5.centos
Please let me know if you need any further inputs.
Thanks & Regards
Ankush
2007 May 05
2
PXELinux cfg file problem
...range dynamic-bootp 10.0.0.10 10.0.0.20;
filename "pxelinux.1";
}
/etc/xinetd.d/tftp.conf:
---------------------------
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
/tftpboot/pxelinux.cfg/default:
---------------------------
label linux
kernel vmlinuz-2.6.18-1.2798.fc6
append nfsroot=10.0.0.3:/thin
Thanks, Alex.
_________________________________________________________________
Live Search delivers results the way you...
2006 Oct 16
2
Dovecot still failing with RC10...
...duration of the session.
log_on_success = HOST PID DURATION EXIT
# What to log when the connection fails. Same options as above
log_on_failure = HOST
# The maximum number of connections a specific IP address can
# have to a specific service.
per_source = 50
}
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/local/libexec/dovecot/pop3-login
port = 110
flags = REUSE IPv4
rlimit_cpu = 150
instan...
2013 Jun 10
2
memdisk and iso, speed up
...cket_type = dgram
> protocol = udp
> wait = yes
> user = root
> server = /usr/sbin/in.tftpd
> #server_args = -s /tftpboot
> server_args = -s /var/www/html
> disable = no
> per_source = 11
> cps = 100 2
> flags = IPv4
> bind = 192.168.0.100
>
>
>
I don't think there is a configuration problem.
More likely a bad connected network cable.
If there is a configuration issue, then I would start with
>...
2013 Jun 10
0
memdisk and iso, speed up
.../etc/xinetd.d/tftp
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
#server_args = -s /tftpboot
server_args = -s /var/www/html
disable = no
per_source = 11
cps = 100 2
flags = IPv4
bind = 192.168.0.100
>
>
>>
>> > I changed server-name to dhcp209l and updated /etc/hosts with new host
>> > entry of this name with ip of eth1.
>>
>> Ack[3].
>>
&g...