Forums

Skip to content

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

Search found 181 matches

Go to advanced search

Advanced search
Search found 181 matches
  • Page 1 of 8
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 8
  • Next
by WarMachine
Sat Dec 31, 2005 6:18 am
Forum: Networking & Security
Topic: Realtek 8029
Replies: 8
Views: 1642

See my thread: http://forums.gentoo.org/viewtopic-t-28 ... ight-.html

Basically I had a weird issue with it only working as a module, and not compiled directly.
  • Jump to post
by WarMachine
Fri Sep 16, 2005 12:04 am
Forum: Networking & Security
Topic: howto adsl-start at boot (SOLVED)
Replies: 5
Views: 1516

DSL (or at least any that I have encountered) does not use DHCP. You should set eth0=up

then do
rc-update add rp-pppoe default
  • Jump to post
by WarMachine
Sun Aug 28, 2005 1:03 am
Forum: Networking & Security
Topic: What/Who's screwing with my Apache server?
Replies: 4
Views: 1728

What I was thinking is that someone is trying to run exploits on the webserver. I noticed the attempts on scripts/ and an attempt on AWstats and webmail utilities I don't run. Is there anything I should be looking for to see if something was exploited?

BTW rebuilding Apache (I was already using the ...
  • Jump to post
by WarMachine
Sat Aug 27, 2005 4:39 am
Forum: Networking & Security
Topic: What/Who's screwing with my Apache server?
Replies: 4
Views: 1728

What/Who's screwing with my Apache server?

Well, I ran into an odd problem. Here's what began:

I could access the website when connected to the LAN that the server is on. Outside the network, I kept getting the 'connection refused' error. When outside the network, pulling up the page by the server's IP brought it up. Did a quick port scan ...
  • Jump to post
by WarMachine
Fri Aug 19, 2005 2:43 am
Forum: Networking & Security
Topic: can someone post his dhcpd.conf ?
Replies: 3
Views: 867

default-lease-time 5184000;
max-lease-time 5184001;
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option broadcast-address 10.0.0.255;
option routers 10.0.0.1;
option domain-name-servers 10.0.0.1;
option domain-name "yourdomainhere.com";

subnet 10.0.0.0 netmask 255.255.255.0 {
range ...
  • Jump to post
by WarMachine
Fri Aug 19, 2005 2:32 am
Forum: Networking & Security
Topic: Linksys NC100 Network Everywhere Fast [solved] ...
Replies: 24
Views: 3773

edit: whoops, i forgot I swapped this card out and was reading from my config file for a different one.

I think this card might use NE2000 (ne2k-pci) also

if you're booting from the install cd do lspci and/or lsmod to see what it's loading if the card works under install
  • Jump to post
by WarMachine
Mon Apr 18, 2005 3:58 am
Forum: Networking & Security
Topic: dhcp, cable modem, and my boxy box
Replies: 7
Views: 1382

re-emerge dhcp, just a guess
  • Jump to post
by WarMachine
Sun Apr 17, 2005 12:05 pm
Forum: Networking & Security
Topic: Network Speed
Replies: 17
Views: 2337

I thought it was a 10 to 1 factor when considering network activity?
  • Jump to post
by WarMachine
Sun Apr 17, 2005 11:46 am
Forum: Networking & Security
Topic: can't open intenet page, i'm using adsl
Replies: 4
Views: 1053

it could also be the case that your ISP hands you the addresses of the nameservers on login. Your client needs to be set to accept this
  • Jump to post
by WarMachine
Sun Apr 03, 2005 4:08 am
Forum: Installing Gentoo
Topic: adsl problem [SOLVED]
Replies: 12
Views: 2123

Are you sure you're using the correct DNS setting with RP-PPPOE? Some ISP's pass you your DNS addresses upon login, some expect you to set them. Make sure you're using the right setting here.
  • Jump to post
by WarMachine
Sat Apr 02, 2005 5:42 am
Forum: Networking & Security
Topic: apache
Replies: 4
Views: 1097

www.dyndns.org is another, I have actually had better experiences with no-ip but I'll just throw it out there and let you choose. Some home routers like Linksys and Netgears have built in support for dyndns. That may or may not be an issue for you.
  • Jump to post
by WarMachine
Wed Mar 30, 2005 7:54 pm
Forum: Networking & Security
Topic: connecting internet
Replies: 6
Views: 1551

Code: Select all

emerge ppp
That's about as far as we'll be able to get you without more information.
  • Jump to post
by WarMachine
Wed Mar 30, 2005 7:10 pm
Forum: Networking & Security
Topic: Old PC as server/router with iptables.. settings&problem
Replies: 4
Views: 993

I also tried to write my own firewall rules but changed my mind in favor of frontends to iptables in favor of ease of setup and more comprehensive security. There were so many things frontends cover that I wouldn't have thought of to write into my own script. A popular frontend is shorewall. I ...
  • Jump to post
by WarMachine
Mon Mar 28, 2005 3:57 am
Forum: Networking & Security
Topic: Networking Issues...
Replies: 13
Views: 1999

Different colleges use very different restrictions and systems. It would be impossible to really help any further without knowing more about their setup.

It does sound something like what they do at my university's network. MAC addresses are registered and only those get full access. You have ...
  • Jump to post
by WarMachine
Mon Mar 28, 2005 3:50 am
Forum: Networking & Security
Topic: help please with dhcp server with wireless router
Replies: 2
Views: 768

Every instruction I have ever heard had the system running dhcpd declare its own address through /etc/conf.d/net
  • Jump to post
by WarMachine
Sun Mar 27, 2005 6:28 am
Forum: Networking & Security
Topic: dhcpd and dnsmasq
Replies: 2
Views: 1020

According to its manpage (or AFAIK from reading it) it should resolve entires that are in the server's hosts file regaurdless of an internet connection. I haven't tried using it in this specific situation so I'm not exactly sure what you need to do. There is a setting that allows you to define your ...
  • Jump to post
by WarMachine
Sun Mar 20, 2005 11:49 pm
Forum: Networking & Security
Topic: help with pppoa setup [ADSL modem] [solved]
Replies: 3
Views: 1050

you should use PPPoE (e is for ethernet) if you connect to the modem via ethernet

You would not have to do anything extra to access your servers if you are connected properly and trying to connect to them properly
  • Jump to post
by WarMachine
Mon Mar 14, 2005 2:32 am
Forum: Networking & Security
Topic: i got hacked. what were they up to?
Replies: 442
Views: 275891

Failed login attempts have completely ceased after I changed the config to listen on a much higher port number.
  • Jump to post
by WarMachine
Mon Mar 14, 2005 2:30 am
Forum: Networking & Security
Topic: **SUPPORT** Personal Firewall with Shorewall Tutorial
Replies: 273
Views: 106033

Would you consider expanding the tutorial to include instructions on how to configure shorewall for systems functioning as internet gateways?
  • Jump to post
by WarMachine
Thu Mar 10, 2005 7:45 pm
Forum: Networking & Security
Topic: two questions about SSH
Replies: 6
Views: 1164

Can I add a question?

How can I have my ssh session stay open when I disconnect? For example, so I can execute an emerge command and then disconnect while it completes. And then connect some time later to the same sessoon to check on its progress or cancel it?

emerge screen

as soon as you log ...
  • Jump to post
by WarMachine
Mon Mar 07, 2005 10:57 pm
Forum: Networking & Security
Topic: network card problems
Replies: 9
Views: 2449

are you sure you included both as modules when you compiled the kernel?

also, SEARCH. There are tons of threads about realtek cards
  • Jump to post
by WarMachine
Mon Mar 07, 2005 8:10 pm
Forum: Networking & Security
Topic: problem with realtek NIC [solved]
Replies: 7
Views: 1697

There are a lot of problems with realtek cards and a lot of threads related to them. I had a problem with using the module vs. built into the kernel where one method worked and the other did not.
  • Jump to post
by WarMachine
Tue Mar 01, 2005 5:42 am
Forum: Networking & Security
Topic: dhcpd server
Replies: 11
Views: 2155

read the manpage for dhcpd (or maybe dhcp, I forget) it will list 2 things you need compiled into the kernel for it to work
  • Jump to post
by WarMachine
Sat Jan 29, 2005 11:04 pm
Forum: Networking & Security
Topic: [Solved] Dsl help! Desperate, Please help!
Replies: 17
Views: 4376

Are you using rp-pppoe to connect? If not I'd suggest it, it's very easy and stable. http://www.gentoo.org/doc/en/handbook/h ... 1#rp-pppoe
How exactly are you disconnecting?
Who is your DSL provider and what modem do you have?
  • Jump to post
by WarMachine
Sat Jan 29, 2005 3:25 am
Forum: Networking & Security
Topic: dhcpd refuses to start
Replies: 3
Views: 798

this is still driving me crazy

I tried emerging dhcp again, no changes.
  • Jump to post

Search found 181 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