--- Day changed --- Log opened Sun Jun 22 00:00:03 2003 00:12 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has quit [Ping timeout: 496 seconds] 03:08 -!- ASY- [~someone@216.221.51.240] has joined #uml 03:10 -!- ASY [~someone@66.36.133.68] has quit [Ping timeout: 488 seconds] 03:10 -!- ASY- is now known as ASY 03:20 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has joined #uml 03:20 < ido> :) 03:21 < caker> Hello 03:21 < ido> thank god someone here.. 03:21 < ido> could you please help setting up networking ? 03:21 < caker> i don't know, what's your question :-) 03:22 < ido> welp 03:22 < ido> which is the easiest way to connect host and uml 03:22 < caker> a bridge 03:22 < ido> hmm. 03:23 < ido> bridge tools is needed for that, right 03:23 < ido> ? 03:23 < caker> easiest in the long run 03:23 < caker> yes and support for it in your host kernel/module 03:23 < ido> hmm 03:23 < ido> which module do i need for it ? 03:23 < caker> bridge i think 03:24 < ido> got any idea how its called ? 03:24 < caker> "bridge" 03:25 < ido> is it that 'Universal TUN/TAP device driver support' module ? 03:25 < caker> no that's tap i think 03:25 < caker> you need both 03:25 < ido> hrmmf 03:27 < ido> dunno what you're talking about 03:27 < caker> try 03:27 < caker> modprobe bridge 03:31 < ido> k, found it 03:31 < ido> its under networking options 03:35 < ido> hrmmf 03:36 < ido> could you please look at your /lib/modules/2.4.20/modules.dep 03:36 < ido> tell me what the line with bridge has 03:37 < caker> I don't build bridge as a module, so I can't tell you 03:37 < ido> hmm 03:37 < ido> i built mine as a module 03:45 < BB1> its called bridge as a module 03:46 < BB1> /lib/modules/2.4.20/kernel/net/bridge/bridge.o: 03:47 < ido> yeah 03:47 < ido> compiled it 03:47 < ido> but i got undefined symbols 03:47 < ido> now trying to recompile 03:49 < ido> insmod net/bridge/bridge.o 03:49 < ido> net/bridge/bridge.o: unresolved symbol register_netdev_Rsmp_807e44f8 03:49 < ido> net/bridge/bridge.o: unresolved symbol __dev_get_by_name_Rsmp_dff2466c 03:50 < BB1> and the kernel your running was built with bridge set as a module? 03:50 < ido> wasn't. trying to build a module right now 03:51 < ido> maybe it requires another module ? 03:51 < BB1> i think it requires the kernel to know you were intending to use the bridge module with it 03:51 < ido> why's that ? 04:01 < BB1> i think it puts things in the module requires in the kernel itself 04:05 < ido> welp 04:40 -!- ichilton [~ian@80.6.255.203] has joined #uml 04:44 < ido> hrmf 04:44 < ido> any way other then bridging (which currently isn't working yet because of the dumb kernel) 04:45 < ido> i'll just compile in in-kernel- next kernel upgrade when i'll have time 04:50 < BB1> there are a few on the sf site, but i havnt really used any other way 04:50 < ido> hrmf 04:50 < ido> damnit ;p 04:56 < BB1> you'l get there in the end 05:00 -!- radical [~kernet@210.7.75.194] has joined #uml 05:05 < ido> lol 05:05 < ido> like i got there with compiling a working UML 05:06 < ido> and even getting it to boot with gentoo 05:10 < BB1> heh 05:23 < ido> eh 05:23 < ido> BB1: still here 05:23 < ido> finally got bridge support 05:28 < BB> yeah 05:32 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has quit [Ping timeout: 496 seconds] 06:25 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has joined #uml 06:25 -!- bch [~db@ppp-217-133-208-232.cust-adsl.tiscali.it] has joined #uml 06:26 < bch> Is it possible to emulate HIGHMEM behaviour in UML? 06:32 < ido> there ? 06:32 < ido> hrmf 06:32 < ido> guess it didn't disconnect 06:32 < ido> anyhow 06:32 < ido> BB1, are you here ? 06:33 < ido> or anyone else that could help with bridging ;p 06:34 -!- bch [~db@ppp-217-133-208-232.cust-adsl.tiscali.it] has quit [Quit: Client Exiting] 06:35 < ido> hmm 06:47 < BB> theres an option to say how much mem it can access or soemthing irrc 06:47 < ido> eh, sup BB 06:48 < ido> could you show me your bridge setup ? 06:56 < BB> ido http://uml.openconsultancy.com/ was where i sorted mine out from 06:57 < ido> read that 06:57 < ido> still need help 07:02 < BB> well what do you have? 07:02 < ido> hrmmf 07:03 < ido> tunctl -u root 07:04 < ido> first of all, right ? 07:06 < BB> I'd create the bridge, and add eth0 to it, and setup that part first 07:06 < ido> how do i add eth0 ? 07:06 < ido> brctl addbr br0 07:07 < BB> i think you should read the network section on that page again 07:07 < ido> ifconfig eth0 192.168.0.3 promisc up 07:07 < ido> which 0.3 is my original eth0 ip 07:07 < ido> oh, hmm. 07:07 < ido> maybe that was my problem 07:08 < ido> brctl addbr br0 07:08 < ido> ifconfig eth0 0.0.0.0 promisc up 07:08 < ido> ifconfig br0 192.168.0.3 netmask 255.255.255.0 up 07:08 < ido> brctl stp br0 off 07:08 < ido> brctl setfd br0 1 07:08 < ido> brctl sethello br0 1 07:08 < ido> brctl addif br0 eth0 07:09 < ido> would this be ok ? 07:09 < BB> no 07:09 < BB> erm 07:09 < BB> you need to add in your default gateway 07:10 < ido> add what ? 07:10 < BB> a route to whatever is your default gateway 07:11 < ido> technicly its to eth1, which is the cable modem 07:11 < ido> but leave that out ATM 07:26 < ido> hrmmf 07:26 < ido> doesn't work any way i try it 07:27 < ido> wierd 07:44 -!- radical [~kernet@210.7.75.194] has quit [Ping timeout: 492 seconds] 07:49 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has quit [Ping timeout: 496 seconds] 07:51 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has joined #uml 08:15 -!- remorse [~remorse@cm66.omega42.maxonline.com.sg] has joined #uml 08:16 -!- remorse [~remorse@cm66.omega42.maxonline.com.sg] has left #uml [] 11:02 -!- sssssssh______ [~chatzilla@adsl-19-237-235.jax.bellsouth.net] has quit [Ping timeout: 490 seconds] 11:17 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has quit [] 11:17 -!- ido [~Ido@bzq-218-140-160.cablep.bezeqint.net] has joined #uml 11:26 -!- david [~david@207.166.203.138] has joined #uml 11:32 < mistik1> ido: I really recomend you dont run things like UML as root if posable 11:32 < ido> why not ? 11:32 < ido> i mean, noone else has access to the box anyhow 11:33 < ido> and i'm running it ATM as root just for testing. 11:35 < mistik1> whatever 11:35 < ido> ok. 11:35 < ido> i'll keep that inmind. 11:35 < ido> andhow, i still can't networking to work. 11:36 < ido> and i'm talking about host<->uml networking, not anything else yet. 11:37 < ido> used: tunctl -u root -t tap0 (again, root for debugging purposes) 11:37 < ido> ifconfig tap0 up 11:37 < ido> echo 1 > /proc/sys/net/ipv4/ip_forward 11:37 < ido> route add -host dev tap0 11:38 < ido> echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp 11:38 < ido> arp -Ds eth0 pub 11:38 < ido> and thats it 11:39 < ido> oh 11:39 < ido> erm. 11:39 < ido> sec 11:48 < ido> OMG 11:48 < ido> got networking to work 11:48 < ido> now i have to setup a bridge 11:48 < ido> amazing. 12:11 < caker> Hello 13:07 < mistik1> bidi bidi bidi 13:08 < caker> what's shakin mistik1? 13:08 < mistik1> not much caker 13:08 < mistik1> getting ready to go cook shortly 13:08 < caker> ahh what are we having? 13:08 < mistik1> fish and steak 13:08 < caker> yum 13:11 < BB> ew 14:04 -!- ASY [~someone@216.221.51.240] has quit [Ping timeout: 488 seconds] 14:27 -!- mistik1 [rasta@ool-44c02046.dyn.optonline.net] has quit [Ping timeout: 488 seconds] 14:46 -!- ichilton [~ian@80.6.255.203] has quit [Quit: leaving] 15:25 -!- mistik1 [rasta@ool-44c02046.dyn.optonline.net] has joined #uml 15:26 -!- ichilton [~ian@pc3-stoc3-4-cust203.midd.cable.ntl.com] has joined #uml 16:30 -!- Dorian [~Dorian@host81-132-148-235.in-addr.btopenworld.com] has joined #uml 16:44 -!- Dorian [~Dorian@host81-132-148-235.in-addr.btopenworld.com] has left #uml [] 17:54 -!- caker [~null@pcp507591pcs.nash01.tn.comcast.net] has quit [Ping timeout: 496 seconds] 18:04 -!- rob [rob@213.230.203.222] has joined #uml 18:04 < rob> hi 18:05 -!- rob is now known as shak 18:24 -!- shak [rob@213.230.203.222] has quit [Quit: BitchX-1.0c19 -- just do it.] 19:46 -!- caker [~null@pcp507591pcs.nash01.tn.comcast.net] has joined #uml --- Log closed Mon Jun 23 00:00:00 2003