I have an embedded linux board (main board), which has multiple Ethernet
interfaces, and
a daughter card, which has one Ethernet interface. The diagram is shown as
following.
+---------+ +----------------------------+
| daughter |--------------------| ptp
|----------------
| card | Ethernet | Main board
|---------------- Ethernet links with IP
+---------+ |
|---------------- addresses
+----------------------------+
I am looking for a method to manage the daughter card with single IP address. I
tried to build
a point-to-point Ethernet link on main board. However, it does not work.
Is there any solution to route packets to ptp port while the ptp port does not
have an IP address?
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
I have a similar problem, you can read what was posted in netfilter-request@lists.netfilter.org or send there your question. Bye, Antonio. On Monday 15 May 2006 12:50, Nai-Hsien wrote:> I have an embedded linux board (main board), which has multiple Ethernet > interfaces, and a daughter card, which has one Ethernet interface. The > diagram is shown as following. > > +---------+ +----------------------------+ > > | daughter |--------------------| ptp > | |---------------- card | Ethernet | > | Main board |---------------- Ethernet links with IP > > +---------+ | > |---------------- addresses > +----------------------------+ > > I am looking for a method to manage the daughter card with single IP > address. I tried to build a point-to-point Ethernet link on main board. > However, it does not work. Is there any solution to route packets to ptp > port while the ptp port does not have an IP address?