Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 1999 09:03:16 +0200
From:      Thomas Uhrfelt <thomas.uhrfelt@plymovent.se>
To:        "'freebsd-net@freebsd.org'" <freebsd-net@freebsd.org>
Subject:   routing over Inet with FreeBSD 3.1R/S
Message-ID:  <01BE9543.CE488840.thomas.uhrfelt@plymovent.se>

next in thread | raw e-mail | index | archive | help
I have a question about routing "homenets" via Internet, here comes
a description of my 'thought' out configuration.

[C1:1-o] <---> [i-C1-o] <--Internet--> [o-C2-i] <---> [o-C2:1]

C1 and C2 are routers/firewalls on completely different geographic
sites, C1:1 and C2:1 simulates workstations within the buildings
behind the firewall.

-o	Outside interface
-i	Inside interface

IPs
---
C1:1-o	192.168.1.100
C1-i	192.168.1.1
C1-o	36.100.100.1 (public IP)
C2-o	37.100.100.1 (public IP)
C2-i	192.168.10.1
C2:1-o	192.168.10.100

With these routing tables will a packet from C1:1 be able to use for 
example
telnet 192.168.10.100 to address the computer C2:1 directly, as in
will the packet be routed through the net correctly?

C1:1
----
default gateway	192.168.1.1

C1
--
192.168.10.0/24 ---> 37.100.100.1 (C2-o)
default gateway	[ISP supplied]

C2
--
192.168.1.0/24 ---> 36.100.100.1 (C1-o)
default gateway [ISP supplied]

C2:1
----
default gateway 192.168.10.1

Will this work? I can't test it right now, but I need to know if it 
will work prior to
setting up the network. Or will a package like SKIP allow me to do such 
a thing?

All the help you can give me on this one is much appriciated.

Regards,

/
	Thomas Uhrfelt		... Now hooked on FreeBSD ...
	Datortekniker			
	PlymoVent AB



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BE9543.CE488840.thomas.uhrfelt>