Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 188 matches

Go to advanced search

Advanced search
Search found 188 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by p3nguin
Sat Jan 31, 2004 4:01 am
Forum: Networking & Security
Topic: blocking p2p
Replies: 3
Views: 1074

iptables -t mangle -I FORWARD 1 -i eth0 -m recent --update --seconds 60 --rdest --name kazaa -j kazza-out
iptables -t mangle -I FORWARD 2 -i eth1 -m recent --update --seconds 60 --rsource --name kazaa
iptables -t mangle -I FORWARD 3 -i eth1 -m string --string "X-Kazaa" -m recent --name kazaa --set ...
  • Jump to post
by p3nguin
Sat Jan 31, 2004 3:51 am
Forum: Networking & Security
Topic: blocking p2p
Replies: 3
Views: 1074

blocking p2p

Whats the easyest way to block file sharing programs? I am currently running Linux firewall.
  • Jump to post
by p3nguin
Thu Jan 29, 2004 4:20 am
Forum: Networking & Security
Topic: sniffit problems.
Replies: 2
Views: 1044

Thanks that did it, so how come this doesnt work?

Code: Select all

sniffit -L ftp -t 192.168.0.99
  • Jump to post
by p3nguin
Wed Jan 28, 2004 9:51 pm
Forum: Networking & Security
Topic: quick question regarding firewalls
Replies: 1
Views: 750

quick question regarding firewalls

I have the Linux Firewall running at the moment on my router box. I was just wondering, if it says it blocks all ports by default to begin wtih and any ports i want open i must forward, how come I didnt forward the dcc ports for irssi and I can still recieve dcc sends?
  • Jump to post
by p3nguin
Wed Jan 28, 2004 3:21 pm
Forum: Networking & Security
Topic: sniffit problems.
Replies: 2
Views: 1044

sniffit problems.

I seem to only be able to get sniffit to work in interactive mode. When I try using the dump or normal mode, even when specifying the ethernet card to listen on, It just comes back with sniffit's usage and commands. interactive mode works just fine though.
  • Jump to post
by p3nguin
Tue Jan 27, 2004 4:46 am
Forum: Networking & Security
Topic: installing/running php
Replies: 3
Views: 970

well I added LoadModule php4_module /etc/php/apache2-php4/lib/libphp4.so to the /etc/conf.d/apache2 file and temoved it from the apache2.conf file. The webserver starts up but i get /etc/init.d/apache2 restart
/sbin/runscript.sh: line 28: LoadModule: command not found
* Starting apache2... [ ok ...
  • Jump to post
by p3nguin
Mon Jan 26, 2004 3:05 am
Forum: Networking & Security
Topic: installing/running php
Replies: 3
Views: 970

no one has any idea what this error is?
  • Jump to post
by p3nguin
Sun Jan 25, 2004 6:51 am
Forum: Networking & Security
Topic: installing/running php
Replies: 3
Views: 970

installing/running php

I just recently tried installing php using emerge mod_php. I then added these lines to my apache2.conf file LoadModule php4_module /etc/php/apache2-php4/lib/libphp4.so
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Tried restarting my webserver and got this ...
  • Jump to post
by p3nguin
Fri Dec 12, 2003 4:59 pm
Forum: Desktop Environments
Topic: dual monitor help
Replies: 3
Views: 842

thanks that did the trick!
  • Jump to post
by p3nguin
Thu Dec 11, 2003 8:50 am
Forum: Desktop Environments
Topic: dual monitor help
Replies: 3
Views: 842

dual monitor help

I have two monitors that i would like to have run at 1280x1024. I have a geforce ti4200 card. My current XFConfig makes the monitor on the right at a lower res than the monitor on the left and also, they are messed up, the image starts on the left most side of the monitor on the left but goes to the ...
  • Jump to post
by p3nguin
Tue Nov 18, 2003 7:06 pm
Forum: Installing Gentoo
Topic: first install, accidentally screwed up
Replies: 4
Views: 1040

well unforunetly it was mounted. Now all that exists in boot are grub and lost+found. The boot folder is completely gone. I have to mess around with re extracting it from the tarball. Thanks for your guys help.
  • Jump to post
by p3nguin
Tue Nov 18, 2003 8:04 am
Forum: Installing Gentoo
Topic: first install, accidentally screwed up
Replies: 4
Views: 1040

k, i figured out to unlink it, but now /boot is gone
Do i have to re-extract it from the tarball, and recompile the kernel then?
  • Jump to post
by p3nguin
Tue Nov 18, 2003 7:49 am
Forum: Installing Gentoo
Topic: first install, accidentally screwed up
Replies: 4
Views: 1040

first install, accidentally screwed up

i think im fucked, its my roomates first installation of gentoo, he accidentially made a symbolic link /boot that points to . Did he overwrite all contents of /boot?

and if so how can he get all of the contents back?
  • Jump to post
by p3nguin
Sun Nov 16, 2003 11:52 pm
Forum: Installing Gentoo
Topic: livecd and no eth0...plz help
Replies: 4
Views: 1021

k...lspci shows the following:

00:00.0 Host bridge
00:01.0 VGA compatible controller
00:1e.0 PCI bridge
00:1f.0 ISA bridge
00:1f.1 ide interface
00:if.2 USB controller
00:1f.3 SMBus
00:1f.5 Multimedia audio controller
01:0e.0 Ethernet controller DECchip

I know that it has to be a conflict with ...
  • Jump to post
by p3nguin
Thu Nov 13, 2003 4:10 am
Forum: Installing Gentoo
Topic: livecd and no eth0...plz help
Replies: 4
Views: 1021

livecd and no eth0...plz help

Im not sure if this should be in networking forum or not, but here goes. Im installing gentoo on an old piece of shit computer for my roomate.

It has an old lte100 linksys card in it. Whe i boot from the livecd, and then goto net-setup eth0 i set it up and when its done i type ifconfig. It only ...
  • Jump to post
by p3nguin
Tue Nov 11, 2003 3:39 am
Forum: Networking & Security
Topic: iptables help
Replies: 5
Views: 1657

well i went ahead and added iptables-save to the end of the script and iptables -L -n and tried my script, this is what was generated:
/etc/init.d/router start
Flushing all previous settings
Setting up Network Address Translator
Creating blocked ports table
Forwarding necessary ports
iptables v1.2 ...
  • Jump to post
by p3nguin
Tue Nov 11, 2003 2:04 am
Forum: Networking & Security
Topic: iptables help
Replies: 5
Views: 1657

Valhlalla wrote:I would put a default DENY or DROP on the input chain at least.
could you show me what you mean?

btw are all of my commands valid? I would be very surprised if my first script had no error, lol
  • Jump to post
by p3nguin
Tue Nov 11, 2003 12:30 am
Forum: Networking & Security
Topic: iptables help
Replies: 5
Views: 1657

iptables help

Hello all, this is my first attempt at a firewall script. I was wondering if 1) I did it right, and 2) if it looks good or if it needs some additional rules

