LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Anyone have Playstation 2 thru Slack DHCPD? (https://www.linuxquestions.org/questions/slackware-14/anyone-have-playstation-2-thru-slack-dhcpd-63187/)

phishman3579 06-02-2003 08:32 AM

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?

moses 06-02-2003 12:19 PM

Is your routing table set up correctly? What does your /etc/dhcpd.conf look like?

phishman3579 06-03-2003 04:50 PM

/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.

moses 06-03-2003 10:38 PM

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").

phishman3579 06-03-2003 10:59 PM

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.

moses 06-04-2003 12:39 AM

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?

phishman3579 06-04-2003 05:20 AM

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

phishman3579 06-05-2003 01:09 PM

bump..

moses 06-05-2003 04:17 PM

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. . .

phishman3579 06-06-2003 02:47 PM

Bump^2

phishman3579 06-06-2003 04:07 PM

I fresh installed Slack and tried again... still nothing... I got some more info in thsi thread.

http://www.linuxquestions.org/questi...threadid=64061

phishman3579 06-07-2003 10:40 AM

Bump^3

phishman3579 09-04-2003 12:13 PM

Bump^4


All times are GMT -5. The time now is 04:00 AM.