Hi,
I am very thankful to ur suggestions.I cheked the code and 2 places i
commented #ifdef INET6
Change in /netinet/in_proto.c
inetsw[] initialization
struct ipprotosw inetsw[] = {
.
/*# ifdef INET6*/
{ SOCK_RAW, &inetdomain,IPPROTO_IPV6, PR_ATOMIC|PR_ADDR,
encap4_input, 0
Hi,
I am very thankful to ur suggestions.I cheked the code and 2 places i
commented #ifdef INET6
Change in /netinet/in_proto.c
inetsw[] initialization
struct ipprotosw inetsw[] = {
.
/*# ifdef INET6*/
{ SOCK_RAW, &inetdomain,IPPROTO_IPV6, PR_ATOMIC|PR_ADDR,
encap4_input, 0
Hi,
Pls look at the following configuration.
- -
|| | |
| R |-| H |
|| | |
- --
R = 192.168.3.1
Hi,
Pls look at the following configuration.
- -
|| | |
| R |-| H |
|| | |
- --
R = 192.168.3.1
Can i setup configured tunneling between a router and host which are in the
same network?If possible pls explain me.
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
To Unsubscribe: send mail to
Hi,
Pls look at the following configuration.
- -
|| | |
| R |-| H |
|| | |
- --
R = 192.168.3.1
Hi,
Pls look at the following configuration.
- -
|| | |
| R |-| H |
|| | |
- --
R = 192.168.3.1
Hi,
Pls look at the following configuration.
- -
|| | |
| R |-| H |
|| | |
- --
R = 192.168.3.1
Hi,
In case of configured tunneling in ip6_output() function at what stage the
outgoing interface is found as gif_if. I think the
following line number-646 finds the corresponding default gif_if interface
is found.
/*code taken from ip6_output*/
644 if (ifp ==