@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> Hey i'm trying to forward a UDP port so i can parse a socketudp command from mIRC -> shell, iptables -I INPUT -p udp -s <MYIP> -d <SHELLIP> --dport 7331 -j ACCEPT
<0> thats the command, but it doesnt seem to forward it properly, any ideas?
<1> here is my portforward rule: iptables -t nat -I PREROUTING -p tcp -i eth0 --dport 1667 -j DNAT --to 192.168.0.224:80
<1> your rule just allows udp packets from MYIP to reach SHELLIP on 7331
<1> vapor: please only use the channel of communication thank you
<0> well what is wrong with my rule that is not letting the packet come through, it worked on another box
<2> "please only use the channel of communication thank you" wtf does that mean?
<1> just so I am clear your mirc client is sending stuff to the shell machine without a port forward rule?
<0> its sendint it in this format: sockudp -n pftp %pftp.ip %pftp.port %pftp.p*** %msg
<0> pftp is the name of a ftp client for linnux
<0> all the configuration is correct, this has been tested on another box
<1> ah
<0> for some reason the shell is not letting the packet come through
<0> so i tried forwarding the specific udp port, 7331, from my homeip
<0> hoping that would work (and it did on another box)
<0> but much to my surprise it does not



<0> when launching the client with the udp port parameters, i see this UDP Daemon Listening on port 7331
<0> so it shoudl be listening, but something is blocking it, and there shouldnt be a firewall we have a css server setup and identd is setup and there isnt much blocking
<0> so what could it be?
<1> do you have root on this shell machine?
<0> of course
<1> tcpdump can tell you if the packets are reaching the machine at all ... also I guess tcpdump or similar for windows could see what's happening on that side
<1> ethereal
<0> what specific tcpdump command should i try
<0> i'm unfamiliar
<1> I'd ahve to man it
<1> tcpdump -i eth# -s0 -xX host hostname something liek that
<1> and dump it to a file then read it try to figure out what's going on
<1> hey I'm sorry I have to get a couple servers ready for an install today, I gotta bail more people will be on as the day goes on though.
<0> okay take care
<3> mmm chicken
<4> morn
<5> sup graz
<6> whats the linux command to view the unique id's of files, so you can delete them by that unique id?
<6> ahh inodes !
<7> I have that router with this rule, "iptables -P FORWARD DROP" - I want to block everything in and out besides http
<7> iptables -A FORWARD -p tcp -s $LAN_IP_NET --dport 80 -j ACCEPT
<7> it doesn't allow output from the nat
<7> any clue what do I do wrong?
<8> are you natting it as well?
<7> yeah
<9> reviewing the last logs...
<9> rmanz pts/29 muctam04.os.amad Thu Aug 17 00:05 - down (00:00) .. what does the "down" column specify
<10> hi .. Im newbie :) ... I have just downloaded a theme (.rpm for suse 10.1) from kde-look. ANd press Open, after Ive downloaded it.. it appears to be installed, but I cant find how to use it after its installed. Where do I go from here?
<11> control center --> themes
<11> keep clicking on stuff.... you'll find it eventually....
<10> well.. Ive been looking in both Personal Settings -> Themes and Utilties -> Desktop -> Control Center -> Themes .... cant find that theme I wanted
<12> are you running gnoe?
<12> gnome*
<10> no .. kde
<9> zaragon: after its installed, in the contol center, set your background, etc... to use it
<10> ok . . so I wont find a themename named ie. polyester?
<13> how can i check what queries running inside mysql?
<14> mysqladmin
<13> yea, but whats the command to see all the queries running at the same moment
<14> man mysqladmin
<13> its quite urgent, could please just tell me the command?
<14> man mysqladmin
<14> or waste your time asking the same question over and over
<13> why being a bitch when you can help, you **** man - help
<15> y r u h8?
<14> !****list A^C^E
<5> steam.qwelled
<8> processlist fool
<11> there's a perfectly good mysql referencemanual online too....
<11> not famous for patience in that part of the planet tho....
<16> Hello is anybody around?
<17> i'm asquare, sorry
<16> hehe
<16> hows it going?
<16> Could anybody help me figure out how to install a tar called bcm43xx-fwcutter from here http://developer.berlios.de/project/showfiles.php?group_id=4547?
<16> i got it extracted on my desktop on ubuntu
<16> and i got into the directory and tried all kinds of commands like make and stuff in there but I kept getting errors
<16> sorry i got disconnected
<12> haha
<18> Hey hey. Anyone know how to convert pdf2doc at the console?
<18> anyone?



<19> pdf2tk
<19> ?
<19> oh well
<20> I installed linux a while ago and I now need more space. I have empty space on my drive, but it was in my NTFS windows partition. I have since repartitioned my drive so the NTFS partition is smaller, but how would I allocate that space to my linux partition?
<20> this is my table: http://paste.lisp.org/display/24306
<21> you could use partition magic
<21> and combine the two partitions
<21> or format the new partition as ext3 or whatever and mount it as /usr or /home or some such
<20> I think last time I tried to format the empty space it gave me an error. The suse partitioner says: "a primary partition cannot be created, there are already four primary and extended partitions. an extended partition cannot be created, one already exists. a logical partition cannot be created, no space is left on the extended partition"
<20> what if I delete one of my partitions?
<15> then you should be ok
<22> hello
<22> is there any way in /etc/hosts to take complete net and resolve it to name? like "10.1.1.0 test" ?
<22> one name i meant
<23> I'm trying to monitor how many connections per second .. per ip my machine is getting.. anyone know how i'd approach this
<22> try lsof i think
<2> tcpdump
<24> tolake: how do you want to output it, or do you want to log it for reporting?
<22> iptraf
<14> tolake: somebody suggested iptop for something similar earlier. I haven't used it, but you might want to try it
<12> tolake: iptables does that natively
<12> well, it can trigger based on those
<22> is there any parameter in sshd_config i can ignore the resolving issue ?
<12> samoo: etc/networks?
<23> i basically want "<ip> 100 connections per second" .. for everyone ip i have on the machine
<23> i'll try iptraf and iptop
<23> and iptables
<24> if you want to limit it then you have to do iptables
<24> the rest are just informational
<12> yep
<22> Idle`: no /etc/networks , i am on redhat
<23> i'm just trying to figure out what's going on .. which ips are busy and what not.. for now anyways
<25> is it possible to in love with someone you don't find attractive and live a happy life toghether?
<11> Nope! Get over it!
<12> shoulda said that before you kicked him :(
<11> i put it in the kick message.... but.... *shrug*
<11> i been getting ddos'd a lot lately.... slowing things down....
<12> :P
<12> blame Qwell
<11> nah.... it's my ex-partner still
<12> :P
<11> he's been constantly tormenting me for months
<12> fun
<11> he's ****ty coz he cant get the madwifi drivers to do what he wants and no one will help him.....
<11> he offered me $300 to fix/finish the driver issue so he can go make millions
<26> hi
<26> k so i am ready, i used partition magic to cut the primary partition in half, i got 10g to insall rhel4 now... i can do the grub install and everything with rh?
<11> yup
<26> neat
<27> right now i have my RHEL box set up on DHCP and i want to change it to a hardcoded ip address
<27> how do i go about doing that
<18> netconfig at console works
<27> i remember on one of my other servers i edited a config filed
<27> do you have any idea where that is
<12> awol: ouch
<11> !tell macman_MB sysconfig
<18> macman: netconfig edits that config file
<11> !wtf sysconfig?
<27> ok
<28> I heard that sysconfig is all the files in the redhat system configuration directory are explained in the file:/usr/share/doc/initscripts-*/sysconfig.txt
<11> edit /etc/sysconfig/network file if you really want to know
<11> as explained in that text
<11> but go ahead! listen to morons who dont know.... wgaf?
<29> hehe
<30> Does anyone know how to get KDE's desktop switcher applet to work with xgl? I only get one desktop thumbnail no matter what I try when there should be 4.
<3> master, where did you go? I can't see you
<31> can someone help me use the at command? I'm trying to schedule a job and I get either "garbled time" or something about the term variable
<31> I'm trying to do: ecasound -i jack_alsa -o somefile.mp3
<31> combined with: at (command) hh:mm
<31> so do I have to pipe? redirect? put the command in a text file?
<26> wow u guys rhel4 went in real smooth...i noticed on grub there are two, rhel4 and rhel4-smp, what is smp?
<15> multiple cpus
<26> oh
<15> some "hyper threaded" p4s will take advantage of that as well as real multiple processors such as dual core cpus


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

#flash
#politics
#beginner
ttable delphi
#beginner
tehbunnies
files and transfer settings
#beginner
atkexotic pass
#beginner



Home  |  disclaimer  |  contact  |  submit quotes