[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What files do I need to set for NetWork Connection?



Check your system by ifconfog and route -n
Edit /etc/network/interfaces

My masq box for cable is attached and uses modified ipmasq package.
----------
On Sat, Jan 27, 2001 at 02:13:58PM -0800, Jean-Philippe Durrios wrote:
> Hi,
> 
> I have all the information from my Cable operator: fixed IP, netmask,
> broadcast, gatewy, dns, nameserver, hostname, domain name, etc...
> 
> What files do I need to modify and what should I write in it to get my
> Internet connection to work?
> 
> I cannot ping anything   :-(
> 
> Thanx you for you help
> 
> JP
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 
> 

-- 
+  Osamu Aoki <debian@aokiconsulting.com>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   === http://www.aokiconsulting.com ======= Cupertino, CA USA ===   +
# /etc/network/interfaces -[21~configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
iface eth0 inet static
	address 24.19.151.??? (CAN NOT SHOW REAL VALUE)
	netmask 255.255.255.0
	network 24.19.151.0
	broadcast 24.19.151.255
	gateway 24.19.151.1

# The second network card - Osamu Aoki
# (network, broadcast and gateway are optional)
iface eth1 inet static
	address 192.168.1.1
	netmask 255.255.255.0
	network 192.168.1.0
	broadcast 192.168.1.255

Reply to: