Modify

Ticket #240 (closed enhancement: fixed)

Opened 16 years ago

Last modified 16 years ago

Integrate Patch to enable bcfg2-client to bind its socket to a specific local IP-Adress

Reported by: anonymous Owned by: desai
Priority: major Milestone: Bcfg2 0.8.5 Release
Component: bcfg2-client Version:
Keywords: client, bind socket Cc: [email protected]

Description

In special setups (like ours) the bcfg2-client has to bind its client socket to a given IP address. The given patch enables this by integrating a new config-option

[communication]
bindaddress = 1.2.3.4

If this option is present, a new transport Bcfg2SafeTransport is used instead of xmlrpclib.SafeTransport? to finally include the socket.bind() method into connection setup.

Attachments

bcfg2-ClientBindToAdress.patch (10.6 KB) - added by [email protected] 16 years ago.
The Patch

Change History

Changed 16 years ago by [email protected]

The Patch

comment:1 Changed 16 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

This is fixed in [db8e0335793467ab215c813431fce4595580bfff] (SVN r2467). It will be included in the pre4 I plan to cut shortly.

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.