Displaying 20 results from an estimated 81 matches for "4011".
Did you mean:
2011
2002 Sep 04
2
PXE-E55 ProxyDHCP - No reply to request on port 4011
...:25 save1
Contents of C0A868:
(note: APPEND line is wrapped)
[steveo at pxelinux steveo]$ cat /tftpboot/pxelinux.cfg/C0A868
DEFAULT linux
APPEND initrd=rootfs.gz root=/dev/ram0 rw
ip=192.168.104.55:192.168.104.141:192.
168.104.1:255.255.255.0:pxeclient:eth0:off
I also added a tftp line for port 4011 in the services file in order to
try to fix this problem:
tftp 69/tcp
tftp 69/udp
tftp 4011/tcp
tftp 4011/udp
Here is the problem:
I have two machines - one boots fine, the other one does not
differences are in the MBA/PXE versions:
Machine 1:
MBA:...
2016 Aug 23
2
samba-tool drs showrepl shows WERR_BAD_NETPATH
...ns: 0x00000001
DSA object GUID: 1ae9c878-4d33-417a-9995-061189db4f8d
DSA invocationId: dff09274-9c24-49c6-beb5-647561d5d893
==== INBOUND NEIGHBORS ====
DC=ForestDnsZones,DC=mydomain,DC=uni-frankfurt,DC=de
Default-First-Site-Name\dc2 via RPC
DSA object GUID: e4da82c7-5d42-4011-8733-00a9dffb6633
Last attempt @ Mon Aug 22 16:19:25 2016 CEST was
successful
0 consecutive failure(s).
Last success @ Mon Aug 22 16:19:25 2016 CEST
....
==== OUTBOUND NEIGHBORS ====
DC=ForestDnsZones,DC=mydomain,DC=uni-frankfurt,DC=de...
2005 May 30
5
ipchains to shorewall
.../There are also a handful of udp ports that need to/
# /be open, but we''ve already opened those, above./
#
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 67 -j ACCEPT
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 69 -j ACCEPT
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 4011 -j ACCEPT
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 1759 -j ACCEPT
I have tried to change policy and rules with no results.
Regards.
Quiliro
2016 Aug 22
1
ERROR(<class 'samba.drs_utils.drsException'>): DsReplicaSync failed - drsException: DsReplicaSync failed (-1073610699, 'The operation cannot be performed.')
Hi All,
since Friday I get a surprising error, when I try to replicate my
domain-controllers.
This is new! It worked before in any direction without any failures...
When I replicate from dc2 to dc1 this runs also, without any failures:
root at dc1:~# samba-tool drs replicate dc1 dc2
DC=mydomain,DC=uni-frankfurt,DC=de
Replicate from dc2 to dc1 was successful.
Only when I try to replicate from
2003 Feb 03
1
Problems booting PXE-Client
...3.170.135.161;
}
...
pxe.conf contains:
# which interface to use
interface=eth1
default_address=192.168.1.1
# the multicast ip address to listen on
multicast_address=224.0.1.2
# mtftp info
mtftp_address=224.1.5.1
mtftp_client_port=1758
mtftp_server_port=1759
# the port to listen on
listen_port=4011
# enable multicast?
use_multicast=1
# enable broadcast?
use_broadcast=0
# user prompt
prompt=Press F8 to view menu ...
prompt_timeout=10
# what services to provide, priority in ordering
# CSA = Client System Architecture
# service=<CSA>,<min layer>,<max layer>,<basename>...
2016 Aug 24
0
samba-tool drs showrepl shows WERR_BAD_NETPATH
...1ae9c878-4d33-417a-9995-061189db4f8d
> DSA invocationId: dff09274-9c24-49c6-beb5-647561d5d893
>
> ==== INBOUND NEIGHBORS ====
>
> DC=ForestDnsZones,DC=mydomain,DC=uni-frankfurt,DC=de
> Default-First-Site-Name\dc2 via RPC
> DSA object GUID: e4da82c7-5d42-4011-8733-00a9dffb6633
> Last attempt @ Mon Aug 22 16:19:25 2016 CEST was
> successful
> 0 consecutive failure(s).
> Last success @ Mon Aug 22 16:19:25 2016 CEST
> ....
>
> ==== OUTBOUND NEIGHBORS ====
>
> DC=ForestDnsZones,DC=m...
2014 Dec 26
3
Chain-loading from WDS to PXELinux on a different tftp server
...an still use regular WDS which runs next as a
PXE filter (DLL linked into WDS) to fire off anything you want to including
PXELinux.
>
> The stuff I was talking about before with PXELinux not working in EFI-64
was related to the EFI Network Boot Rom trying to connect to the DHCP
server on Port 4011 (PXE server). I could have kept hacking around with
DHCP options, or forced DHCPD to listen on that port, or set up a proper
PXEServer that complies with 3.X of the PXE spec, but it wasn't required
for what we wanted in this environment so I moved on, and let WDS
workaround the problem with EFI...
2003 Aug 08
4
Voicemail2 - auto fill the dialing extension?
Hi,
First off, a big thanks to Digium (Mark, John, and Martin) for helping
sort out a BellSouth config issue on our PRI. T100P working like a
champ!
Now it's back to tweaking the configuration on our SIP phones (7960s).
The message_uri parameter in the phone's configuration file is working
great. Dials comedian mail directly. Is there a way to let voicemail2
know what the incoming
2015 Jun 03
5
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
...than that, nothing special.
Problem 1:
The first problem is an issue in TianoCore BIOS that has been there since
the beginning. When responding to a proxyDHCP and attempting to grab the
boot filename, BIOS specifies an incorrect sending/listening
(source/destination) port pair. It should be 68/4011 but sends 4011/4011.
I updated this for IPv4 but noticed that the problem has been carried over
to IPv6 code in our code base.
Failing scenario/behavior for problem 1:
You can determine if you have this issue by setting up a WireShark system
and snooping. The failing scenario is in the UDP req...
2015 Jun 04
0
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
...instance.
>>>
Problem 1:
The first problem is an issue in TianoCore BIOS that has been there since
the beginning. When responding to a proxyDHCP and attempting
to grab the boot filename, BIOS specifies an incorrect sending/listening
(source/destination) port pair. It should be 68/4011 but sends 4011/4011.
I updated this for IPv4 but noticed that the problem has
been carried over to IPv6 code in our code base.
<<<
RFC2131 says:
"DHCP uses UDP as its transport protocol. DHCP messages from a client
to a server are sent to the 'DHCP server' port (67)...
2014 Dec 29
0
Chain-loading from WDS to PXELinux on a different tftp server
Thanks for your email. Yes it does provide some insight into why I could hack a Linux DHCP server into providing enough PXE boot information for PXE 3 clients but PXE 2.1 were happy (ROMs under many circumstances need to use proxy dhcp 4011 - as documented by IBM on the link I shared earlier).
It appears only the most latest Dell business systems have EFI 64 support, and the best you can expect from models 2-3 years old is Legacy PXE ROM and only EFI support for booting from USB/HDD - correct me if I'm wrong.
Moving on from tha...
2011 Oct 18
1
nuisance variables
...for my code should be:
try = glm(Sepal.Length~Sepal.Width - Petal.Length - Species, data=iris);
Sorry if it looks stupid... But I didn't manage to find any information on
nuisance variables in R...
--
*Best Regards,*
*Alexander Lebedev*
Stavanger University Hospital, Dept. of Psychiatry,
4011, Armauer Hansens vei 20,
Stavanger, Norway.
researcher
[[alternative HTML version deleted]]
2010 Dec 13
3
Voice mail distribution - missing messages
...p;1001&1002,u)), but the VM never gets distributed to the intended recipients. Instead, I get the following in the logs:
[Dec 13 11:54:50] NOTICE[15965]: app_voicemail.c:4988 copy_message: Copying message from 1000 at default to 1001 at default
[Dec 13 11:54:50] WARNING[15965]: app_voicemail.c:4011 base_encode: Failed to open file: /var/spool/asterisk/voicemail/default/1001/INBOX/msg0000.WAV: No such file or directory
[Dec 13 11:54:50] NOTICE[15965]: app_voicemail.c:4988 copy_message: Copying message from 1000 at default to 1002 at default
[Dec 13 11:54:50] WARNING[15965]: app_voicemail.c:401...
2002 Jul 08
9
Cannot Sync Browser Lists
I run an IPsec/Freeswan VPN to connect 4 disparet windows LANS.
I managed to RTFM until cross-subnet browsing worked (samba 2.0).
Having upgraded to 2.2.3 It would seem that this feature is not working.
BACKGROUND:
originally all sources of information led me to understand that I would
need a box running samba behind the firewall/IPsec box as I could not
even ping a remote internal IP from the
2014 Dec 29
2
Chain-loading from WDS to PXELinux on a different tftp server
...Sent: Saturday, December 27, 2014 4:32 AM
>
> Luke, I have considerable experience with this. We use WDS at work
> for PXE (MS-centric shop). I use pxelinux at home.
>
> I've got WDS working in our test lab w/ UEFI. As you state, it strongly
> wishes to do proxyDHCP (port 4011). More on this in a bit.
>
> It's quite common to segregate the DHCP server from the TFTP
> server. Commonly, it's because DHCP services is maintained why one
> team and PXE boot by another.
>
> What you're desiring is somewhat obscure -- you're wanting your WDS...
2003 Apr 13
2
Problem in getting tftp transfer to succeed
...269 7661 7465 2f74 6674 7062 6f6f 742f rivate/tftpboot/
0x0030 7078 656c 696e 7578 2e30 006f 6374 6574 pxelinux.0.octet
0x0040 0074 7369 7a65 0030 005e 55b2 61 .tsize.0.^U.a
10:42:50.341634 192.168.1.1.49234 > 192.168.1.10.2070: udp 14
0x0000 4500 002a 4070 0000 4011 b6f7 c0a8 0101 E..*@p.. at .......
0x0010 c0a8 010a c052 0816 0016 cea0 0006 7473 .....R........ts
0x0020 697a 6500 3130 3938 3800 ize.10988.
10:42:50.341752 192.168.1.10.2070 > 192.168.1.1.49234: udp 17
0x0000 4500 002d 0003 0000 1411 2362 c0a8 010a...
2010 Mar 07
3
Can PXElinux be used to dynamically pass DHCP option 252 to a PXE client?
...f DHCP option 252 (wpad) has been provided in the format "\path\to\BCD\file", "bootmgr.exe" will simply load that file from the TFTP server and use that as the BCD-file.
Option 2) If DHCP option 252 has not been provided, it will try to contact the WDS server (I think) at port 4011 to ASK for the location of the BCD file. If no response is received, it use the last option 3.
Option 3) load the file "BCD" from the "\Boot" folder on the TFTP server ("\Boot\BCD").
This means that if PXElinux can dynamically pass DHCP option 252 with a text lik...
2007 Mar 28
1
Unsetting Global Vars
...bal variable as 'scratch' space and later the parent to grab it.
Basically I need to be able to do the opposite of variable inheritance.
I need to propagate a variable status up the channel chain instead of down.
--
Johann Hoehn
Project Coordinator, Administration
Direct: 270-707-2040 x 4011
Ecommerce Corporation (www.ecommerce.com)
2009 Aug 11
1
Cisco 1760 Multiline phone
...------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090811/7f972551/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 4011 bytes
Desc: image002.jpg
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090811/7f972551/attachment-0001.jpeg
2011 Dec 02
0
Permanent Opening for Unix Systems Admin in Rockville, MD - USA
Hello All,
This is Ryan Jones from Realinterface. We have a position that very closely
matches your skill set. Can you please call me on 714-729-4011 for a few
quick minutes or email me the best time to call you and we can discuss the
position?
You may go through the summary of the position below:
Title of the position: Unix Systems Admin (FreeBSD)
Type: Permanent
City, State and Zip code of the job location: Rockville, MD 20850...