[Xorp-users] Newbie: trouble getting XORP started

videoip videoip videoip videoip <videoip@gmail.com>
Fri, 21 Jan 2005 15:20:57 -0200


Hi, Iīm trying to run XORP under Mandrake Linux and I get the
following errors and warnings:

[ 2005/01/21 04:40:15  ERROR xorp_fea:2568 FEA +565 fticonfig.cc unicast_forward
ing_enabled6 ] Cannot open file /proc/sys/net/ipv6/conf/all/forwarding for readi
ng: No such file or directory
[ 2005/01/21 04:40:15  FATAL xorp_fea:2568 FEA +77 fticonfig.cc FtiConfig ] Cann
[ 2005/01/21 04:40:16  WARNING xorp_rtrmgr:2567 XrlFinderTarget +406
finder_base

Iīve read the configuration manual but it didnīt help me too much.
If thereīs anyone out there kind enough to give a look at my
config.boot, I would really appreciate it. Thanks a lot.

---------------------------------------------------------------------------------------------------

/* CONFIG.BOOT */

interfaces {
    interface eth0 {
	description: "Salida a red 0"
	enabled: true
	default-system-config
	}
    interface eth1 {
	description: "Salida a red 1"
	enabled: true
	default-system-config
	}
    }

plumbing {
    mfea4 {
	enabled: true
	interface eth0 {
	    vif eth0 {
		enabled: true
	    }
	}
	interface eth1 {
	    vif eth1 {
		enabled: true
	    }
	}
	interface register_vif {
	    vif register_vif {
		enabled: true
	    }
	}
	traceoptions {
	    flag all {
		enabled: true
	    }
	}
    }
}

protocols {
    igmp {
	enabled: true
	interface eth0 {
	    vif eth0 {
		enabled: true
	    }
	}
	interface eth1 {
	    vif eth1 {
		enabled: true
	    }
	}
	traceoptions {
	    flag all {
		enabled: true
	    }
	}
    }
}

protocols {
    pimsm4 {
	enabled: true
	interface eth0 {
	    vif eth0 {
		enabled: true
	    }
	}
	interface eth1 {
	    vif eth1 {
		enabled: true
	    }
	}
	interface register_vif {
	    vif register_vif {
		enabled: true
	    }
	}
	static-rps {
	    rp 192.168.0.3 {
		group-prefix 224.0.0.0/4 {
		}
	    }
	}

	bootstrap {
	    enabled: true
	    cand-bsr {
		scope-zone 224.0.0.0/4 {
		    cand-bsr-by-vif-name: "eth0"
		    bsr-priority: 1
		    hash-mask-len: 30 
		}
	    }

	    cand-rp {
		group-prefix 224.0.0.0/4 {
		    cand-rp-by-vif-name: "eth0"
		    rp-priority: 192
		    rp-holdtime: 150 
		}
	    }
	}

	switch-to-spt-threshold {
	    enabled: true
	    interval-sec: 100
	    bytes: 102400
	}

	traceoptions {
	    flag all {
		enabled: true
	    }
	}
    }
}


protocols {
    fib2mrib {
	enabled: true
    }
}