PDA

View Full Version : ver 3.1 and static ip help plz :)


quantum_3
01-27-2003, 08:25 PM
i am trying to get a static IP to work but i dont see my NIC when i do an IFCONFIG but all the green lights are on the tivo and the back of the PC. any ideas anyone has would be greatly appreciated.

ok i am now getting closer this is IFCONFIG:
ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0

eth0 Link encap:Ethernet HWaddr 00:20:18:B0:F6:76
inet addr:192.168.0.105 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:29 Base address:0x300

still cant ping though......now what?:)


ps..i renamed the dchclient in /sbin to dchclient.bak as well..here is my rc.net: etc/rc.d# joe rc.net
Couldn't load termcap entry. Using ansi default
Processing '/hack/etc/joerc'...done
IW rc.net Row 1 Col 1 11:49 Ctrl-K H for help
#!/bin/bash
# Copyright (c) 2001-2002 TiVo Inc.
#

if [ "$DEBUG_BOARD" != true -o "$dhcp" == true ]; then
if detectDynamicNet; then
# mkdir -p /var/state/dhcp
# /sbin/dhclient -q "$DYNAMIC_NET_DEV" 2>/dev/null &
/sbin/ifconfig eth0 192.168.1.105 up
fi
fi

quantum_3
01-27-2003, 08:37 PM
also tried to edit the rc.remote-login just for fun as well. per kravens readme i put this in front:
ifconfig eth0 192.168.1.99 netmask 255.255.255.0
route.tivonet delete default 2> /dev/null
route.tivonet add default gw 192.168.1.1 netmask 0.0.0.0 dev eth0

nogo

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.


C:\Documents and Settings\Administrator>ping 192.168.1.105

Pinging 192.168.1.105 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.1.105:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Documents and Settings\Administrator>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.99
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

Ethernet adapter Local Area Connection 3:

Connection-specific DNS Suffix . :
Autoconfiguration IP Address. . . : 169.254.221.132
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

PPP adapter Bellsouth:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 66.21.229.68
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 66.21.229.68

PPP adapter The Internet (2):

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 172.149.168.116
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :

C:\Documents and Settings\Administrator>



here is my ipconfig from the cpu

BubbleLamp
01-27-2003, 09:56 PM
If you're really setting the Tivo's IP to 192.168.0.105, then you need to set your PC to 192.168.0.99.

quantum_3
01-28-2003, 11:41 AM
changed my pc from 192.168.1.99 to 192.168.1.110 and it works..thanks for the help

zabs
01-29-2003, 09:31 AM
Yeah, that is a common "oops." Windows favors the 192.168.1.XXX class of addresses for internal networking.
I don't know where I picked up 192.168.0.xxx, but it's what I use for my back end network, and it has caused several late nite headaches when I wan't paying enough attention to what I was doin'. :)