MPLS configuration problem

2015-07-23 Thread reza kakhki
Hi misc
I want to implement simple MPLS network according to this page

but when configuring PE1 , after run this command " ifconfig mpe0 mplslabel
666 " i got this log
" ifconfig: SIOCSETLABEL: Network is unreachable " , why i can't define
label for mpe0 group ?
can any help me please ?



Re: your mail

2015-07-10 Thread Reza Kakhki
-rw-r--r-- 1 root wheel

On Fri, Jul 10, 2015 at 4:00 PM, Jan Vlach  wrote:

> Hi,
>
> what's the output of
> ls -l /etc/ospfd.conf
>
> Jan
>
> On Fri, Jul 10, 2015 at 03:54:50PM +0430, Reza Kakhki wrote:
> > Yesterday i tried to enable OSPF routing on OpenBSD 5.7 . so i created
> > "/etc/ospfd.conf" and added this codes to it ( just for test )
> >
> > routet-id 127.0.0.1
>-- this looks like a typo too.



[no subject]

2015-07-10 Thread Reza Kakhki
Yesterday i tried to enable OSPF routing on OpenBSD 5.7 . so i created
"/etc/ospfd.conf" and added this codes to it ( just for test )

routet-id 127.0.0.1

area 0.0.0.0 {
interface em0
}

but after type /etc/rc.d/ospfd -fd start i got this logs in terminal

doing _rc_parse_conf
doing _rc_quirks
ospfd_flags empty, using default ><
doing _rc_read_runfile
doing rc_check
ospfd
doing rc_start
/etc/ospfd.conf: group writable or world read/writable
doing _rc_rm_runfile
(failed)

can any body tell me why i got this ? Note : my OpenBSD is running under
vitualbox4.3 and host system is Fedora22