[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem in using PPP & Ethernet Interface, together, with TCP/IP
- Date: Mon, 07 Mar 2011 08:24:01 +0100
- From: sebastian.huber at embedded-brains.de (Sebastian Huber)
- Subject: Problem in using PPP & Ethernet Interface, together, with TCP/IP
Hi,
can you please add the loop back interface and try our test again? In RTEMS
4.9.4 you can add the loop back interface like this:
int rtems_bsdnet_loopattach(struct rtems_bsdnet_ifconfig *, int);
static struct rtems_bsdnet_ifconfig loopback_config = {
"lo0", /* name */
rtems_bsdnet_loopattach, /* attach function */
NULL, /* link to next interface */
"127.0.0.1", /* IP address */
"255.0.0.0", /* IP net mask */
};
Have a nice day!
--
Sebastian Huber, embedded brains GmbH
Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone : +49 89 18 90 80 79-6
Fax : +49 89 18 90 80 79-9
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine gesch?ftliche Mitteilung im Sinne des EHUG.