OT: Setting a CentOS to gateway a private IP address
On Tue, October 21, 2008 15:12, nate wrote:
> Seems like your trying to route through the linux box? Have you
> enabled ip forwarding and checked your iptables ruleset to make
> sure that either the default policy is ACCEPT or that you have
> specific rules in there that allow forwarding?
>
To be sure that the firewall was not the source of trouble I temporarily
turned it off and observed no change in behaviour from that previously
reported.
Another correspondent pointed out that I may need to run routed to
propagate the routing information from the host to the network.
On: Tue, Oct 21, 2008 at 3:20 PM, Ross Walker <rswwalker@gmail.com> wrote:
>
>>From any other host on 2xx.1xx.y7y.0/24 I cannot ping 192.168.219.102
>
> You need to have a route in the Cisco's table for 192.168.219.0/24 or
> you need to get RIP working between 2xx.yyy.zzz.23 and 2xx.yyy.zzz.1
>
>> What setup steps on the CentOS host have I overlooked or what
>> configuration errors have I committed?
>
> Probably getting routed/gated running, setting active/passive
> interfaces, broadcast or multicast RIP, host routes/default routes,
> etc.
So, I will look into this.
Thanks for the help.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-21-2008, 09:22 PM
Les Mikesell
OT: Setting a CentOS to gateway a private IP address
James B. Byrne wrote:
Seems like your trying to route through the linux box? Have you
enabled ip forwarding and checked your iptables ruleset to make
sure that either the default policy is ACCEPT or that you have
specific rules in there that allow forwarding?
To be sure that the firewall was not the source of trouble I temporarily
turned it off and observed no change in behaviour from that previously
reported.
Another correspondent pointed out that I may need to run routed to
propagate the routing information from the host to the network.
Or apply static routes on the other network - or NAT to the connecting
interface address on the way out.
--
Les Mikesell
lesmikesell@gmail.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-22-2008, 08:21 PM
"James B. Byrne"
OT: Setting a CentOS to gateway a private IP address
I have discovered quagga and installed it on the dual-homed CentOS-5.2 box
that I am attempting to configure as a router.
and given that our Cisco 2605 uses ripv2 I infer that my
/etc/quagga/ripd.conf file needs to look something like this:
hostname myhost.domain.tld
password somepassword
router rip
network eth0 <--- is this correct?
network 192.168.219.0/24
Can anyone provide me with some further guidance on this together with any
recommendations respecting zebra.conf?
Regards,
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-23-2008, 07:53 AM
"John"
OT: Setting a CentOS to gateway a private IP address
behalf of; James B. Byrne [byrnejb@harte-lyne.ca]
router rip
network eth0 <--- is this correct?
network 192.168.219.0/24
#####################################
JohnStanley Writes:
Did you bother to check the documentation?
http://www.quagga.net/docs/docs-info.php#SEC40
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-24-2008, 04:47 PM
"James B. Byrne"
OT: Setting a CentOS to gateway a private IP address
The solution to this proved quite simple, once I grasped the fact that all
routers on a common network have to route for that network (duhh!!!) as
well as any others that they may handle.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
10-24-2008, 04:59 PM
Les Mikesell
OT: Setting a CentOS to gateway a private IP address
James B. Byrne wrote:
The solution to this proved quite simple, once I grasped the fact that all
routers on a common network have to route for that network (duhh!!!) as
well as any others that they may handle.
It's been a while since I set one of those up, but I believe the network
statements control the interfaces where the route announcements are sent
as well as the address ranges that will be routed. So if you omitted
the 2aa.bbb.ccc.0/24 network, it wouldn't send any routes out that
interface.
--
Les Mikesell
lesmikesell@gmail.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos