« Return to Thread: Binding to multiple interfaces

Re: Binding to multiple interfaces

by Henry Robinson :: Rate this Message:

Reply to Author | View in Thread

Here's the config part of the network (assembly-flow-config.xml):

-----
<mule-descriptor implementation="AdapterImpl" name="AdapterEndpoint">
<inbound-router>
<endpoint address="https://77.245.89.xxx:443/services" connector="HttpsInetConnector" encoding="UTF-8" synchronous=
"true" transformers="HttpRequestToSOAPString"/>
<endpoint address="https://77.245.89.yyy:443/services" connector="HttpsKpsConnector" encoding="UTF-8" synchronous="
true" transformers="HttpRequestToSOAPString"/>
</inbound-router>
</mule-descriptor>
</model>
</mule-configuration>
-----
Network-interface setup:

-----
eth0      Link encap:Ethernet  HWaddr 00:50:56:86:76:9F                    
inet addr:77.245.89.aaa  Bcast:77.245.89.159  Mask:255.255.255.240
inet6 addr: fe80::250:56ff:fe86:769f/64 Scope:Link                
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                
RX packets:10749564 errors:0 dropped:0 overruns:0 frame:0        
TX packets:3333320 errors:0 dropped:0 overruns:0 carrier:0        
collisions:0 txqueuelen:1000                                      
RX bytes:1862664708 (1.7 GiB)  TX bytes:328448808 (313.2 MiB)    
Interrupt:177 Base address:0x1424                                

eth0:0    Link encap:Ethernet  HWaddr 00:50:56:86:76:9F  
inet addr:77.245.89.xxx  Bcast:77.245.89.159  Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                
Interrupt:177 Base address:0x1424                                

eth0:1    Link encap:Ethernet  HWaddr 00:50:56:86:76:9F  
inet addr:77.245.89.yyy Bcast:77.245.89.159  Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                
Interrupt:177 Base address:0x1424                                

eth0:2    Link encap:Ethernet  HWaddr 00:50:56:86:76:9F  
inet addr:77.245.89.ddd  Bcast:77.245.89.159  Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                
Interrupt:177 Base address:0x1424

eth0:3    Link encap:Ethernet  HWaddr 00:50:56:86:76:9F
inet addr:77.245.89.eee  Bcast:77.245.89.159  Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
Interrupt:177 Base address:0x1424

eth0:4    Link encap:Ethernet  HWaddr 00:50:56:86:76:9F
inet addr:77.245.89.fff  Bcast:77.245.89.159  Mask:255.255.255.240
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
Interrupt:177 Base address:0x1424

Edited by: Bart B on Jul 1, 2009 1:23 AM

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Binding to multiple interfaces