pappygoodwill
07-30-2002, 04:29 PM
Okay, I know the two are aware of each other because I can ping both. I can gateway through XP to the 'net with Konquerer and Lynx. When I try telnet, I get "Connection actively refused."
On installation I selected "Use DHCP" to configure IP address.
WinXP assigned the name of "localhost.mshome.net" and IP of 192.168.0.98. This is what I've done:
/etc/resolve.conf
domain mshome.net
nameserver 192.168.0.1 #IP of XP box
search mshome.net
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=false
DHCP_HOSTNAME=localhost.localdomain
HOSTNAME=localhost.localdomain
DOAMINNAME=localdomain
GATEWAY=192.168.0.1 #XP box
GATEWAYDEV=eth0
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
IPADDR=192.168.0.98
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCST=192.168.0.255
ONBOOT=yes
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.1 her_pc.mshome.net #XP box name
255.255.255.0 192.168.0.0
/etc/host.conf
order hosts,bind
multi on
/etc/hosts.allow
her_pc.mshome.net
What else do I need to do?
On installation I selected "Use DHCP" to configure IP address.
WinXP assigned the name of "localhost.mshome.net" and IP of 192.168.0.98. This is what I've done:
/etc/resolve.conf
domain mshome.net
nameserver 192.168.0.1 #IP of XP box
search mshome.net
/etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=false
DHCP_HOSTNAME=localhost.localdomain
HOSTNAME=localhost.localdomain
DOAMINNAME=localdomain
GATEWAY=192.168.0.1 #XP box
GATEWAYDEV=eth0
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
IPADDR=192.168.0.98
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCST=192.168.0.255
ONBOOT=yes
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.1 her_pc.mshome.net #XP box name
255.255.255.0 192.168.0.0
/etc/host.conf
order hosts,bind
multi on
/etc/hosts.allow
her_pc.mshome.net
What else do I need to do?