LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-02-2003, 08:32 AM   #1
phishman3579
Member
 
Registered: May 2003
Posts: 161

Rep: Reputation: 32
Anyone have Playstation 2 thru Slack DHCPD?


My PS2 gets a license from Slack DHCPD but it can't seem to communicate outside of my LAN. My default IPTABLES policies ACCEPT everything. Is there anything I am missing?
 
Old 06-02-2003, 12:19 PM   #2
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Is your routing table set up correctly? What does your /etc/dhcpd.conf look like?
 
Old 06-03-2003, 04:50 PM   #3
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
/etc/dhcpd.conf

ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
# default gateway
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;

option domain-name "homelan.org";
option domain-name-servers 192.168.0.1;

range dynamic-bootp 192.168.0.16 192.168.0.253;
default-lease-time 21600;
max-lease-time 2592000;
}

iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

I know that the ps2 is getting a lease from the DHCP daemon, I just can't get communication out of the localnet.
 
Old 06-03-2003, 10:38 PM   #4
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
I assume your slack machine has an IP address of 192.168.0.1?
Have you tried checking to be sure it's not your firewall by disabling it?
Post the output of:
Code:
cat /proc/sys/net/ipv4/ip_forward
(it should be "1").
 
Old 06-03-2003, 10:59 PM   #5
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by moses
I assume your slack machine has an IP address of 192.168.0.1?
Have you tried checking to be sure it's not your firewall by disabling it?
Post the output of:
Code:
cat /proc/sys/net/ipv4/ip_forward
(it should be "1").
The internal NIC eth0 os 192.168.0.1. I currently don't really have a firewall running, I use this at startup:

http://www.ecst.csuchico.edu/~dranch...c.firewall-2.4

Is there any that could be stopping packets from going thru? hosts.allow/deny? I am all out of ideas.

And yes, IP_FORWARD is 1.
 
Old 06-04-2003, 12:39 AM   #6
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
hosts.allow, etc. stop incoming traffic.
Post the output of:
Code:
route -n
(hide any public IP addresses, if you are worried about security)
Is it possible to post the information that the PS2 has as well?
 
Old 06-04-2003, 05:20 AM   #7
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
68.44.93.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 68.44.93.1 0.0.0.0 UG 0 0 0 eth1
 
Old 06-05-2003, 01:09 PM   #8
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
bump..
 
Old 06-05-2003, 04:17 PM   #9
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Hi, sorry. I came down with some terrible cold or something and will be out for a day or so. If you bump this again in another day, I can get back to it. . .
 
Old 06-06-2003, 02:47 PM   #10
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
Bump^2
 
Old 06-06-2003, 04:07 PM   #11
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
I fresh installed Slack and tried again... still nothing... I got some more info in thsi thread.

http://www.linuxquestions.org/questi...threadid=64061
 
Old 06-07-2003, 10:40 AM   #12
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
Bump^3
 
Old 09-04-2003, 12:13 PM   #13
phishman3579
Member
 
Registered: May 2003
Posts: 161

Original Poster
Rep: Reputation: 32
Bump^4
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcpd subnet declaration problems in dhcpd.conf vcrispo Linux - Networking 6 07-15-2005 10:32 AM
Playstation 3 speel General 17 06-11-2005 02:04 AM
New Old Playstation lectraplayer General 26 02-12-2005 03:24 AM
DHCPD startup failure, mdk 9.2, dhcpd v3.0.1rc11 fuzzyworm Linux - Networking 1 02-14-2004 03:58 AM
dhcpd.master or dhcpd.conf rickg Linux - Networking 0 04-11-2002 03:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration