Re: Weird Connection Problem
- From: Unruh <unruh-spam@xxxxxxxxxxxxxx>
- Date: Sat, 27 Oct 2007 05:04:48 GMT
Grant <grantroelofs@xxxxxxxxx> writes:
Pascal Hambourg wrote:
Grant a écrit :
Can you tell me more about the netmask or point me somewhere where I
can get more information about this. I guess I'm not 100% sure how to
set this in Debian.
Print the contents of the network configuration file
/etc/network/interfaces (if needed, "man interfaces" will tell about the
syntax) and the output of the commands "ifconfig" (or "ip address") and
"route -n" (or "ip route").
Below is the output you requested:
/etc/network/interfaces
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 69.129.59.207
netmask 255.0.0.0
gateway 69.129.59.205
pre-up iptables-restore < /etc/iptables.up.rules
You certainly should not hae that netmask. It should probably be
255.255.255.0. What your says is that all 2^24 addresses which start with
69 are part of your subnet, which I strongly doubt is true.
auto eth0
ip address:
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:1a:a0:31:24:74 brd ff:ff:ff:ff:ff:ff
inet 69.129.59.207/8 brd 69.255.255.255 scope global eth0
inet6 fe80::21a:a0ff:fe31:2474/64 scope link
valid_lft forever preferred_lft forever
3: sit0: <NOARP> mtu 1480 qdisc noop
link/sit 0.0.0.0 brd 0.0.0.0
ip route:
69.0.0.0/8 dev eth0 proto kernel scope link src 69.129.59.207
default via 69.129.59.205 dev eth0
.
- References:
- Weird Connection Problem
- From: Grant
- Re: Weird Connection Problem
- From: Pascal Hambourg
- Re: Weird Connection Problem
- From: Grant
- Re: Weird Connection Problem
- From: Pascal Hambourg
- Re: Weird Connection Problem
- From: Grant
- Weird Connection Problem
- Prev by Date: Re: Weird Connection Problem
- Next by Date: Re: 1000mbps connection problem between Linux and Solaris
- Previous by thread: Re: Weird Connection Problem
- Next by thread: Re: Weird Connection Problem
- Index(es):
Relevant Pages
|