Click to See Complete Forum and Search --> : problems with dsl


fatTrav
08-10-2003, 02:14 PM
ok, i just moved into a house that has some sort of sbc dsl internet service. i can use internet, but stuff like samba and httpd servind does not work. i've configured my linux box to use dhcp.

/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:61:C8:28:E7
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:565 errors:0 dropped:0 overruns:0 frame:0
TX packets:486 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:500179 (488.4 Kb) TX bytes:89734 (87.6 Kb)
Interrupt:11 Base address:0x7000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1078 errors:0 dropped:0 overruns:0 frame:0
TX packets:1078 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:72688 (70.9 Kb) TX bytes:72688 (70.9 Kb)

when i use redhat--config--network all the info the dns stuff is correct. when i use this pc to ping others, it can. if others try to ping mine, they can't see/find mind. this computer can't see anyone other than itself and the router. i also get strange clutter on the console that might help you more knowledgable linuxers help me. see the attachment.

any help is always appreciated

travis

DMR
08-10-2003, 03:53 PM
Your console "junk" might be indicative of the problem- the messages look like they're coming from your firewall program (the IPKF strings indicate the firewalling script IPKungFu). The firewall may be blocking HTTP, SMB (Samba), and ICMP (ping) requests.

Temporarily disable IPKF/iptables firewalling and see if that lets your machines communicate.

fatTrav
08-10-2003, 04:17 PM
thanks for the help. i totally forgot i was messing around with ipkungfu on my personal machine while the router box was being made. i turned iptables off and everything works now, and no more "junk"

thanks again dmr

travis

DMR
08-10-2003, 06:55 PM
You're welcome Travis, glad it worked.

:)

-Dave