1G Ethernet Port interface in LS1046ardb Kit.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

1G Ethernet Port interface in LS1046ardb Kit.

442 Views
rashmikj
Contributor III

Hi,

Am working on LS1046ardb Kit. I am able configure all the four 1G Ports of LS1046ardb kit i.e. set ipaddress and netmask. When i try to ping the ports , I get reply only from one out of the four ports for all the ipadress - all the ports are in the same network. But I get reply from respective ports when i set them in different network.

I want to work in same network. Kindly Help.

 

0 Kudos
Reply
1 Reply

431 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could configure route table to bind the source IP address to the specific Ethernet port.

# ip r add 100.1.1.100 dev eth2

# ip r add 100.1.1.101 dev eth3

# ip r
100.1.1.100 dev eth2
100.1.1.101 dev eth3

 

 

0 Kudos
Reply