Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed10.multikabel.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'migrate': 0.07; 'subject:xml': 0.07; 'python': 0.08; 'linux.': 0.09; 'from:addr:awilliam': 0.16; 'from:addr:whitemice.org': 0.16; 'from:name:adam tauno williams': 0.16; 'linux)': 0.16; 'message-id :@linux-yu4c.site': 0.16; 'received:72.14.190': 0.16; 'received:72.14.190.87': 0.16; 'received:mail.wmmi.net': 0.16; 'received:wmmi.net': 0.16; 'reply-to:addr:awilliam': 0.16; 'reply- to:addr:whitemice.org': 0.16; 'subject:server': 0.16; 'wrote:': 0.18; 'solution.': 0.19; "doesn't": 0.23; '(on': 0.23; 'header:In- Reply-To:1': 0.23; 'received:72.14': 0.26; 'windows': 0.26; 'sat,': 0.28; 'server': 0.30; 'really,': 0.30; "skip:' 10": 0.30; 'hi,': 0.31; 'me?': 0.32; 'to:addr:python-list': 0.32; 'running': 0.35; 'anything': 0.36; 'run': 0.38; 'received:192': 0.38; 'client': 0.38; "i'd": 0.39; 'help': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'communicate': 0.40; 'address': 0.61; 'header:Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.71; 'client?': 0.84; 'wine': 0.91 Subject: Re: xml-rpc server on wine From: Adam Tauno Williams To: python-list@python.org Date: Mon, 07 Nov 2011 11:57:10 -0500 In-Reply-To: <650e9d68-e606-4424-bca7-174295306d82@ht6g2000vbb.googlegroups.com> References: <650e9d68-e606-4424-bca7-174295306d82@ht6g2000vbb.googlegroups.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.3 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: awilliam@whitemice.org List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1320685120 news.xs4all.nl 6867 [2001:888:2000:d::a6]:35537 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15419 On Sat, 2011-11-05 at 05:50 -0700, pacopyc wrote: > Hi, I have a XML-RPC server python running on VM Windows (on Linux) > and a XML-RPC client python on Linux. Server and client have different > IP address. I'd like migrate server on wine. How can communicate > server and client? IP address is different or is the same? > Can you help me? Not really, this doesn't have much of anything to do with Python. If you run a network application on wine [assuming that even works] the application will have the same IP/interface as any other application or service running on the host. Wine is not a 'virtualization' solution.