[Xorp-users] Newbie: trouble getting XORP started

Julián David Morillo Pozo jmorillo@ac.upc.edu
Fri, 21 Jan 2005 19:42:04 +0100


Hi,

I think that what is happening is that XORP is trying to access 
/proc/sys/net/ipv6/conf/all/forwarding file for reading and you need root 
priviliges for doing it.

I hope this would help you.

El Viernes, 21 de Enero de 2005 18:20, videoip videoip escribió:
> 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
>     }
> }
>
> _______________________________________________
> Xorp-users mailing list
> Xorp-users@xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users

-- 
=============================================
Julián David Morillo Pozo
PhD Student - Computer Networking Group
Department of Computer Architecture   (DAC)
Polytechnical University of Catalonia (UPC)
Phone: +34-934017182   Fax: +34-934017055
URL: http://people.ac.upc.edu/jmorillo
=============================================