LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   debian hell :( (https://www.linuxquestions.org/questions/linux-networking-3/debian-hell-127369/)

xilent 12-19-2003 04:41 PM

debian hell :(
 
hey guys,

well i have a problem, i have just installed 2.6.0 kernel with no problems, all over ssh - however now when the box boots it grabs all the releavent info from my dhcp server,

loki:/home/tstott# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:40:F4:89:76:67
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:8036 errors:0 dropped:0 overruns:0 frame:0
TX packets:9749 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:975445 (952.5 KiB) TX bytes:5404519 (5.1 MiB)
Interrupt:11 Base address:0xa000

loki:/home/tstott# cat /etc/resolv.conf
search
nameserver 212.159.13.49
nameserver 212.159.13.50

loki:/home/tstott# netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

now this is the wierd part- it will allow me to ssh into it both internally on the network and externally to my external IP, it will allow me to ping any address (both internal and external), and will even resolve names when trying to telnet or apt-get etc etc,

eg,

loki:/home/tstott# telnet dux.dundee.ac.uk
Trying 134.36.2.80...


but then fails and times out,

this is the strangest thing i have seen - anyone got any ideas??

cheers
Tom

peter_robb 12-25-2003 12:17 PM

Try it without firewall rules...
/etc/init.d/iptables stop


All times are GMT -5. The time now is 08:10 PM.