[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Setup of Internal Network with Many Real IPs



On Thu, May 15, 2003 at 05:54:16PM +1000, Lucas J Barbuto wrote:
> Hello All,
> 
> So, the new setup will look like this:
> 
>                            [ Internet ]
>                                 |
>                                 |
>           202.45.126.237, 202.45.126.236, 202.45.126.235
>                            [ Firewall ]
>                                / \
>                  /------------'   `-----------\
>                  |                            |
>                  |              202.45.126.236, 202.45.126.237
>                  |
>              10.0.0.0/24
>               [ LAN ]
> 

Just a hint, i have never tried something like this

It will be something _like_ this 

ip link set eth0 up
ip addr add 10.0.0.2/8 dev eth0
ip route add 10.0.0.0/8 dev eth0
ip route add default proto static \
nexthop via 202.45.126.237 dev eth0 \
nexthop via 202.45.126.236 dev eth0 \
nexthop via 202.45.126.235 dev eth0 ...

Best regards

-- 
Celso Gonzalez 
http://bulmalug.net

Attachment: pgpdP6o5NsGGZ.pgp
Description: PGP signature


Reply to: