| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
Comments:
<0> how do you change the dns server in ubuntu? <1> skpl - I am looking at that now. <2> rebel2, elf (5) - format of Executable and Linking Format (ELF) files <3> ok <0> the one your isp gives you <4> TokenBad: edit /etc/resolv.conf or change it in system->adminstiration->network <1> skpl - I am a long time Gentoo user but am new to Ubuntu. <5> yes I pressed tab when I finished typing and nothing happened so then I hit the space bar, hit tab and several things showed up. <2> you can find stuff about most anything on linux by using "apropos filename" <2> the installed one you are logged into that is <6> no space. word. <7> 2 cookies to anyone with an app that can open .cwk 's <1> skpl, if it is checked in services, it should start when you reboot. <6> maybe two tabs <2> ya, 2 tabs <5> I'm getting nothing...this should work on kubuntu too right?
<8> Hmmmm so if I set this up as a DHCP server, it will auto ***ign IPs to any machine trying to get outside the network? Does it by default allow outside access? <6> insmod pr[tab][tab] <1> rebel2, there is going to be a config file for the dhcp server. <5> intelikey: Tab is getting me nothing :-/ <8> yeah I can edit the range etc <8> But once I do that it will work when I restart yes <8> restart the daemon that is <5> intelikey: What should be showing up? <3> lone_marauder, what do you mean checked in services? <1> rebel2, there's several steps you have to get right. hang on. <8> yes I have the doc here <8> I just want to make sure it's really this easy <8> It looks too simple <1> skpl, in the services list under system->administration->services <1> rebel2, the ip network has to be set up correctly. This means that the masks match, the addresses are valid, etc. <3> lone_marauder, thank you! <1> rebel2, dhcp has to hand out valid addresses. <6> word you can use "lspci | less" or "lshw | less" and see what the system calls your card ? word you are looking for a driver for that card, correct ? bash_completion is supposed to help you find it on your system.... modprobe pv[tab][tab] maybe insmod is not in bash_completion..... <8> That should be no problem. Does it get them from the router i am ***uming? <1> rebel2, the server has to forward traffic to the internet <1> rebel2, the server has to use NAT to translate the internal addresses so that the traffic appears to the Internet to originate from the server itself. <1> rebel2, the server has to use NAT to translate BACK so that the traffic can get back in. <8> How do I config the NAT? <1> rebel2, this is a very big task. <8> heh I knew that was coming <9> two lines ^^ <1> rebel2, you'll need to read some docs on how to do this, and do it one step at a time. <2> intelikey, is there a way to exclude a directory from that copy command? <10> rebel2: you want the server to ***ign IP's to the client pc's ? <8> Yeah that's no problem. Do you have those docs handy by chance? <6> word like this tty1 [root#~] modprobe tv[tab][tab] <6> tvaudio tvmixer <8> That's right Apostle^ <2> intelikey, it was doing a duplicate of my /media... which is liek my whole hd again <1> rebel2, I am trying to find you something. <10> rebel2: then you should setup DHCP using firestarter simple 1 minute process <8> firestarter allows you to do that? <6> i didn't type [tab][tab] that indicates i pressed the tab key two times <1> rebel2, the NAT business is a firewall thing - firestarter may have something for it. <8> I thought it was just a firewall <10> rebel2: it does alot :-) including sharing internet connection <2> intelikey, it was doing a duplicate of my /media... which is liek my whole hd again <8> So if I set DHCP and ***ign the IPs then set firestarter up it will allow the outgoing connections? <4> ah right NAT <10> rebel2: yea, then you ***ign each of the other comps a static IP <9> echo 1 > /proc/sys/net/ipv4/ip_forward ; iptables -A POSTROUTING -t nat -o OUTGOING INTERFACE -j MASQUERADING <1> Do we still call NAT IP Masq in the linux world? <8> That's frigging brilliant <11> What is the command to find out what kind of file a certain file is <12> strange, no user list, irc problem or on my end? <9> this typed at the router terminal should to the job <6> nomasterjoda|w man tar and exclude /media <9> NAT for starters <13> pvd2006: file <2> ok <5> intelikey: I'm not that stupid :P Pressing tab twice is doing nothing. Is that something unique to ubuntu and not in Kubuntu? <8> Spank you much :D <12> xchat <2> even i forget to ask man <9> oh, and replace OUTGOING INTERFACE of course :p <6> --exclude=PATTERN
<6> exclude files matching PATTERN <1> skypa, I think you need another rule there <6> word it's bash not ubuntu or kubuntu. <10> rebel2: then you just set the gateway to the server IP on each of the client pc's <9> why lone_marauder? <11> tonyyarusso, it says the file is empty but it is over 15megs <8> AHhhhhhh yeah okay that would have been my next Q. :D <13> pvd2006: I don't know why. <8> The server IP should just be 192.168.1.2 yeah? (1.1 is the router) <5> intelikey: What are we trying to accomplish from doing this? Find out what it's calling my tv tuner? <6> empty file of 15m nice. maybe fs error ? <1> skypa, n/m - I'm being stupid <10> rebel2: the gateway for all the client pc's should be the Ip of the server PC <9> :p <10> rebel2: like 192.168.1.2 <1> rebel2, what is this router you are talking about? <6> word and the driver to use.... unless you already know which kernel module to insert ? <10> rebel2: i'm not sure why you are doing this though, since a router does it best <9> I'd say his setup is router <-> server <-> client <5> intelikey: I know the tuner=78 and that's it lol. <1> yeah <10> rebel2: make sure the server pc gateway is still the router and the router has DHCP enabled, and the server pc is static IP <6> word the kernel modules are in /lib/modules/* you can search if you like. <1> in which case he doesn't need to worry about NAT <10> rebel2: so the router gives the server pc an internet address <14> Ok when I go to install something in synaptic I keep getting a message about 3 items held and not upgraded. Any way to clear thoes out? <6> word i was trying to make it easy on you. but if i'm just confusing things i'll hush. <9> lone_marauder, that is actually true.. *thinks* <6> PhoenixGI what are they ? <1> In fact, if a router is sitting there, why are we running dhcp on a server? <10> lone_marauder: that was my question <10> ;-p <15> word: if it's bt878 the module is called bttv. try 'rmmod bttv ; modprobe bttv tuner=78` . see if it works. if not, post dmesg output on pastebin and have people look at it :) <14> intelikely ffmpeg mplayer-386 transcode <16> how do I install using an sh file? <10> bobmcbob: ./name.sh <6> void^ hehhe thanks.... oh but i think word needs to insmod that. <5> kernel module is...like 26.12-10-386? o.O or ..? What exactly am I looking for intelikey? <9> lone_marauder, maybe the router is on another subnet than the client <6> word read void^ ^^ <1> skypa - like it has a mezzanine network - like a DMZ? <9> right <1> ugh. That would be a mess <9> well, depends.. but in this case I'd agree *cough* <17> good night, i need some help, i can only listen to music with realplayer but with other players as amarok it says that the song its not playble or messages like that <18> I need a hand: I have a 250GB drive that I've partitioned into 60GB (and installed Windows XP Professional x64 on), 20GB (for Ubuntu), 2.5GB (for swap) and the remaining 165.5GB for FAT32 documents. In Ubuntu's partition manager, everything goes swimmingly except for the last partition. Help? <19> k3b can't burn avi's to a VCD.. what can, or how can i convert the avi's to mpeg? <18> For instance, what should it point to? <9> diana, check back with the guys in #amarok, sound like a sound engine problem <17> thx <1> wow - just took a look are firestarter. <5> void^ and intelikey "ERROR: Module bttv is in use by bt878" <10> brb ~ reboot <1> you guys just getting into Linux don't know how good you've got it. :) <8> Sorry for not being specific enough. Basically I have an incoming connection. I want to run it through a router, and have the first machine it hits be my Ubuntu box. The ubuntu machine will ***ign IPs out to the network (about 9 computers) and these IPs will be granted access to the internet outside of the router. See what I mean? <20> blindx, kmec15 <19> kmec15 is a burning program, or a converter? <20> blindx, sorry kmenc15 <21> hey <1> rebel2, what is the router- physically? <21> im trying to install VM-ware server <8> It's a netgear wireless router <1> rebel2 - is it a linksys router or something? <20> blindx, it s a qt/kde frontend for mencoder <21> and its saying it cant find the make program <21> and asks me to specify the location, where is it atr? <19> What's qt? (sorry, I'm new :x) <22> cant seem to boot from this DVD, the iso is 'too big' to write on to DVD so i took the files from the iso and put them on the DVD yet it didnt boot from this, what do i do? <6> word lsmod | less and do a rmmod <all that tied to bt878> <6> then try again. <1> rebel2, OK - what do you want the Ubuntu box to do for you in this case? <16> I don't understand how to do an instal of something using an sh file can someone help me? <23> qt is what kde is built ontop of <19> oh
Return to
#ubuntu or Go to some related
logs:
openembedded dm600pvr nvidia-glx etch missing can't get faux columns to work
#javascript wrieress #gimp #javascript #ai #php doom5 demo
|
|