On 02/25/2011 01:31 PM, Ben Greear wrote: > On 02/25/2011 12:43 PM, Ben Greear wrote: >> I have done no testing on this, but the xorp_rtrmg.exe will >> at least launch enough to complain about config files. >> >> Basically, I reverted the patch from 2009 that removed >> win32 support and hacked on it till it would compile >> under mingw. >> >> http://www.candelatech.com/~greearb/xorp_win32.zip >> >> If anyone gives this a try, I'm interested in knowing >> how it works (or not). >> >> I'll push the code to xorp.ct after I get some testing >> completed and make sure that I didn't obviously break >> xorp under Linux. > > Ahh, looks like I have some more work to do...it looks > in the wrong place for templates, etc... > > Will post when I get that fixed..
Ok, it's working better now. OSPF starts, but I haven't tested if it actually talks with other OSPF servers, etc. File is at same location: http://www.candelatech.com/~greearb/xorp_win32.zip Here's how I started it: To run xorp on windows: * Unzip it somewhere * Change to the xorp/sbin directory * Start router-mgr: set XORP_PF=t set XORP_ROOT=.. xorp_rtrmgr.exe -c config.boot.t xt -t ..\share\xorp\templates -m ..\lib\xorp\bin * In another window, start xorpsh: set XORP_PF=t set XORP_ROOT=.. xorpsh Here's a sample config file (Original courtesy of Asif @ iQor) C:\xorp_win32\xorp\sbin>more c:\config.boot.txt interfaces { interface "Local Area Connection 7" { disable: false vif "Local Area Connection 7" { disable: false address 10.2.46.190 { prefix-length: 24 broadcast: 10.2.46.255 disable: false } } } interface "Local Area Connection 6" { disable: false vif "Local Area Connection 6" { disable: false address 10.4.5.6 { prefix-length: 24 disable: false } } } } fea { unicast-forwarding4 { disable: false } } protocols { ospf4 { router-id : 10.2.46.190 area 0.0.0.0 { interface "Local Area Connection 7" { vif "Local Area Connection 7" { address 10.2.46.190 { hello-interval: 1 router-dead-interval: 4 } } } interface "Local Area Connection 6" { vif "Local Area Connection 6" { address 10.4.5.6 { } } } } } } Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
