Link to home
Start Free TrialLog in
Avatar of ammadeyy2020
ammadeyy2020

asked on

linux request time out to local interface

local interface, 192.168.10.10

virtual network 1, 192.168.20.0/24
virtual network 2, 192.168.30.0/24
virtual network 3, 192.168.40.0/24
virtual network 4, 192.168.50.0/24
virtual network 5, 192.168.60.0/24

from any ip from range of 192.168.10.0/24 i can ping to 192.168.10.10 without any problem

but from any virtual network ranges, i get request time out often to 192.168.10.10

any idea what the problem might be?
Avatar of ai_ja_nai
ai_ja_nai
Flag of Italy image

are you using something like xen? Have you configured the bridge correctly? I belive your VIF are natted and can't see the external network. Provide more details on system, please
Avatar of ammadeyy2020
ammadeyy2020

ASKER

im using a cisco router routing and L2 cisco switch for vlan

LAN1, Firewall, 192.168.10.0/24
LAN2, DMZ        192.168.20.0/24
LAN3                 192.168.30.0/24

like that i have 8 vlans

instead of linux firewall, if i use microsoft ISA, i dont have any time out issues
but this linux box givin time out
what are your iptables rules?
i tested this way

from PC1 192.168.50.50/24   i get time out to 192.168.10.10

at the same time i ping from PC2 192.168.20.20 to 192.168.10.10, i get time outs

meaning PC1 and PC2 does get time outs, but time varies
if PC1 get time outs, PC2 dont
if PC2 get time outs, PC1 doesnt
Use traceroute. Whan you get timeout request actually left your machine so it disappeared somewhere else.
192.168.50.50, gateway, 192.168.50.1

192.168.50.50 is vlan sub interface on router
192.168.50.80 is vlan on linux, (from my knowledge only way to add different network ranges to linux is by adding vlan)

if i tracert to internet, it goes to
192.168.50.1
192.168.50.80
then it goes to internet

also i found that to tracert between local network eg between 192.168.50.1 & 192.168.50.80 it slow, but when it goes to internet its fast
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial