| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> You *do* realize that he's just going to put that in literally. <1> mwilson no I am not <2> I would point and laugh <1> dammit my computer is showing porn everywhere! <1> :( <1> so what should be the nameserver then? <1> the dns of my isp? <2> The IP address of your ISP's domain server <2> So yeah <3> you could connect with usepeerdns gnuman <1> but how the heck did it change all I did was try to configure my gigabit <4> afternoon <5> iptables -t nat -A PREROUTING -i eth1 -s ! xxx.xxx.xxx.0/24 -d ! xxx.xxx.xxx.xxx -p tcp --dport 80 -j REDIRECT --to-port 3128 <6> reality you think a blank line in /etc/p***wd would be a problem? <5> how to add another destination so it won't redirect ? <5> by adding another rule it won't work as the 1st one matches ..
<2> Redragon^: I wouldn't think it were that safe <6> Dreadfull remember that they run FCFS so try putting the new rule ahead of the existing rule <6> reality i'm doing a migration and trying to seperate the system accounts from user accounts so I make sure i get them all <5> then it won't take care of the other one :/ <1> thanks that wroked <6> so was considering a blank line or a #### line <1> laters <2> Redragon^: ### it <6> Dreadfull well you have to find a way to make sure each is unique <6> you can't make them both the same and define 2 different rules and expect it to work <5> i know <5> any ideas ? <6> well i dont know what your trying to accomplish <5> well as you saw port 3128, i'm redirecting to squid <5> well i want NOT to redirect for two destinations <6> okay so your pushing the lan thru squid <6> well put those destinations in before that rule <5> yep <5> with DROP ? <6> no <6> with accept <5> i don't get it <6> unless you wanna block all their port 80 traffic <7> is 3128 some kind of p2p? <5> no, don't wanna block, want only to stop the redirect for 2 destinations <5> sinthetek no, squid, proxy server <7> oh <5> caching websites :) <7> oh yeah, i think i knew that <6> iptables -A PREROUTING -s 192.168.0.30 -p tcp --dport 80 -j ACCEPT <6> iptables -A PREROUTING -s 192.168.0.30/24 -p tcp --dport 80 -j REDIRECT --to-port 3128 <6> and wala, 192.168.0.30 isn't redirected but everything else is <5> interesting <5> seems weired for me but .. interesting <8> iptables accepts wrong network address ? <6> you must remember that iptables is first match wins <6> WaruiInu good eye <6> Dreadfull that second one should be iptables -A PREROUTING -s 192.168.0.0/24 -p tcp --dport 80 -j REDIRECT --to-port 3128 <6> that 3 shouldn't have slipped in :) <8> no .. just routine :) <5> Redragon^ that was my problem, 1st match wins .. so couldn't add more .. didn't think of what you said :) <9> I have a little problem on my Ubuntu laptop, i am trying to install a wireless usb device. And when i type <10> yo, can someone tell me if you see all directories, or only "wtfx0r" <10> http://ult1m4t3-h4x0r.is-a-chef.org/p3_560/newbie/ (no user/p***) <7> 2how many K/s is 384kbps? <9> I have a little problem on my Ubuntu laptop, when i type 'make' i get this error: make: *** /lib/modules/2.6.12-9-386/build: <4> only wtfx0r <10> dah <11> sinthetek: 48KB/s <12> i don't understand why xchat 2.4.4 has graphical tabs, while 2.6.2 has text based ones <10> ScoT: can u refresh <4> flush same <1> hey reality thanks for the help <1> does anyone install an antivirus program for linux like clamav or not worth it? <13> i typed netstat on my linux webserver and i got the stats <13> what does this one mean? <13> tcp 0 0 Thysys.Pvt:ssh Tardis.Pvt:3746 ESTABLISHED <2> bubbli: A whole lot of nothing... <2> bubbli: try netstat -tanp
<13> okay <13> what does that do <2> bubbli: And don't paste the output here <2> bubbli: Tells you which ports are open and if there are any connections to those ports <9> How do i start my usb device, it doesn't light anything :/ <2> aziTRo: Distro? <2> aziTRo: And what's the device? <9> oh, sorry.. Ubuntu:) Wirleess usb device.. <2> Actually, you know what? Read the smart questions FAQ first <2> LadyByte: Tell aziTRo about smart questions <2> aziTRo: Read that first, then come back and rephrase your question <13> how can you tell where an ip address is coming from? <13> i have an ip <13> and a linux server <9> I will do that.. <2> bubbli: resolveip ipaddress <14> http://www.webmaster-toolkit.com/ip-address-locator.shtml <10> hrmmmmmmmmm <13> okay thanks <15> hi, if I'm only looking for just some training and not certification, is the official RHCE course still good for just learning, or is it overpriced for that? <2> jksd: tldp.org That's all you'll need <13> whats another thing you can do if you have root that's like rlogin? <15> reality: the thing is I've already started on the RHCE course <13> i don't want to change their p***word <15> :/ <15> reality: it's totaly expensive <2> bubbli: What is the problem? <2> bubbli: Explain the situation <13> i have root <13> i own a webserver <13> i want to know what someone is doing on my webserver <15> reality: what do you think of the official trainging, worth the money, or not? <2> jksd: nope <15> reality: oh dear heh <13> he disabled talk <13> he won't answer the phone <13> i want to see what he's up to <2> bubbli: Who is this person? <13> you want my whole life story or what <15> reality: complete rip off, or just not worth it? <16> shooting in a church on louisianna, 3 dead :( <10> http://counter.li.org/ <2> bubbli: I want the pertinent information <2> bubbli: Of which you've given little <13> ugh <13> my exhusband used to be a sys admin <13> he's gone insane with schizophrenia i told him not to log into my server <13> he's logged on and i want to see what he's doing <13> good enough for you? <2> bubbli: That's much better <6> if you dont want him loggin in then take away his access <13> i just want to see what he's doing <13> hello? <17> HI, bubbli! <2> bubbli: tail -f /hishomedir/.bash_history <13> oh yeah bash history <2> bubbli: There's a fine line we walk here. When people say things like "I have root" we almost always ***ume script kiddie <14> reality, .bash_history doesnt get written til you log out <14> you cant tail it <6> hiya gaia <6> only way to see what he's doing while he is doing it is a key logger, and no help for that here <2> linux_terror: There's an easy way to get that to happen <6> you can check his history later or play with pstree to get an idea of what he is doing <2> killall -9 bash <6> err veins <14> reality, enlighten me <2> linux_terror: kill his shell <14> yeah thats real... subtle <6> hehe <6> damn now i want more food <2> linux_terror: If somebody were snooping around on my machine, the last thing I'd be was subtle
Return to
#linuxhelp or Go to some related
logs:
#linux play wmv2 ubuntu #javascript lebsex pedofla IDENT authentication failed for user jwma #php #chatzone 255.255.255.255 Jrun
version of windows on your computer is newer than the version on the CD + vista
|
|