Search found 3 matches

by manu85
8. Jul 2009, 10:30
Forum: VirtualBox on Windows Hosts
Topic: Routing between internal Networks not possible??
Replies: 6
Views: 3721

Re: Routing between internal Networks not possible??

My understanding of static routes is that you only tell the router those networks which are not directly-connected. In the case of Router1: Network 192.168.4.0 is not known because it's connected to Router2. So you have to tell R1 the way to reach that network over a directly-connected one on that r...
by manu85
8. Jul 2009, 08:57
Forum: VirtualBox on Windows Hosts
Topic: Routing between internal Networks not possible??
Replies: 6
Views: 3721

Re: Routing between internal Networks not possible??

Route on Router1: ip route 192.168.4.0 netmask 255.255.255.248 10.0.0.2 dev eth1 Router 2: ip route 192.168.3.0 netmask 255.255.255.248 10.0.0.1 dev eth1 So when it comes to configuring Cisco routers these are the only steps necessary. And this works on real hardware :( And a default route doesn't m...
by manu85
7. Jul 2009, 12:54
Forum: VirtualBox on Windows Hosts
Topic: Routing between internal Networks not possible??
Replies: 6
Views: 3721

Routing between internal Networks not possible??

To get a better understanding of the issue here's the scenario i'm trying to implement: Physical Host: Windows XP VMachine1: Name: Berlin-HQ-W2k8 OS: Windows Server 2008 Network: Internal Network: 'Berlin-Server-LAN' IP: 192.168.3.2/29 GW: 192.168.3.1 No DNS VMachine2: Name: Router1-Berlin OS: Linux...