Re: multihome network
- From: Steve Bertrand <iaccounts@xxxxxxxxxx>
- Date: Fri, 16 Nov 2007 12:07:52 -0500
alexus wrote:
my private IP that eventually resolves to public IP through PIX is
different then coming from my other public IP that assigned on my fxp1
that comes from another ISP, the fxp1 IP already configured this way
so it pass everything to my box
what i've tried is adding route on my box
route add 216.112.241.24 216.112.241.25 255.255.255.248
Wait a minute...this doesn't look right...
Try this:
# route add $homeIP/$netmask $gateway
Where:
- if you have a static IP at 'home', $netmask should be /32, otherwise,
you'll need to shorten the prefix (such like /24) This will depend on
your 'home' Internet provider setup
- $gateway is the next hop upstream on the interface that has
216.112.241.x address on it.
Steve
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: multihome network
- From: alexus
- Re: multihome network
- References:
- multihome network
- From: alexus
- Re: multihome network
- From: Girish Venkatachalam
- Re: multihome network
- From: Steve Bertrand
- Re: multihome network
- From: alexus
- multihome network
- Prev by Date: Odd memory stick formatting
- Next by Date: Re: Help how to set up networking for ftp install
- Previous by thread: Re: multihome network
- Next by thread: Re: multihome network
- Index(es):
Relevant Pages
|