[En-Nut-Discussion] inetq/inetq.c

George Ruinelli george at ruinelli.ch
Tue Aug 23 19:11:53 CEST 2005


Some additions:

I analysed the network with etherall.
As i see, ethernut dosent send anything out.
So, I testet, if I could ping it, and it answeres without problems.
I think, the Problem is on NutDnsGetHostByName, but I cant understand the 
problem.

The config should be ok (Windows and Linux use same Config for gateway, mask, 
dns_server).
I have a Modem with routerfunction and DHCP-Server on 192.168.1.1,
so i tried following:

#define DNSSERVERIP     "192.168.1.1"
#define INETSERVER	"www.google.ch"
#define INETSERVERPORT  80
#define INETURL         "/"
#define MY_MAC          {0x00,0x06,0x98,0x21,0x06,0x2D}
#define MY_IP           "192.168.1.7"
#define MY_MASK         "255.255.255.240"
#define MY_GATE         "192.168.1.1"


MAC and IP of Ethernut are ok!


george



More information about the En-Nut-Discussion mailing list