Date: Wed, 25 Mar 1998 20:56:07 -0600 From: "Jonathan E. Lyons" <parrothd@midwest.net> To: Vincent Vega <vvega@akula.com>, questions@FreeBSD.ORG Subject: Re: ppp -alias Message-ID: <3.0.5.32.19980325205607.007b6100@midwest.net> In-Reply-To: <Pine.LNX.3.96.980325195720.30766A-100000@orca.akula.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Why is the broadcast address set to 192.168.1.1? It should be 255..Try ifconfig vx 192.168.1.1 netmask 255.255.255.0 Here's what mine look like ep0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 10.10.0.1 netmask 0xffffff00 broadcast 10.10.0.255 ether 00:20:af:69:82:bf Also here's a good link to help http://www.freebsd.org/tutorials/ppp/ppp.html Later At 08:09 PM 3/25/98 -0500, you wrote: >Hi I am attempting to setup ppp -alias with a win95 box. However it >doesnt seem like my NIC card is working properly. I have a 3com 3c905. >This is how my ifconfig and netstat look ... > >x0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.1.1 netmask 0xffffffff broadcast 192.168.1.1 > ether 00:60:97:d8:84:8a >lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 >tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 > inet 208.140.175.71 --> 208.140.138.1 netmask 0xffffff00 >sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 >ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 >lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > >and .. > >Internet: >Destination Gateway Flags Refs Use Netif >Expire >default 208.140.138.1 UGSc 7 0 tun0 >127.0.0.1 127.0.0.1 UH 0 0 lo0 >192.168.1.1/32 link#1 UC 0 0 >208.140.138.1 208.140.175.71 UH 8 0 tun0 > >what is this "link#1" and where is vx0 ??? and also the indicators on my >NIC card do not light at all....can someone help ?? :) > >Thanx > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19980325205607.007b6100>