IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1825.87 MB
Powered by
Channel Info
Network: freenodeChannel: #iptables |
Search in www.irclog.org
Log from #iptables at freenode 2006-06-17
[00:57]<-- sgvgzs xzs fuyv (>/dev/brain")
[06:19]<tdbnzr>iptables -t nat -A POSTROUTING -o eth1 -s 192.168.0.0/24 -d 192.168.0.233 -j SNAT --to 192.168.0.1
[06:19]<tdbnzr>How do i delete that rule?
[06:19]<tdbnzr>Damn it!
[06:19]<mrrynfmr>s/-A/-D
[06:20]<zj2wow0>Change the -A to -D
[06:20]<drwygn>robw810: that doesn't look right
[06:20]<zj2wow0>maxine: look again
[06:20]<drwygn>robw810: huh?
[06:20]<zj2wow0>:)
[06:20]<zj2wow0>Change your clothes
[06:20]<drwygn>robw810: that doesn't look right
[06:20]<zj2wow0>hehe
[06:21]<zj2wow0>Not in front of everyone, silly
[06:21]<tdbnzr>robw810: Thanks! :)
[06:21]<zj2wow0>What is it about "Change" that makes maxine say that?
[06:21]<zj2wow0>TmBerg: and danieldg too :)
[06:21]<zj20>Change the bot.
[06:21]<drwygn>rob0: that doesn't look right
[06:22]<zj20>Change is constant!
[06:22]<drwygn>rob0: that doesn't look right
[06:22]<zj2wow0>It seems that maxine is a conservative - she doesn't like change :)
[06:22]<mrrynfmr>change port forward to <forward port>
[06:22]<drwygn>danieldg: that doesn't look right
[06:22]<mrrynfmr>guess not...
[06:22]<mrrynfmr>change
[06:23]<mrrynfmr>change port forward
[06:23]<drwygn>danieldg: that doesn't look right
[06:23]<mrrynfmr>change it
[06:23]<drwygn>danieldg: that doesn't look right
[06:24]<zj2wow0>Whose bot is she, anyway?
[06:25]<mrrynfmr>cj's, iirc
[06:25]<mrrynfmr>maxine: whose are you
[06:25]<drwygn>OK, danieldg.
[06:25]<zj2wow0>heh
[06:25]<mrrynfmr>maxine: what are you
[06:25]<drwygn>rumour has it i am the bot? or a pocket calculator
[06:25]<zj2wow0>maxine: to whom do you belong?
[06:25]<drwygn>robw810: no idea
[06:25]<vyrn-vnzsr>lol
[06:26]<zj2wow0>maxine: take me to your leader
[06:26]<drwygn>robw810: excuse me?
[06:26]<zj2wow0>haha
[06:26]<vyrn-vnzsr>maxine: take me to your dealer
[06:26]<drwygn>vice-versa: excuse me?
[06:38]<tdbnzr>Any hints? ->> http://starka.st/tmberg/temp/squid
[06:59]<tdbnzr>:/
[07:37]<jsdvd>how do i know if iptables are on?
[07:40]<vyrn-vnzsr>iptables -L show anything?
[07:53]<jsdvd>lemme check
[07:54]<jsdvd>target prot opt source destination
[07:54]<jsdvd>Chain FORWARD (policy ACCEPT)
[07:54]<jsdvd>target prot opt source destination
[07:54]<jsdvd>Chain OUTPUT (policy ACCEPT)
[07:54]<jsdvd>target prot opt source destination
[07:54]<jsdvd>it shows that
[08:00]<vyrn-vnzsr>osity: then it's enabled in the kernel but you have no rules other than the default chain policies
[08:01]<jsdvd>vice-versa: i would like to allow ftp through..
[08:03]<vyrn-vnzsr>osity: what does iptables -nL INPUT show?
[08:05]<jsdvd>checking
[08:05]<jsdvd>i need to open ports 21 for ftp..
[08:06]<jsdvd>Chain INPUT (policy ACCEPT)
[08:06]<jsdvd>target prot opt source destination
[08:08]<vyrn-vnzsr>osity: it's defaulting to accept any connection....is your ftp server running?
[08:09]<jsdvd>i think so
[08:09]<vyrn-vnzsr>netstat -plunt
[08:09]<vyrn-vnzsr>anything listening on 21?
[08:10]<jsdvd>what does plunt mean?
[08:10]<vyrn-vnzsr>it's -plunt command line switches combined together
[08:10]<jsdvd>i see nuthing on 21
[08:11]<vyrn-vnzsr>then it isn't running
[08:11]<jsdvd>i tried /etc/init.d/vsftpd start
[08:11]<jsdvd>and it seems to turn it on...
[08:11]<jsdvd>[root@SILICON_SPACE ~]# /etc/init.d/vsftpd start
[08:11]<jsdvd>Starting vsftpd for vsftpd: [ OK ]
[08:11]<jsdvd>it this correct?
[08:12]<vyrn-vnzsr>gentoo I take it?
[08:12]<jsdvd>centos
[08:12]<vyrn-vnzsr>ah
[08:13]<jsdvd>does this mean its turned on ?
[08:13]<vyrn-vnzsr>so vsftpd doesn't show in the /PID/Program name column of netstat -plunt ?
[08:13]<jsdvd>no
[08:14]<vyrn-vnzsr>ps aux
[08:14]<jsdvd>yikes....alot of tect
[08:14]<jsdvd>text
[08:14]<vyrn-vnzsr>lol
[08:14]<vyrn-vnzsr>ps aux|grep vsftpd
[08:15]<jsdvd>root 32037 0.0 0.2 4096 628 pts/1 R+ 01:14 0:00 grep vsftpd
[08:16]<vyrn-vnzsr>/etc/init.d/vsftpd status
[08:17]<jsdvd>vsftpd dead but subsys locked
[08:17]<jsdvd>that doesnt sound too good
[08:17]<vyrn-vnzsr>no it doesn't
[08:18]<jsdvd>shouls i check something in the vsftpd .conf file?
[08:18]<vyrn-vnzsr>/etc/init.d/vsftpd stop
[08:18]<vyrn-vnzsr>/etc/init.d/vsftpd zap







