ynos0104
Newbie level 6
- Joined
- Sep 12, 2012
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,432
Hi Everyone,
I made an MCU-based webserver using ATmega328-PU, ENC28J60 chip, and tuxgraphics library. Everything is working fine within the LAN, but if I tried to access it from outside the LAN (Internet), even with port forwarding or DMZ properly configured, I can't access the MCU-based webserver.
Upon checking on the codes, only the MAC and IP Address are set.
Can anyone please tell me how to set the netmask and gateway for the webserver as it seems to me that it might be causing the issue.
Or is there something else that I need to do?
I am using a Linksys wrt120N wireless router.
Thanks in advance.
I made an MCU-based webserver using ATmega328-PU, ENC28J60 chip, and tuxgraphics library. Everything is working fine within the LAN, but if I tried to access it from outside the LAN (Internet), even with port forwarding or DMZ properly configured, I can't access the MCU-based webserver.
Upon checking on the codes, only the MAC and IP Address are set.
Can anyone please tell me how to set the netmask and gateway for the webserver as it seems to me that it might be causing the issue.
Or is there something else that I need to do?
I am using a Linksys wrt120N wireless router.
Thanks in advance.