Re: [gentoo-user] Question about /etc/conf.d/net entry

2007-02-04 Thread Daniel Barkalow
On Sat, 3 Feb 2007, Shawn Singh wrote: > The cable checked out. I used it to hookup my work laptop with the other > laptop I was using as my client, and was able to ping each host. The fact > that I had no link made me curious ... and I realized it made user error ... > I was "SURE" that I verifie

Re: [gentoo-user] Question about /etc/conf.d/net entry

2007-02-03 Thread Shawn Singh
Dan, The cable checked out. I used it to hookup my work laptop with the other laptop I was using as my client, and was able to ping each host. The fact that I had no link made me curious ... and I realized it made user error ... I was "SURE" that I verified the NIC I was plugging into was eth1, a

Re: [gentoo-user] Question about /etc/conf.d/net entry

2007-02-02 Thread Dan Farrell
On Fri, 2 Feb 2007 16:51:37 -0500 "Shawn Singh" <[EMAIL PROTECTED]> wrote: > Dan, > > Thanks for the reply. The client is a laptop running Windows XP Home > EditionI'. Server is a tower running Gentoo 2006.1, shorewall 3.0.8. > > The client is setup as follows: > IP address: 192.168.1.2 > Netmas

Re: [gentoo-user] Question about /etc/conf.d/net entry

2007-02-02 Thread Shawn Singh
Dan, Thanks for the reply. The client is a laptop running Windows XP Home EditionI'. Server is a tower running Gentoo 2006.1, shorewall 3.0.8. The client is setup as follows: IP address: 192.168.1.2 Netmask:255.255.255.0 Gateway:192.168.1.1 DNS: 192.168.1.1 I've changed my /etc

Re: [gentoo-user] Question about /etc/conf.d/net entry

2007-02-02 Thread Michal 'vorner' Vaner
Hello, On Fri, Feb 02, 2007 at 12:07:59PM -0500, Shawn Singh wrote: > I've got my /etc/conf.d/net setup as follows: > > # eth1 (LAN) config > config_eth1=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255" ) > routes_eth1=( "192.168.1.0 via 192.168.1.1" ) # the idea here is that I wish

[gentoo-user] Question about /etc/conf.d/net entry

2007-02-02 Thread Shawn Singh
Hello list, I've got my /etc/conf.d/net setup as follows: # Interface Handler modules=( "ifconfig" ) # eth0 (WAN) config config_eth0=( "dhcp" ) # eth1 (LAN) config config_eth1=( "192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255" ) routes_eth1=( "192.168.1.0 via 192.168.1.1" ) # the id