View Single Post
  #3   (View Single Post)  
Old 25th September 2008
docrice docrice is offline
New User
 
Join Date: Sep 2008
Posts: 3
Default

So if my main office gateway had two interfaces with its internal IP being 10.1.1.254 (this is a /24 as well), do I:

(on branch 1 gateway)
sudo route add -net 192.168.202.0/24 10.1.1.254

(on branch 2 gateway)
sudo route add -net 192.168.201.0/24 10.1.1.254

I'm not sure if this works, so perhaps my syntax is off.
Reply With Quote