Re: multihome network



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"



Relevant Pages

  • Re: works on two ethernet adapter
    ... whose first in the route table. ... interfaces based on reachability, or changes your routes based on ... The only way two gateways is useful is in the case of Dead Gateway ... AND SECOND OF HIGH SPEED ISP USE. ...
    (microsoft.public.win2000.networking)
  • Re: multihome network
    ... in my netstat -rn, and no its still doesn't work... ... different then coming from my other public IP that assigned on my fxp1 ... what i've tried is adding route on my box ... $gateway is the next hop upstream on the interface that has ...
    (freebsd-questions)
  • Re: Connecting to internet through ethernet card..
    ... Do you really just have a network card for the inet side, ... I've used route to add the default gateway. ... Maybe the ISP simply has ICMP replies turned off? ...
    (comp.os.linux.misc)
  • Re: MDK 9.1: Is it a routing problem?
    ... IF that is the gateway, then you have to tell your machine how to send ... I thing you and your ISP need to talk some more. ... Well your default route is useless, as it points to your machine. ... MAC address is, and will then send the stuff to that mac number. ...
    (comp.os.linux.networking)
  • Interesting network problem
    ... I have a netopia 2241N dsl modem provided by my ISP, ... access through an ethernet port. ... gateway is on a different class A ip net than my public ip. ... route add -net e.f.g.h netmask 255.0.0.0 dev ethx ...
    (Fedora)