netwalker1
Programmer
I have a PIX , and 2 router :
I am and one of the routers in the PIX Inside interface.
the other router is connected to the 1st router through a WAN connection
The inside segment is : 192.168.1.X
and the far away segment is ; 192.168.11.X
by default , all the inside PCs have a default Gateway : 192.168.1.1
Th problem is that when I want to access any server in the far away segment , the pix doesn't let me go .
however , there is a static route on the PIX pointing to the far away segment through the near router !
I made a solution :
I added a windows command :
[red]route -p add 192.168.11.0 mask 255.255.255.0 192.168.1.d [/red]
as 192.168.1.d is the IP address of the near router IP
How can I solve this problem without adding this command.
because some application couldn't work using this command ..
[green]I am also trying to avoid changing the default gateway for the users ![/green]
Mohamed Farid
[green]Know Me No Pain , No Me Know Pain !!![/green]
CCNP,CCA,MCSE,MCSA
I am and one of the routers in the PIX Inside interface.
the other router is connected to the 1st router through a WAN connection
The inside segment is : 192.168.1.X
and the far away segment is ; 192.168.11.X
by default , all the inside PCs have a default Gateway : 192.168.1.1
Th problem is that when I want to access any server in the far away segment , the pix doesn't let me go .
however , there is a static route on the PIX pointing to the far away segment through the near router !
I made a solution :
I added a windows command :
[red]route -p add 192.168.11.0 mask 255.255.255.0 192.168.1.d [/red]
as 192.168.1.d is the IP address of the near router IP
How can I solve this problem without adding this command.
because some application couldn't work using this command ..
[green]I am also trying to avoid changing the default gateway for the users ![/green]
Mohamed Farid
[green]Know Me No Pain , No Me Know Pain !!![/green]
CCNP,CCA,MCSE,MCSA