Re: Routing Problem (was: Re: Startup messages)
PD <[email protected]>
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
Bingo!!
Your clue solve the my problem...
On Friday 29 April 2005 05:50, Scott E. Campbell wrote:
> Sorry - I was gone for two days
We got internal network problem too within last two days.
First day, the network cable eat by rat
Second day, internal pc router (with nat) totally crash by power failure.
> Does your nocat box have the route? You will have to add a static route of
> the form (command line)
>
> route add 192.168.105.192/26 192.168.105.131
Can I add this line on rc.local so the system will do it on every bootup ?
> or add the following two lines in your /etc/rc.conf file
>
> static_routes="apdhcp"
> route_apdhcp="192.168.105.192/26 192.168.105.131"
so... one of two choices ?
Other questions... perhaps out off topics of NoCat..
We have plan to build city internet exchanges among ISP in the same city.
Can I just allocate one of dhcp ip as routing point to them and then route
their ip addresses to that IP ?
At Nocat, seems that I've to insert the routing point ip and their ip
addresses at initialize.fw before fwd line like :
{ipfw} allow all {IP as routing point} to any in via {internaldevice}
{ipfw} allow all {other isp IP addresses} to any in via {internaldevice} (keep
state)
Am I correct ?
Forgot to tell you.. our WRT54G is connected with external 20DB sectoral
antenna, so we will cover our small city population with nocat.
Regards
PD