Multiple network adapters issue

You are here

Multiple network adapters issue

3 posts / 0 new
Last post
apnels
apnels's picture
Multiple network adapters issue

Hi,

I have setup Mendelson AS2 server on Linux system.
This server have multiple Ethernet Interface, so my question is there any way to make Mendelson AS2 use a specific interface or nickname during exchange?
I have a specific nickname for each adapter but sometime Mendelson doesn't use the good one!

heller
heller's picture

apnels,

I think that the system will take the default route. Have you set this to the adapter you prefer?

Regards
Heller

apnels
apnels's picture

Hi,

Here is my route config;

Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0

I've set a specific IP name for each adapter

My as2server seems to exit by using both interface? How to fixe that?