Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 15:42:43 -0800 (PST)
From:      Roop Nanuwa <roop@gw.carpoolbc.com>
To:        freebsd-questions@freebsd.org
Subject:   External IPs on an Internal Box
Message-ID:  <200010302342.PAA02735@gw.carpoolbc.com>

next in thread | raw e-mail | index | archive | help
Here's another question for you guys:

At work we have a T1 plugged into a FreeBSD gateway which in turn goes into a 24port Intel Switch which then goes into a patch panel. The T1 has about 16 IPs given to us, but only one is being used (by the Gateway).. all the boxes are using internal IPs (192.168.1.xxx).. my question is this: Is it possible to give one of these internal boxes an external IP? Plugging a switch/hub before the T1 goes into the gateway is not an option...

the configuration is like this:

T1 --> FreeBSD GW ---> 24 Port Switch ----> 22 boxes

We want some (not all) of those boxes to have external ips but still go throught the gateway.. 

Is this possible? And if so, how?

TIA,

        RSN

More Configuration Info:

/etc/rc.conf

# -- sysinstall generated deltas -- #
gateway_enable="YES"
network_interfaces="rl0 rl1 lo0"
ifconfig_rl0="inet XXX.XX.XXX.XXX netmask 255.255.255.240"
ifconfig_rl1="inet 192.168.1.157  netmask 255.255.255.0"
defaultrouter="XXX.XX.XXX.XXX"
hostname="XXXX.XXXX"

# -- my generated deltas -- #
firewall_enable="YES"
firewall_type="/usr/local/etc/rc.firewall"
firewall_quiet="YES"
natd_enable="YES"
natd_interface="rl0"
natd_flags="-f /usr/local/etc/natd.cf"
named_enable="YES"


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010302342.PAA02735>