lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] SLIP support in Windows


From: Conny Öhult
Subject: [lwip-users] Re: [lwip] SLIP support in Windows
Date: Wed, 08 Jan 2003 22:32:22 -0000

--=====================_88641690==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hi James,
I assume you use direct cable connection to create a SLIP conn to your 
board in W2k.
You probably can't surf the real web since the checkbox "Use default 
gateway on remote network" is checked in your Windows TCP/IP settings for 
the SLIP connection. Uncheck it, and then to have Windows route only 
packets meant for your board using the SLIP interface, open a cmd prompt 
and enter:
route p add 192.168.0.2 10.1.1.1
Where 10.1.1.1 is any local IP you have given your Windows SLIP interface 
in its TCP/IP settings and 192.168.0.2 is the local address of your board.

I can't see why you shouldn't be able to surf your board while "Use default 
gateway on remote network" is checked though. Could something have gone 
wrong with the webserver on your board? If telnet to port 80 works, it 
should work from your browser as well if your webserver reply in a correct 
manner.

/Conny

At 20:27 2002-04-02 -0500, you wrote:
>Hi,
>
>    I have lwIP SLIP working.  I can connect to my board from linux and 
> windows.  Ping and telnet are all OK.
>
>    When I connect from windows 2000, I can ping my board, but i'm unable 
> to surf the real web or my board with IE or netscape.  I can telnet to 
> port 80 on my board and grab a page that way.  I see the default route is 
> set to PC's SLIP IP.  How to prevent this?
>
>    I know this is more of a Windows issue.  Perhaps someone here has run 
> into this problem.
>
>James

--=====================_88641690==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
Hi James,<br>
I assume you use direct cable connection to create a SLIP conn to your
board in W2k.<br>
You probably can't surf the real web since the
checkbox<font face="Times New Roman, Times"> ”<i>Use default gateway on
remote network</i>” </font>is checked in your Windows TCP/IP settings for
the SLIP connection. Uncheck it, and then to have Windows route only
packets meant for your board using the SLIP interface, open a cmd prompt
and enter:<br>
<font face="Courier New, Courier">route p add 192.168.0.2 10.1.1.1<br>
</font>Where 10.1.1.1 is any local IP you have given your Windows SLIP
interface in its TCP/IP settings and 192.168.0.2 is the local address of
your board.<br><br>
I can't see why you shouldn't be able to surf your board while
<font face="Times New Roman, Times">”<i>Use default gateway on remote
network</i>”</font> is checked though. Could something have gone wrong
with the webserver on your board? If telnet to port 80 works, it should
work from your browser as well if your webserver reply in a correct
manner. <br><br>
/Conny<br><br>
At 20:27 2002-04-02 -0500, you wrote:<br>
<blockquote type=cite class=cite cite>Hi,<br><br>
&nbsp;&nbsp; I have lwIP SLIP working.&nbsp; I can connect to my board
from linux and windows.&nbsp; Ping and telnet are all OK.<br><br>
&nbsp;&nbsp; When I connect from windows 2000, I can ping my board, but
i'm unable to surf the real web or my board with IE or netscape.&nbsp; I
can telnet to port 80 on my board and grab a page that way.&nbsp; I see
the default route is set to PC's SLIP IP.&nbsp; How to prevent
this?<br><br>
&nbsp;&nbsp; I know this is more of a Windows issue.&nbsp; Perhaps
someone here has run into this problem.<br><br>
James</blockquote></html>

--=====================_88641690==_.ALT--


[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]