Again, need some help:

It seems like I am through with the vpn initialization, and seems like the 
session is created successfully.
Now, I start sending data to some server from the client side (I have an 
application which opens a socket to google.com and sends some data).
I do see the packet is received on the server side and decrypted successfully 
(virtual address is the client's tun ip).
I see the server reads this packet from the link adapter(ethernet), and writes 
it to the tun adapter.
Looking at the tun adapter (using wireshark), I see a packet is there with:
source ip: client's tun ip
destination ip: the google ip

The problem is that nothing happens from this point.
I am missing something, pretty sure about that, but do not know what...
I know that when the server write this packet to the TUN, it means the packet 
is injected into the OS ip stack, as if it was received from the outside. But 
who will take care of actually sending it to the destination address? Am I 
missing some routing configuration?

Thanks!

-----Original Message-----
From: Tiran Kaskas [mailto:tiran.kas...@telit.com] 
Sent: Wednesday, December 14, 2011 11:47 AM
To: Gisle Vanem; openvpn-devel@lists.sourceforge.net
Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function

Indeed, a large model is used

-----Original Message-----
From: Gisle Vanem [mailto:gva...@broadpark.no] 
Sent: Wednesday, December 14, 2011 11:45 AM
To: openvpn-devel@lists.sourceforge.net
Subject: Re: [Openvpn-devel] Problem with alloc_buf_gc function

"Tiran Kaskas" <tiran.kas...@telit.com> wrote:

> Already done the ssl part, only polarssl. It is working perfect and does 
> support 16bit with no change.

You got all the data in PolarSSL, LZO and OpenVPN to fit in a 16-bit 
data-segment of 64 kByte? I'll be amazed. What memory model would be needed to 
link in all the code. 64 kByte would be not enough, so at least large model 
would be needed (1 data-segment multiple code- segments).

--gv


------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

------------------------------------------------------------------------------
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to