thanks for your continued help, i would not have guessed this would be
so tricky. but it is nice to work toward things running
cleanly. unfortunately, i am typing this on my laptop as after i
did the following, i lost my connection.<br>
<br>
karl@ubuntu:~$ sudo iptables -L<br>
Password:<br>
Chain INPUT (policy DROP)<br>
target prot opt
source
destination<br>
ACCEPT tcp --
<a href="http://dns1.essex1.com">dns1.essex1.com</a>
anywhere
tcp flags:!SYN,RST,ACK/SYN<br>
ACCEPT udp -- <a href="http://dns1.essex1.com">dns1.essex1.com</a> anywhere<br>
ACCEPT tcp --
<a href="http://dns2.essex1.com">dns2.essex1.com</a>
anywhere
tcp flags:!SYN,RST,ACK/SYN<br>
ACCEPT udp -- <a href="http://dns2.essex1.com">dns2.essex1.com</a> anywhere<br>
ACCEPT tcp --
<a href="http://192.168.0.21">192.168.0.21</a>
anywhere
tcp flags:!SYN,RST,ACK/SYN<br>
ACCEPT udp -- <a href="http://192.168.0.21">192.168.0.21</a> anywhere<br>
ACCEPT all --
anywhere
anywhere<br>
ACCEPT icmp --
anywhere
anywhere
limit: avg 10/sec burst 5<br>
DROP all --
anywhere
<a href="http://255.255.255.255">255.255.255.255</a><br>
DROP all --
anywhere
<a href="http://192.168.0.255">192.168.0.255</a><br>
DROP all -- <a href="http://BASE-ADDRESS.MCAST.NET/8">BASE-ADDRESS.MCAST.NET/8</a> anywhere<br>
DROP all --
anywhere
<a href="http://BASE-ADDRESS.MCAST.NET/8">BASE-ADDRESS.MCAST.NET/8</a><br>
DROP all -- <a href="http://255.255.255.255">255.255.255.255</a> anywhere<br>
DROP all --
anywhere
<a href="http://0.0.0.0">0.0.0.0</a><br>
DROP all --
anywhere
anywhere
state INVALID<br>
LSI all -f
anywhere
anywhere
limit: avg 10/min burst 5<br>
INBOUND all --
anywhere
anywhere<br>
LOG_FILTER all -- anywhere anywhere<br>
LOG all --
anywhere
anywhere
LOG level info prefix `Unknown Input'<br>
<br>
Chain FORWARD (policy DROP)<br>
target prot opt
source
destination<br>
ACCEPT icmp --
anywhere
anywhere
limit: avg 10/sec burst 5<br>
LOG_FILTER all -- anywhere anywhere<br>
LOG all --
anywhere
anywhere
LOG level info prefix `Unknown Forward'<br>
<br>
Chain OUTPUT (policy DROP)<br>
target prot opt
source
destination<br>
ACCEPT tcp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://dns1.essex1.com">dns1.essex1.com</a> tcp dpt:domain<br>
ACCEPT udp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://dns1.essex1.com">dns1.essex1.com</a> udp dpt:domain<br>
ACCEPT tcp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://dns2.essex1.com">dns2.essex1.com</a> tcp dpt:domain<br>
ACCEPT udp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://dns2.essex1.com">dns2.essex1.com</a> udp dpt:domain<br>
ACCEPT tcp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://192.168.0.21">192.168.0.21</a> tcp dpt:domain<br>
ACCEPT udp --
<a href="http://192.168.0.9">192.168.0.9</a>
<a href="http://192.168.0.21">192.168.0.21</a> udp dpt:domain<br>
ACCEPT all --
anywhere
anywhere<br>
DROP all -- <a href="http://BASE-ADDRESS.MCAST.NET/8">BASE-ADDRESS.MCAST.NET/8</a> anywhere<br>
DROP all --
anywhere
<a href="http://BASE-ADDRESS.MCAST.NET/8">BASE-ADDRESS.MCAST.NET/8</a><br>
DROP all -- <a href="http://255.255.255.255">255.255.255.255</a> anywhere<br>
DROP all --
anywhere
<a href="http://0.0.0.0">0.0.0.0</a><br>
DROP all --
anywhere
anywhere
state INVALID<br>
OUTBOUND all --
anywhere
anywhere<br>
LOG_FILTER all -- anywhere anywhere<br>
LOG all --
anywhere
anywhere
LOG level info prefix `Unknown Output'<br>
<br>
Chain INBOUND (1 references)<br>
target prot opt
source
destination<br>
ACCEPT tcp --
anywhere
anywhere
state RELATED,ESTABLISHED<br>
ACCEPT udp --
anywhere
anywhere
state RELATED,ESTABLISHED<br>
LSI all --
anywhere
anywhere<br>
<br>
Chain LOG_FILTER (5 references)<br>
target prot opt
source
destination<br>
<br>
Chain LSI (2 references)<br>
target prot opt
source
destination<br>
LOG_FILTER all -- anywhere anywhere<br>
LOG tcp --
anywhere
anywhere
tcp flags:SYN,RST,ACK/SYN limit: avg 1/sec burst 5 LOG level info
prefix `Inbound '<br>
DROP tcp --
anywhere
anywhere
tcp flags:SYN,RST,ACK/SYN<br>
LOG tcp --
anywhere
anywhere
tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 LOG level info
prefix `Inbound '<br>
DROP tcp --
anywhere
anywhere
tcp flags:FIN,SYN,RST,ACK/RST<br>
LOG icmp --
anywhere
anywhere
icmp echo-request limit: avg 1/sec burst 5 LOG level info prefix
`Inbound '<br>
DROP icmp --
anywhere
anywhere
icmp echo-request<br>
LOG all --
anywhere
anywhere
limit: avg 5/sec burst 5 LOG level info prefix `Inbound '<br>
DROP all --
anywhere
anywhere<br>
<br>
Chain LSO (0 references)<br>
target prot opt
source
destination<br>
LOG_FILTER all -- anywhere anywhere<br>
LOG all --
anywhere
anywhere
limit: avg 5/sec burst 5 LOG level info prefix `Outbound '<br>
REJECT all --
anywhere
anywhere
reject-with icmp-port-unreachable<br>
<br>
Chain OUTBOUND (1 references)<br>
target prot opt
source
destination<br>
ACCEPT icmp --
anywhere
anywhere<br>
ACCEPT tcp --
anywhere
anywhere
state RELATED,ESTABLISHED<br>
ACCEPT udp --
anywhere
anywhere
state RELATED,ESTABLISHED<br>
ACCEPT all --
anywhere
anywhere<br>
<br>
karl@ubuntu:~$ sudo iptables -F<br>
karl@ubuntu:~$ sudo modprobe -r ip_conntrack<br>
FATAL: Module ip_conntrack is in use.<br>
<br><br><div><span class="gmail_quote">On 7/7/05, <b class="gmail_sendername">Adam Rosi-Kessel</b> <<a href="mailto:adam@rosi-kessel.org">adam@rosi-kessel.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Wow, you certainly have a lot going on there, but no firewall daemon<br>that I can see.<br><br>Try sudo iptables -F, which will remove all iptables chains, and then<br>see if you can remove the modules. Actually, before you do that, run
<br>iptables -L and see if you have any chains in effect.<br><br>Karl Sokol wrote:<br>> karl@ubuntu:~$ ps aux<br>>
USER PID %CPU
%MEM VSZ RSS
TTY STAT START TIME
COMMAND<br>> root
1 0.0 0.0 1552 464
? S Jul02
0:00 init [2]<br>>
root
2 0.0 0.0 0
0 ? SN
Jul02 0:00<br>> [ksoftirqd/0]<br>>
root
3 0.0 0.0 0
0 ? S<
Jul02 0:00 [events/0]<br>>
root
4 0.0 0.0 0
0 ? S<
Jul02 0:00 [khelper]<br>>
root 22 0.0 0.0 0
0 ? S<
Jul02 0:00 [kacpid]<br>>
root
157 0.0 0.0 0
0 ? S<
Jul02 0:01 [kblockd/0]<br>>
root
195 0.0 0.0 0
0
? S Jul02
0:00 [pdflush]<br>> root
196 0.0 0.0 0
0
? S Jul02
0:00 [pdflush]<br>> root
198 0.0 0.0 0
0 ? S<
Jul02 0:00 [aio/0]<br>>
root
197 0.0 0.0 0
0
? S Jul02
0:03 [kswapd0]<br>> root
785 0.0 0.0 0
0
? S Jul02
0:00 [kseriod]<br>> root
928 0.0 0.0 0
0 ? S<
Jul02 0:00 [ata/0]<br>>
root
932 0.0 0.0 0
0
? S Jul02
0:00 [scsi_eh_0]<br>> root
933 0.0 0.0 0
0
? S Jul02
0:00 [scsi_eh_1]<br>> root
938 0.0 0.0 0
0
? S Jul02
0:00 [scsi_eh_2]<br>> root
939 0.0 0.0 0
0
? S Jul02
0:00 [scsi_eh_3]<br>> root
948 0.0 0.0 0
0
? S Jul02
0:00 [scsi_eh_4]<br>> root
949 0.0 0.0 0
0
? S Jul02
0:00 [ahc_dv_0]<br>> root
985 0.0 0.0 0
0
? S Jul02
0:06 [kjournald]<br>>
root 1013 0.0 0.0
1532 324
? S<s Jul02
0:00 udevd<br>>
root 3045 0.0 0.0 0
0
? S Jul02
0:00 [khpsbpkt]<br>>
root 3512 0.0 0.0 0
0 ? S<
Jul02 0:00<br>> [reiserfs/0]<br>>
root 3960 0.0 0.0 0
0
? S Jul02
0:00 [kIrDAd]<br>>
root 4239 0.0 0.0 0
0
? S Jul02
0:00 [khubd]<br>>
root 5173 0.0 0.0 0
0
? S Jul02
0:00<br>> [shpchpd_event]<br>>
root 5524 0.0 0.0 0
0
? S Jul02
0:00<br>> [knodemgrd_0]<br>>
root 5693 0.0 0.1
2140 708
? S<s Jul02
0:00<br>> dhclient3 -pf /var/run/dhclient.eth0.pid -lf<br>> /var/run/dhclient.eth0.leases eth0<br>>
root 6173 0.0 0.0
1552 320
? Ss
Jul02 0:01 /bin/dd<br>> bs 1 if /proc/kmsg of /var/run/klogd/kmsg<br>>
klog 6175 0.0 0.0
2432 484
? Ss
Jul02 0:00<br>> /sbin/klogd -P /var/run/klogd/kmsg<br>>
101
6602 0.0 0.1 2120 616
? Ss
Jul02 0:00<br>> /usr/bin/dbus-daemon-1 --system<br>>
hal
6614 0.0 0.6 9176 3140
? Ss
Jul02 2:26<br>> /usr/sbin/hald --drop-privileges<br>>
nobody 6625 0.0 0.1
2072 552
? Ss
Jul02 0:00<br>> /usr/games/gnocatan-meta-server -d<br>>
root 6639 0.0 0.0
1544 360
? Ss
Jul02 0:00<br>> /usr/sbin/inetd<br>>
root 6782 0.0 0.1
2992 1012
? Ss
Jul02 0:00<br>> /usr/lib/postfix/master<br>>
postfix 6793 0.0 0.2
3032 1064
? S Jul02
0:00 qmgr -l<br>> -t fifo -u -c<br>>
root 6947 0.0 0.0
1536 440
? SNs Jul02
0:01<br>> /usr/sbin/powernowd -q<br>>
root 7041 0.0 0.1
2800 1020
? S Jul02
0:00<br>> /bin/bash /etc/rc2.d/S20xprint start<br>>
root 7042 0.0 0.1
2800 1020
? S Jul02
0:00<br>> /bin/bash /etc/rc2.d/S20xprint start<br>>
root 7043 0.0 0.1 11884
540
? S Jul02
0:00<br>> /usr/bin/Xprt -ac -pn -nolisten tcp -audit 4 -fp<br>> /usr/X11R6/lib/X11/fonts/Type1,/usr/lib/X1root 7046 0.0 0.1<br>>
2800 1024
? S Jul02
0:00 /bin/bash /etc/rc2.d/S20xprint start<br>>
root 7106 0.0 0.1
2592 532
? Ss
Jul02 0:00<br>> /usr/bin/kdm<br>>
www-data 7120 0.0 0.1
2644 904
? Ss
Jul02 0:00<br>> /usr/bin/dhttpd<br>>
root 7121 0.8 9.2 64328
47744 ? SL
Jul02 56:49<br>> /usr/X11R6/bin/X -nolisten tcp :0 vt7 -auth /var/run/xauth/A:0-RHNTag<br>>
root 7123 0.0 0.1
3172 976
? S Jul02
0:00 -:0<br>>
daemon 7157 0.0 0.1
1728 532
? Ss
Jul02 0:00<br>> /usr/sbin/atd<br>>
root 7169 0.0 0.1
1784 736
? Ss
Jul02 0:00<br>> /usr/sbin/cron<br>>
root 7205 0.0 0.0
1548 400 tty1
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty1<br>>
root 7206 0.0 0.0
1548 400 tty2
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty2<br>>
root 7207 0.0 0.0
1548 400 tty3
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty3<br>>
root 7208 0.0 0.0
1548 400 tty4
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty4<br>>
root 7209 0.0 0.0
1548 400 tty5
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty5<br>>
root 7210 0.0 0.0
1548 400 tty6
Ss+ Jul02 0:00<br>> /sbin/getty 38400 tty6<br>>
karl 7306 0.0 1.3 18064 6916
? Ss
Jul02 0:02<br>> /usr/bin/gnome-session<br>>
karl 7372 0.0 0.0
2992 432
? Ss
Jul02 0:00<br>> /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session<br>> /usr/bin/gnome-session<br>>
karl 7375 0.0 0.1
2552 596
? S Jul02
0:00<br>> /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session<br>>
karl 7376 0.0 0.0
2016 472
? Ss
Jul02 0:00<br>> dbus-daemon-1 --fork --print-pid 8 --print-address 6 --session<br>>
karl 7378 0.0 1.2 11328 6672
? S Jul02
0:01<br>> /usr/lib/gconf2/gconfd-2 5<br>>
karl 7381 0.0 0.1
2272 768
? S Jul02
0:00<br>> /usr/bin/gnome-keyring-daemon<br>>
karl 7383 0.1 1.4 16980 7692
? Ss
Jul02 8:26<br>> /usr/bin/polypaudio -Lmodule-esound-compat-spawnfd fd=18<br>>
karl 7446 0.0 0.4
6344 2528
? Ss
Jul02 0:00<br>> /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate<br>> --ior-output-fd=20<br>>
karl 7448 0.0 1.1 18848 5972
? S Jul02
0:10<br>> /usr/lib/control-center/gnome-settings-daemon<br>> --oaf-activate-iid=OAFIID:GNOME_SettingsDaemokarl 7451 0.0 0.3<br>>
3432 2028
? S Jul02
1:04 /usr/lib/gamin/gam_server<br>>
karl 7460 0.0 0.3
4652 1684
? S Jul02
0:08<br>> xscreensaver -nosplash<br>>
karl 7484 0.0 0.4
8540 2356
? Ss
Jul02 0:05<br>> gnome-smproxy --sm-client-id default0<br>>
karl 7486 0.0 1.5 13988 7888
? Ss
Jul02 0:53<br>> /usr/bin/metacity --sm-client-id=default1<br>>
karl 7496 0.0 2.9 52528
15196
? Ssl Jul02
0:19<br>> nautilus --no-default-window --sm-client-id default3<br>>
karl 7498 0.0 1.0 16432 5644
? Ss
Jul02 0:02<br>> gnome-volume-manager --sm-client-id default5<br>>
karl 7505 0.0 1.5 17704 8184
? Ss
Jul02 0:04<br>> update-notifier --sm-client-id default8<br>>
karl 7507 0.0 1.5 34768 8040
? Ss
Jul02 1:56<br>> gnome-cups-icon --sm-client-id default4<br>>
karl 7531 0.0 0.5 16232 2928
? Sl
Jul02 0:00<br>> /usr/lib/gnome-vfs2/gnome-vfs-daemon<br>> --oaf-activate-iid=OAFIID:GNOME_VFS_Daemon_Factory --okarl 7547<br>>
0.0 0.1 2216 668
? S Jul02
0:00<br>> /usr/lib/nautilus-cd-burner/mapping-daemon<br>>
root
17536 0.0 0.0 1680 512
? SNs Jul03
0:00<br>> /usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket<br>>
root
29913 0.0 0.4 5056 2140
? S Jul03
0:00<br>> /usr/lib/gconf2/gconfd-2 14<br>>
root
10668 0.0 0.0 0
0
? S Jul04
0:00 [scsi_eh_6]<br>> root
10669 0.0 0.0 0
0
? S Jul04
0:00<br>> [usb-storage]<br>>
karl 5208 0.0 2.7 30344
14156
? Ssl Jul05
0:06<br>> gnome-panel --sm-client-id 117f000001000112035488300000073060002 --screen 0<br>>
karl 5214 0.0 2.0 19096
10708
? S Jul05
0:16<br>> /usr/lib/gnome-panel/wnck-applet<br>> --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory --oaf-ior-karl<br>>
5216 0.0 1.7 26676 9104
? Sl
Jul05 0:00<br>> /usr/lib/gnome-applets/trashapplet<br>> --oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet_Factorkarl 5223<br>>
0.0 1.7 18980 8844
? S Jul05
0:02<br>> /usr/lib/gnome-applets/gnome-keyboard-applet<br>> --oaf-activate-iid=OAFIID:GNOME_KeyboardAppletkarl 5225 0.0 2.0<br>> 18492 10500 ? S Jul05 0:06<br>> /usr/lib/gnome-applets/stickynotes_applet
<br>> --oaf-activate-iid=OAFIID:GNOME_StickyNotesAppletkarl 5227 0.0<br>>
1.7 19032 9032
? S Jul05
0:01<br>> /usr/lib/gnome-panel/clock-applet<br>> --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory --oafkarl 5229<br>>
0.0 1.3 16616 7092
? S Jul05
0:01<br>> /usr/lib/gnome-panel/notification-area-applet<br>> --oaf-activate-iid=OAFIID:GNOME_NotificationAkarl 5231 0.0 2.0<br>> 19568 10372 ? S Jul05 0:03<br>> /usr/lib/gnome-applets/mixer_applet2
<br>> --oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory --karl 23582<br>>
75.2 6.2 149956 32512
? R Jul06
843:23 kaffeine<br>> /home/karl/music/newsong<br>>
cupsys 32339 0.0 0.6
7692 3348
? SNs 07:35
0:11<br>> /usr/sbin/cupsd<br>>
syslog 1877 0.0 0.1
1740 740
? SNs 09:44
0:00<br>> /sbin/syslogd -u syslog<br>>
karl 2880 0.0 1.7 23792 9192
? Ss
11:02 0:00 kdeinit<br>> Running...<br>>
karl 2883 0.0 1.5 22840 7908
? S 11:02
0:00<br>> dcopserver [kdeinit] dcopserver --nosid --suicide<br>>
karl 2885 0.0 1.7 24412 9100
? S 11:02
0:00<br>> klauncher [kdeinit] klauncher<br>>
karl 2887 0.0 2.1 26032
11044
? S 11:02
0:01 kded<br>> [kdeinit] kded<br>>
karl 2912 0.0 2.6 27692
13508
? S 11:03
0:00<br>> kio_uiserver [kdeinit] kio_uiserver<br>>
karl 2980 0.0 1.8 24040 9520
? S 11:05
0:00<br>> kio_file [kdeinit] kio_file file<br>> /tmp/ksocket-karl/klauncherjz2P7b.slave-socket /tmp/ksockekarl 2984<br>>
23.4 5.6 89652 29004
? R 11:05 60:36
/usr/bin/kaffeine<br>> /var/tmp/kdecache-karl/krun/2981.0.0-13543.mpg<br>>
karl 2985 0.0 1.9 24040 9824
? S 11:05
0:00<br>> kio_file [kdeinit] kio_file file<br>> /tmp/ksocket-karl/klauncherjz2P7b.slave-socket /tmp/ksockekarl 3124<br>>
23.5 6.1 84096 31988
? R 11:06 60:23
kaffeine<br>> trash:/0-Dave_Carter__Tracy_Grammer_-_Farewell_To_Fiddlers_Rim.mp3<br>>
karl 3125 0.0 2.0 25440
10552
? S 11:06
0:00<br>> kio_trash [kdeinit] kio_trash trash<br>> /tmp/ksocket-karl/klauncherjz2P7b.slave-socket /tmp/ksokarl 3126<br>>
0.0 1.9 24040 9872
? S 11:06
0:00 kio_file [kdeinit]<br>> kio_file file /tmp/ksocket-karl/klauncherjz2P7b.slave-socket<br>>
/tmp/ksockekarl 3390 1.1 9.0
111148 46944
? Sl 11:23<br>> 2:39 /usr/lib/mozilla-firefox/firefox-bin -a firefox<br>>
karl 3556 0.0 2.7 31656
14284
? S 11:31
0:00 knotify<br>> [kdeinit] knotify<br>>
karl 3695
17.4 5.9 82656 30688
? R 11:40 38:49<br>> /usr/bin/kaffeine /home/karl/linux-source-2.6.10-2.6.10/linux/733783.avi<br>>
karl 4386 10.9 3.6 363040
18880
? R 12:28 19:09<br>> kaffeine /home/karl/music/pete-seeger<br>>
postfix 5718 0.0 0.2
3000 1068
? S 13:57
0:00 pickup<br>> -l -t fifo -u -c<br>>
karl 5825 0.0 1.9 25280
10204
? S 14:06
0:00<br>> kio_file [kdeinit] kio_file file<br>> /tmp/ksocket-karl/klauncherjz2P7b.slave-socket /tmp/ksockekarl<br>>
6246 0.0 0.2 3788 1276
? S 14:33
0:00 /bin/sh<br>> /usr/lib/openoffice2/program/soffice -writer<br>> <a href="file:///home/karl/Desktop/Chrysallis.dkarl">file:///home/karl/Desktop/Chrysallis.dkarl</a> 6255 0.2 15.6 185044<br>> 80804 ? Sl 14:33 0:06
<br>> /usr/lib/openoffice2/program/soffice.bin -writer<br>> <a href="file:///home/karl/Desktop/Chrysallis.doc">file:///home/karl/Desktop/Chrysallis.doc</a><br>>
karl 6542 0.1 3.1 34532
16360 ? Rl
14:55 0:02<br>> gnome-terminal<br>>
karl 6543 0.0 0.1
2224 656
? S 14:55
0:00<br>> gnome-pty-helper<br>>
karl 6544 0.0 0.7
6384 4000
pts/2 Ss+ 14:55 0:00 bash<br>>
karl 7800 9.5 7.6
141256 39384
pts/2 SLl 15:22 0:03<br>> kaffeine /home/karl/music/pete-seeger<br>>
karl 7804 0.0 5.7 68844
29504 ? Ss
15:22 0:00<br>> kaffeine /home/karl/music/pete-seeger<br>>
karl 7816 1.4 0.7
6384 3976 pts/3 Ss
15:23 0:00 bash<br>>
karl 7847 0.0 0.1
3836 1004 pts/3 R+
15:23 0:00 ps aux<br>><br>><br>> On 7/7/05, *Karl Sokol* <<a href="mailto:revkarl@gmail.com">revkarl@gmail.com</a> <mailto:<a href="mailto:revkarl@gmail.com">revkarl@gmail.com</a>>><br>> wrote:<br>
><br>><br>><br>> karl@ubuntu:~$ lsmod |grep ipt_state<br>>
ipt_state
2048 0<br>>
ip_conntrack
43668 3 ipt_MASQUERADE,iptable_nat,ipt_state<br>>
ip_tables 17408 9<br>> ipt_MASQUERADE,iptable_nat,ipt_limit,iptable_mangle,ipt_LOG,ipt_TOS,ipt_REJECT,ipt_state,iptable_filter<br>> karl@ubuntu:~$ sudo modprobe -r ip_tables<br>> FATAL: Module ip_tables is in use.
<br>> karl@ubuntu:~$ lsmod |grep ip_tables<br>>
ip_tables 17408 9<br>> ipt_MASQUERADE,iptable_nat,ipt_limit,iptable_mangle,ipt_LOG,ipt_TOS,ipt_REJECT,ipt_state,iptable_filter<br>><br>><br>><br>> On 7/7/05, *Adam Rosi-Kessel* < <a href="mailto:adam@rosi-kessel.org">
adam@rosi-kessel.org</a><br>> <mailto:<a href="mailto:adam@rosi-kessel.org">adam@rosi-kessel.org</a>>> wrote:<br>><br>> On Thu, Jul 07, 2005 at 04:05:19PM -0400, Stephen R Laniel wrote:<br>>> On Thu, Jul 07, 2005 at 02:57:19PM -0500, Karl Sokol wrote:
<br>>> > FATAL: Module ip_conntrack is in use.<br>>> > karl@ubuntu:~$ lsmod |grep ip_conntrack<br>>> > ip_conntrack 43668 1 ipt_state<br>>> > karl@ubuntu:~$ sudo modprobe -r ipt_state
<br>>> > FATAL: Module ipt_state is in use.<br>>><br>>> So look at who's using ipt_state:<br>>><br>>> lsmod |grep ipt_state<br>>><br>>> If they look like modules that you can remove, remove them
<br>>> with 'modprobe -r'.<br>>><br>>> I wish I could tell you which modules are safe to remove and<br>>> which aren't, but I don't know that offhand.<br>><br>> Sometimes a module will be held by a program, rather than
<br>> another module.<br>> For example, you can't remove sound modules while a sound daemon is<br>> running, but you won't be able to figure that out from lsmod.<br>> --<br>> Adam Rosi-Kessel
<br>> <a href="http://adam.rosi-kessel.org">http://adam.rosi-kessel.org</a><br>><br>><br>> BodyID:43310254.2.n.logpart (stored separately)<br>><br>> _______________________________________________
<br>> Linux-disciples mailing list<br>> <a href="mailto:Linux-disciples@lists.bostoncoop.net">Linux-disciples@lists.bostoncoop.net</a><br>> <mailto:<a href="mailto:Linux-disciples@lists.bostoncoop.net">
Linux-disciples@lists.bostoncoop.net</a>><br>> <a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples">http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a><br>> <<a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples">
http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a>><br>><br>><br>><br>><br>><br>> --<br>> Grace and Peace,<br>> Karl Sokol<br>><br>> "Do all the good you can, by all the means you can,
<br>> in all the ways you can, in all the places you can,<br>> at all the times you can, to all the people you can,<br>>
as long as ever you
can."
---John Wesley<br>><br>><br>><br>><br>> --<br>> Grace and Peace,<br>> Karl Sokol<br>><br>> "Do all the good you can, by all the means you can,<br>> in all the ways you can, in all the places you can,
<br>> at all the times you can, to all the people you can,<br>> as long as ever you can." ---John Wesley<br>><br>><br>> ------------------------------------------------------------------------
<br>><br>> _______________________________________________<br>> Linux-disciples mailing list<br>> <a href="mailto:Linux-disciples@lists.bostoncoop.net">Linux-disciples@lists.bostoncoop.net</a><br>> <a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples">
http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a><br><br><br><br>_______________________________________________<br>Linux-disciples mailing list<br><a href="mailto:Linux-disciples@lists.bostoncoop.net">Linux-disciples@lists.bostoncoop.net
</a><br><a href="http://lists.bostoncoop.net/mailman/listinfo/linux-disciples">http://lists.bostoncoop.net/mailman/listinfo/linux-disciples</a><br><br><br><br></blockquote></div><br><br><br>-- <br>Grace and Peace,<br>Karl Sokol
<br><br>"Do all the good you can, by all the means you can, <br>in all the ways you can, in all the places you can, <br>at all the times you can, to all the people you can, <br>as long as ever you can." ---John Wesley