On Mon, May 14, 2007 8:23 am, Chuanwen Wu wrote: > Thank you!I think i have done what you meant. > Here is the information: > > > /etc/conf.d/net in the server > config_eth0=( "202.114.10.134 netmask 255.255.255.0 brd 202.114.10.255" ) > routes_eth0=( "default gw 202.114.10.129" )
OK > > config_eth1=( "192.168.1.63 netmask 255.255.255.0 brd 192.168.1.255" ) > routes_eth1=( "default gw 192.168.1.1" ) You don't need a route here. > /etc/conf.d/net in one PC > config_eth0=( "192.168.1.35 netmask 255.255.255.0 brd 192.168.1.255" ) > routes_eth0=( "default gw 192.168.1.1" ) No. GW should be 192.168.1.63, which is the IP address of your gateway. HTH, Norberto -- [EMAIL PROTECTED] mailing list

