Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2009 14:26:09 -0400
From:      John Pollock <johnpollock@bellsouth.net>
To:        freebsd-questions@freebsd.org
Subject:   ifconfig & routing
Message-ID:  <1246731969.4452.12.camel@ice.rarepenguin.org>

next in thread | raw e-mail | index | archive | help
Greets,

Here's my delemma - 

Im running FreeBSD 7.1 - that was setup with its normal host area and
added via ezjail (2) jails.

Out of jail #2, I run a IRCD for a local christian group.

I also installed a old-school BBS in jail #2, and it works great,
connects and works fine.

But, since I wish to run a few old DOS programs that are DOORS. It
recommends I install it where it can reach "X", the windows  server.
Then I'll have a shot at utilizing doscmd to get them to work.

No matter how many times I install and reinstall it it fires up, but
cant seem to access it via telnet  either locally or from outside my
computer via telnet.

For further info, my system setup is the internet  goes through my
DSL/ROUTER set in BRIDGE MODE, to my DLINK wireless router.

My jail #2 is set to PRIVATE IP 192.168.0.103 - jail #1 set to
192.168.0.102 and host part of computer set to 192.168.0.100.

Any help suggestions greatly appreciated.

JP
===========

netstat -rn results below:

$ netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif
Expire
default            192.168.0.1        UGS         0     3082    vr0
127.0.0.1          127.0.0.1          UH          0        0    lo0
192.168.0.0/24     link#1             UC          0        0    vr0
192.168.0.1        00:0d:88:9f:e2:5f  UHLW        2      986    vr0
1102
192.168.0.100      00:0e:a6:a0:db:24  UHLW        1        4    lo0
192.168.0.102      00:0e:a6:a0:db:24  UHLW        1       12    lo0
192.168.0.103      00:0e:a6:a0:db:24  UHLW        1    57562    lo0

Internet6:
Destination                       Gateway                       Flags
Netif Expire
::1                               ::1                           UHL
lo0
fe80::%lo0/64                     fe80::1%lo0                   U
lo0
fe80::1%lo0                       link#3                        UHL
lo0
ff01:3::/32                       fe80::1%lo0                   UC
lo0
ff02::%lo0/32                     fe80::1%lo0                   UC
lo0 
===================================

ifconfig results below:

$ ifconfig
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu
1500
        options=2808<VLAN_MTU,WOL_UCAST,WOL_MAGIC>
        ether 00:0e:a6:a0:db:24
        inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255
        inet 192.168.0.103 netmask 0xffffff00 broadcast 192.168.0.255
        inet 192.168.0.102 netmask 0xffffff00 broadcast 192.168.0.255
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> metric 0
mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 
$ 







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1246731969.4452.12.camel>