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