| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> osearth is correct <1> i'd like to run a simple smtp so PHP can mail out, any suggestions <2> whatever your distro defaults to will work <3> triangle wave, triangle wave. doin the things a triangle generates <1> it keeps saying access denied to 127.0.0.1 but the box had the wrong hostname last time it booted so the maillog is showing the wrong hostname <2> 127.0.0.1 is localhost, that never changes, unless you messed up your /etc/hosts <1> each maillog starts with "Jan 8 01:34:37 hosted-by" <1> the old hostname was hosted-by but i changed it to the IP. not sure why the maillog is still showing the old hostname <2> perhaps you need to look at your smtp config <4> Anyone know of the opensource software that allows me to mount .iso images? <4> Thus, I have an ISO image from a DVD and I want to mount it as a virtual drive. <2> kawfee. <4> i <4> hi <4> I think I found it <4> daemon tools
<5> mount -t iso9660 /home/you/image.iso /tmpmnt <6> when doing ifconfig i'm seeing that i have eth0 , eth0:3 , eth0:4 . How can i remove the eth0:3 and eth0:4? <2> ifconfig eth0:4 down? <2> ifconfig eth0:3 down? <6> chances it will kill me out from the system and wont work? :) <2> how can I know, no idea what iface you're in on <7> very likely if eth0:3 or eth0:4 are the intefaces which are handling their connection ;) <7> err your connection <5> in the words of Metallica, kill 'em all. <2> I'm getting a laugh outta VH1's top 100 songs of the 80s <2> just reminds me why I stopped listening to the radio in the 80s <8> hello anyone using amavis-new, just wondering if the auto bayesian feature works well <9> I just ran ./confugre and I got this error <9> checking for RT dir... configure: error: RT not found, try to specify one by --with-rtai=<path>, --with-rtlinux=<path>, --with-rtlinuxpro=<path> <9> any idea what RT is? <10> What did google say? <9> not much <9> That and I didnt see google in here <11> realtime stuff <9> RTLinux or RTAI <9> any idea what the difference is? <2> what are you compiling that needs this <9> I'm still reading threw the help files, but I'm trying to configure emc2 which is some kind of CNC/GCODE editing program <9> and control of cnc machines <9> do you know what the difference is between RTLinux or RTAI <12> what <13> hi people <13> is it possible for me to enable disk quota for users on my server, which doesn't have its own partition for /home ? <2> yes quotas can be enabled <14> hey graz <2> hey x <14> anything new going on <2> not here...you <14> not much, started using that pfsense about 2 weeks ago and it's been fantastic <14> solid vpn since setup <14> graz have you ever tried it? <14> even got a nice vpn to our sonicwall at work <13> graz: Sounds good! I'm interested in it because I plan to give accounts to friends etc, to have their own homepage and stuff. <13> also, for some reason, because of iptables I cannot connect to the ftp server, even though there's an entry that allows traffic on port 21! <13> If I flush iptables, it works perfectly <15> FLUSH THE TABLESZ <16> human error <16> iptables is not broken. <2> xnomar: no to vpn <2> Zaitzev: ftp uses 20 and 21 <14> you gotta love vpn :) <2> understanfd the protocol before you run the service <13> 21 and 21 is opened <13> *20 <16> udp and tcp? <2> heh VH1 #1 80s song: Bon Jovi: Livin' On A Prayer <13> yes <16> bon jovi ****s <2> *shrug* <17> a lot of linux boxes are only alive because of prayer..... <18> I pray, never <17> .lart Idle247 <2> .lart pastr <17> .bad*** graz
<19> Graz's **** is collected and sold as "Quick Start" fire logs. <2> hah <2> .bad*** pastr <19> The McRib sandwich only comes back when Pastr is in the mood for one. <2> good thing I dont eat rotten ronnies <17> .lart graz <17> !wtf fish? <17> .lart howto <17> !tell wick2o qtables <9> DAMN it mozilla just crashed on me!!!! <9> just when I really didnt want it to <3> browsing born again? <18> born? <18> sounds gross <3> damn dyslexia <18> wheres my case? <3> dammit <3> i'll get it out on tues <18> ;) <20> ;) <18> howto: shut it <17> .lart bloofar <17> .lart Idle247 <18> :P <18> I wonder if the xbox 360's hd dvd player can plug into my PC <3> Idle247: if it runs windows <3> there's some sketchy drivers for it <18> its just standard usb tho? <18> that would mean its only a matter of time <3> yeah just usb 2.0 <18> damn! noone has one of those! <18> ;) <18> yea, I got one today... <21> hello <21> Anyone know how to setup iptables so if my linux server is 10.10.10.5 and i ssh into it and do a telnet 10.10.10.5 2051 that it tunnels to 10.10.10.2:10001? iptables -t nat -A PREROUTING -p tcp -d 10.10.10.5 --dport 2051 -j DNAT --to-destination 10.10.10.2:10001 doesnt seem to do the trick <18> if its the router, it will work <18> if you try that from a lan machine, it wont work <21> what do i have to do in order to get it to work from a lan machine? <9> yay transfering 120 gigs from one drive to an other via two usb 2.0 hd adapter to an other <21> im setting up a weird ssh tunnel, where ill tunnel from an outsite network to my linux server <18> telnet directly <21> at which point i want to setup differnt ports 2051-2054 to goto different machines <18> of course, you can always do it with ssh tunnels <9> great its going to take 3 hours to transfer every thing from one drive to the other <21> Idle247: well im tring to do this so i only have to ssh tunnel into one machine with differnet ports <21> and have the port traffic redirect to onther machines on the remote network <18> why.... <18> remote network makes that easier <21> not roaming remote networks what are at different locations...let me attempt to explain <18> it really does depend on the network layout <21> i have a setup using plcs that i program and send out with a stage system for rock concerts <21> controls lifts and such <21> each plc has a different ip address and is NOT on the main network at the arean <18> ah, fun <18> why cant it connect directly? <17> in other words... yer just lazy? <21> i would like remote access to this setup with only having the remote network admin forward one port, so here was my idea <21> i setup a small linux appliance where i can ssh tunnel into <18> IF, your linux box is the router of the PLC's, and the connecting machine is on another network that routes through the linux box, then yes, it will work with iptables <21> and then each port on that linux applice could forward to the port i need on the plcs <18> why not use ssh tunnels then? <17> http://freshmeat.net/projects/rinetd/ <21> because ssh tunnels would need a port to EACH plc no? <18> yes <21> and i need to avoid that <18> as it would with anything else <18> well, theres nothing you can do about that <17> http://www.boutell.com/rinetd/
Return to
#linuxhelp or Go to some related
logs:
chiky bang bang #ubuntu windows 2003 promise ultra.sys driver #computers #shittalk #linux-noob #politics #freebsd zuberbueller #winxp
|
|