Networking Forums

Networking Forums > Computer Networking > Linux Networking > Interesting VPN problem.

Reply
Thread Tools Display Modes

Interesting VPN problem.

 
 
Kerem Tuzemen
Guest
Posts: n/a

 
      11-21-2003, 05:18 AM
I have an interesting VPN problem. I'm trying to reach a linux box behind a
win2K vpn server with a win2K client. All of the computers has real IP
addresses. I connect to the VPN server without any problems and can reach
other win boxes behind the vpn server but when I try to ping the redhat 9
box it does not respond. It's not an iptables problem, because I turned it
off and still have the problem. It seems to me that the linux box somehow
can not update it's routing table with the routing announcement coming from
the vpn server. Any suggestions would be greatly appreciated.

Thanks in advance,

Kerem


 
Reply With Quote
 
 
 
 
Luke
Guest
Posts: n/a

 
      11-21-2003, 01:06 PM

"Kerem Tuzemen" <(E-Mail Removed)> wrote in message
news:gaSdnX-U6-(E-Mail Removed)...
> I have an interesting VPN problem. I'm trying to reach a linux box behind

a
> win2K vpn server with a win2K client. All of the computers has real IP
> addresses. I connect to the VPN server without any problems and can reach
> other win boxes behind the vpn server but when I try to ping the redhat 9
> box it does not respond. It's not an iptables problem, because I turned it
> off and still have the problem. It seems to me that the linux box somehow
> can not update it's routing table with the routing announcement coming

from
> the vpn server. Any suggestions would be greatly appreciated.
>
> Thanks in advance,
>
> Kerem
>
>


Hi Kerem,

Can you ping the lead hat box on the internal network?? If not:

#cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts

if that returns a 1 then

#echo > 0 /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts

#cat /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all

if that returns a 1 then

#echo > 0 /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all

Some other points? Is your vpn server assigning an address range on the same
mask as your RH box???

Can't see how the route table would affect anything. You ping an address if
its up its up. Is your RH box on the same mask as the vpn server??

Luke


 
Reply With Quote
 
Kerem Tuzemen
Guest
Posts: n/a

 
      11-21-2003, 03:13 PM
Hi Luke,

First of all, thanks for your time and suggestions. Here is some additional
information and answers to your questions:

On the internal network which is behind the subject vpn server everything
seems to work normally. i.e. I can ping linux boxes from win boxes and
vice-versa. All of the ip addresses (except the vpn client's original IP)
are real IP addresses and they are on the same mask.
Let me explain what made me think about the routing protocol. Think about
this: at the time of connection to the VPN server two ip addresses from the
vpn pool are used to welcome the vpn client to the network. One of them is
the ip assigned to the client and the other one kinda acts as a gateway and
assigned to the VPN server's vpn port. When the connection is established,
the MS VPN server announces the new route for the vpn client to other
computers on the network (which should update other computers' routing table
to let them know that the assigned vpn client address is reachable via the
gateway ip address on the vpn server) so if the linux box's routing table
doesn't get updated, there's no way for it to know how to reach the vpn
client's ip address since it's reachable via the gateway (second) ip address
assigned to vpn port of the server. So even if it receives the ICMP packets,
it can not send the response back.

Kerem


> Hi Kerem,
>
> Can you ping the lead hat box on the internal network?? If not:
>
> #cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
>
> if that returns a 1 then
>
> #echo > 0 /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
>
> #cat /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all
>
> if that returns a 1 then
>
> #echo > 0 /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all
>
> Some other points? Is your vpn server assigning an address range on the

same
> mask as your RH box???
>
> Can't see how the route table would affect anything. You ping an address

if
> its up its up. Is your RH box on the same mask as the vpn server??
>
> Luke
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
interesting problem and help me out harry Windows Networking 2 11-18-2008 03:40 PM
Interesting problem with wireless dave Broadband Hardware 2 04-08-2005 10:47 PM
I have an interesting problem Schizoid Man Wireless Internet 25 11-06-2004 01:17 PM
Interesting problem Russell Versteeg Windows Networking 3 10-28-2004 03:55 PM
Interesting Problem? Wayne Wengert Wireless Internet 5 11-12-2003 09:58 PM



1 2 3 4 5 6 7 8 9 10 11