thanks for the help!

#!/bin/bash
#clear any previous NAT settings. presuming NAT modules are already loaded
echo > "eth0 is 192.168.0.1 ...
  • Jump to post
by p3nguin
Thu Nov 06, 2003 4:37 am
Forum: Networking & Security
Topic: wtf does this mean?
Replies: 1
Views: 2270

wtf does this mean?

Warning: Port sent with DCC request is a lowport (0, unknown) - this isn't normal. It is
possible the address/port is faked (or maybe someone is just trying to bypass firewall)
19:20 DCC SEND from bitch`s [0.0.0.0 port 0]: "z z z z z z z z z z z z z z z z z z z z z z z z z z
z z z z z z z z z z ...
  • Jump to post
by p3nguin
Fri Oct 31, 2003 5:03 pm
Forum: Portage & Programming
Topic: is there anyway to grab the .java from an applet?
Replies: 3
Views: 640

but then i would still need the .class file which i also do not have access to.
  • Jump to post
by p3nguin
Fri Oct 31, 2003 4:17 pm
Forum: Portage & Programming
Topic: is there anyway to grab the .java from an applet?
Replies: 3
Views: 640

is there anyway to grab the .java from an applet?

Im not talking about class decompilers either. I need to somehow grab the .java code from this applet: http://www.engineering.uiowa.edu/~cerdahl/hw7.htm

thanks
  • Jump to post
by p3nguin
Fri Oct 31, 2003 4:13 pm
Forum: Other Things Gentoo
Topic: cannot get realone to work
Replies: 4
Views: 975

ya i tried that as well but it just executes normally and does nothing. It never opens realplayer up.
  • Jump to post
by p3nguin
Fri Oct 31, 2003 6:18 am
Forum: Other Things Gentoo
Topic: cannot get realone to work
Replies: 4
Views: 975

cannot get realone to work

I emerged it, says to run the wrapper script realone to launch. I

Code: Select all

/opt/RealPlayer9/realone 
and it cant find it, i tried unmerging and re merging and nothing.
  • Jump to post
by p3nguin
Tue Oct 07, 2003 12:12 am
Forum: Other Things Gentoo
Topic: question regarding permissions for /dev/cdrom
Replies: 0
Views: 529

question regarding permissions for /dev/cdrom

I was having trouble installing d2 with winex and was told by the support team to make sure that i have my permissions set correctly. I was told that it should look like this: lrwxrwxrwx 1 root root 3 Jun 21 16:51 /dev/cdrom -> hdd and brw-rw---- 1 root cdrom 22, 64 Mar 15 2002 /dev/hdd


mine look ...
  • Jump to post
by p3nguin
Sun Oct 05, 2003 8:23 pm
Forum: Networking & Security
Topic: samba and being refused.
Replies: 0
Views: 754

samba and being refused.

Hello, first off, I had samba working before. I havent really changed much except recompiling kernel and isntalling a router. Now when i try and start samba i get lpstat: Unable to connect to server: Connection refused Im just wondering if port 901 or something needs to be forwarded or what else ...
  • Jump to post

Search found 188 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic