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

Re: Problems with IP address change



On 29 Nov 2005 00:13:20 -0800, Kegan Holtzhausen <marzubus@gmail.com> wrote:
> for routing info,
> # route
> [snip]
> # ip route
> [snip]
> see the src part... that sets my from address which is assigned..
>
> also check
> [snip]
> # ip addr
>
>
> Kegan Holtzhausen

Thanks for the pointers Mr. Holtzhausen, I have scanned the results of
the following commands, but have not found one instance of
xx.xx.97.99.

Again, I appreciate the help.

Here are the results of the commands
    ip route
    route
    ifconfig
    ip addr

**********
ip route:
**********

XX.XXX.97.96/27 dev eth0  proto kernel  scope link  src XX.XXX.97.100
10.13.10.0/24 dev tun0  scope link
199.30.30.0/24 dev eth1  proto kernel  scope link  src 199.30.30.1
10.10.10.0/24 dev tun0  scope link
default via XX.XXX.97.97 dev eth0

**********
route:
**********

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
XX.XXX.97.96    *               255.255.255.224 U     0      0        0 eth0
10.13.10.0      *               255.255.255.0   U     0      0        0 tun0
199.30.30.0     *               255.255.255.0   U     0      0        0 eth1
10.10.10.0      *               255.255.255.0   U     0      0        0 tun0
default         XX.XXX.97.97    0.0.0.0         UG    0      0        0 eth0

**********
ifconfig
**********

eth0      Link encap:Ethernet  HWaddr 00:A0:C9:08:97:AE
          inet addr:XX.XXX.97.100  Bcast:65.255.255.255  Mask:255.255.255.224
          inet6 addr: fe80::2a0:c9ff:fe08:97ae/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5669238 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5054865 errors:30 dropped:0 overruns:0 carrier:30
          collisions:0 txqueuelen:1000
          RX bytes:361696166 (344.9 MiB)  TX bytes:919613248 (877.0 MiB)

eth1      Link encap:Ethernet  HWaddr 00:00:E8:53:38:4B
          inet addr:199.30.30.1  Bcast:199.30.30.255  Mask:255.255.255.0
          inet6 addr: fe80::200:e8ff:fe53:384b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5220709 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5603927 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:950556673 (906.5 MiB)  TX bytes:375965980 (358.5 MiB)
          Interrupt:9 Base address:0x2400

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4382 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4382 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:722265 (705.3 KiB)  TX bytes:722265 (705.3 KiB)

tun0      Link encap:UNSPEC  HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:1.1.1.1  P-t-P:1.1.1.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

**********
ip addr
**********

1: lo: <LOOPBACK,UP> 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,PROMISC,UP> mtu 1500 qdisc htb qlen 1000
    link/ether 00:a0:c9:08:97:ae brd ff:ff:ff:ff:ff:ff
    inet XX.XXX.97.100/27 brd 65.255.255.255 scope global eth0
    inet6 fe80::2a0:c9ff:fe08:97ae/64 scope link
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc htb qlen 1000
    link/ether 00:00:e8:53:38:4b brd ff:ff:ff:ff:ff:ff
    inet 199.30.30.1/24 brd 199.30.30.255 scope global eth1
    inet6 fe80::200:e8ff:fe53:384b/64 scope link
       valid_lft forever preferred_lft forever
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:01:02:2b:45:9c brd ff:ff:ff:ff:ff:ff
5: sit0: <NOARP> mtu 1480 qdisc noop
    link/sit 0.0.0.0 brd 0.0.0.0
6: tun0: <POINTOPOINT,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/[65534]
    inet 1.1.1.1/32 scope global tun0



Reply to: