Displaying 15 results from an estimated 15 matches for "ripd".
Did you mean:
rid
2002 Jun 12
0
ripd
Hi,
I''m testing ripd and zebra.
I have two linux boxes linked together (via ethernet)
my simple ripd.conf is:
hostname rip-linuxr1
router rip
network ....
network ....
neighbor 192.168.1.1
log stdout
using ethereal Ican''t catch any packet!
Consider that, adding "debug rip events", I can see a lot o...
2009 Dec 01
1
RIPd not announcing routes (CentOS 5.4)
...ou has some experience on this topic and can shed some
light on it -- I really appreciate it.
- -----8<-----8<-----8<-----
I have a setup here that requires me to announce dynamic route that are
created (within some virtual machines) on my CentOS-based machine.
Config looks like this:
(ripd.conf)
!
hostname bla.foo.org
password something
enable password somethingother
log file /var/log/quagga/ripd.log
debug rip events
!
router rip
~ version 2
~ redistribute kernel
~ passive-interface default
~ network eth1.123
~ network eth1.124
!
~ no passive-interface eth1.123
~ no passive-interface...
2008 Oct 23
0
Re: CentOS Digest, Vol 45, Issue 23
...always, yes I did, albeit the pdf version. Like much documentation, it
is possibly a wonderful aide memoire for somebody who knows the subject
intimately but it is a little terse and somewhat sparse for someone with
no prior knowledge and little time.
The difficulty that I need to address is what ripd configuration provides
rip info regarding 192.168.219.0/24 connected via eth1 out to all networks
connected via 2xx.yyy.zzz.0/24 on eth0.
Must I configure a virtual IP from 192.168.219.0/24 on eth0 as well as
eth1 or not? Do I just set ripd.conf to:
router rip
network 192.168.219.0/24
Is tha...
2004 May 21
2
Zebra and Rip Blocking Broadcast
After installing Zebra for ripd to get win2k routes I am getting this
May 20 23:24:20 ns1 kernel: Shorewall:net2all:DROP:IN=eth0 OUT= MAC=
SRC=64.42.53.202 DST=64.42.53.207 LEN=92 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF
PROTO=UDP SPT=520 DPT=520 LEN=72
May 20 23:25:25 ns1 last message repeated 3 times
I am new to zebra, so I am...
2006 Feb 01
5
failover routing
Hi Guys,
I would just like to have advice and pointers of the best way would be,
Someting like BGP or OSPF?
I have 2 internet connections at diffrent locations. let say connection
A and B
1.) router A has a fast internet connection and a seperate interface for
clients using /lan/pppoe/ipsec etc and another ethernet interface going
to router B
2.) router B has similiar setup as router A and
2009 Oct 01
2
Reply to ICMP echo request (type 8) on different (ethernet) interface
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I have a weird (?) problem here on a setup running CentOS 5.3 x86_64
(and OpenVZ, and some home-brew L2TP daemons, RIPd, BGPd, etc).
There's a (VE in OpenVZ speak) virtual machine that has two ethernet
interfaces, seen as eth0 and eth1, respectively. Those live in VLANs,
but it's not important here.
The thing is that on eth1 the default route lives, while on eth0 all
traffic comes in.
So, sending a ping t...
2014 Feb 25
1
Multicast packages dropped
...9.router: RIPv2, Response, length: 324
I am using quagga 0.99.15 as the RIPv2 daemon. The configuration is as follows:
Zebra.conf:
interface eth0
multicast
ipv6 nd suppress-ra
!
interface net2xxx
multicast
ipv6 nd suppress-ra
!
interface net2yyy
multicast
ipv6 nd suppress-ra
!
!
ip forwarding
!
Ripd.conf:
!
key chain cis-xxx-yyyy
key 1
key-string xxxxxx
!
key chain cis-aaa-bbb
key 1
key-string xxxxxx
!
interface eth0
ip rip send version 2
ip rip receive version 2
!
interface net2xxx
ip rip receive version 2
ip rip authentication mode md5 auth-length old-ripd
ip rip authentication key-chai...
2014 Mar 05
2
CentOS 5 + Quagga + SELinux
...f.sample
-rw-r--r-- root root system_u:object_r:zebra_conf_t
bgpd.conf.sample2
-rw-r--r-- root root system_u:object_r:zebra_conf_t
ospf6d.conf.sample
-rw-r--r-- root root system_u:object_r:zebra_conf_t
ospfd.conf.sample
-rw-r--r-- root root system_u:object_r:zebra_conf_t
ripd.conf.sample
-rw-r--r-- root root system_u:object_r:zebra_conf_t
ripngd.conf.sample
-rw-r----- quagga quaggavt root:object_r:zebra_conf_t vtysh.conf
-rwxr-x--- quagga quaggavt system_u:object_r:zebra_conf_t
vtysh.conf.sample
-rw------- quagga quagga root:object_r:zebra_conf_t...
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
This is mildly off topic since it has more to do with TCP/IP networking
than with CentOS per se. However, at the risk of ruffling a few feathers
I would like some advice on how to resolve the following routing problem:
Given:
dual homed host running CentOS-5.2 with
eth0 = 2xx.yyy.zzz.23
eth1 = 192.168.219.1
and a Cisco gateway at 2xx.1xx.y7y.1 with the following networks:
interface
2004 Sep 25
1
Coexistence of Dynamic and Static routing
...t cause instability in systems.
1) Is it feasible to use both dynamic and static routing systems in a Linux router? That is, if I am using the facilities in IProute2 and Iptables to do fair queing and bandwidth control, for selected subnets, will that work ok with one of the router daemons like ripd or ospfd? Will their be a problem with routing tables being confused between the two? I guess what I am really asking is what is the relationship between Ingress / Egress ques, Pre-routing / Post-routing tables and the daemons in the data flow within the box.
2) Given the above, are there any...
2005 Aug 18
2
Shorewall and multicast
...Can I enable multicasting via shorewall?
I have router with Gentoo Linux (one interface to ISP, one with alises - to
local network). Shorewall work perfect!
But now I need setup Quagga (zebra) for dynamic routing between one more
router via another provider.
All routers daemons (zebra, ripd, ospf) used multicasting.
In my configuration already enabled allowBcast and etc. Copy of
configuration with logs in attached file.
Please, help!
Andrew.
2005 Feb 13
2
GRE tunnel problems
...want ripv2 to go across (both ways) through the
GRE tunnel.
No packets are being passed thought the GRE tunnel0. So first I have to fix
my GRE tunnel. Well it seems that way anyways. I also have two questions at
the below in bold. If you need anymore info please ask.
I am using quagga and ripd daemons also.
Quagga version - quagga-0.96.4-1.1
Kernal version - Linux 2.6.10
Mike
This is how I configure my GRE tunnel:
[root@TestLinux root]# modprobe ip_gre
[root@TestLinux root]# ip tunnel add tunnel0 mode gre remote 20.0.0.250
local 20.0.0.249
[root@TestLinux root]# ip link s...
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
2007 Sep 11
2
Bug#441249: Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
Hi,
> Can you manually do on the xen interfaces what the scripts would? How about
> doing it on some other interface configured in a similar way?
Toying with the vif-route script, I might have found a workaround for this
issue.
If I disable the ifconfig and ip route commands from vif-route script, and bring
up vif interface by hand later on, everything seems to work.
In other works,
2007 Sep 07
1
Bug#441249: xen-hypervisor-3.0.3-1-i386-pae: "Problems using XEN when Quagga is running"
...2.0 b) TX bytes:1284 (1.2 KiB)
xen1:~# xm create test7.cfg
Using config file "/etc/xen/test7.cfg".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
xen1:~# /etc/init.d/quagga restart
Stopping Quagga daemons (prio:0): (waiting) .. ospfd (waiting) .. zebra (bgpd)
(ripd) (ripngd) (ospf6d) (isisd).
Removing all routes made by zebra.
Nothing to flush.
Loading capability module if not yet done.
Starting Quagga daemons (prio:10): zebra ospfd.
xen1:~# ifconfig vif12.0
vif12.0: error fetching interface information: Device not found
xen1:~# xm create test7.cfg
Using conf...
2009 Apr 27
3
[Bridge] Ubuntu: network bridging between wireless and wired connection fails
Hi everybody,
First of all, let me say that I searched a lot on the internet. I
spent several hours sitting after my notebook, but I can't configure
my network bridge in Ubuntu. I'm really desperate, so I hope somebody
can point me out what I'm doing
Hardware:
-----------------------------------------------------------
$ lspci | grep controller
06:05.0 Network controller: Intel