On Thu, 6 Jan 2000, John Ioannidis wrote:
> Here is the setup:
>
> Hosts alice and bob, running 3.4-STABLE, xl interfaces.
>
> on alice:
> # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255
> # ifconfig xl1 10.1.1.2 up netmask 255.255.255.255
>
>
> So, what's the right way to do th
Your netmask is probably causing problems. Try 255.0.0.0.
Omachonu Ogali
Intranova Networking Group
On Thu, 6 Jan 2000, John Ioannidis wrote:
> Here is the setup:
>
> Hosts alice and bob, running 3.4-STABLE, xl interfaces.
>
> on alice:
> # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255
>
John Ioannidis wrote:
>
> Here is the setup:
>
> Hosts alice and bob, running 3.4-STABLE, xl interfaces.
>
> on alice:
> # ifconfig xl1 10.1.1.1 up netmask 255.255.255.255
> # netstat -r -n
That is your problem, I think. try netmask of 255.255.255.0
Jim
--
James E. Housley
"The box said 'R
> John, you say that you can't have a shorter subnet mask? As it is
> you've specified all of the bits to be the subnetid, thus leaving
The addresses were picked as examples, of course.
/ji
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the
Here is the setup:
Hosts alice and bob, running 3.4-STABLE, xl interfaces.
on alice:
# ifconfig xl1 10.1.1.1 up netmask 255.255.255.255
# netstat -r -n
...
10.1.1.1/32link#2 UC 00 xl1
...
# ping 10.1.1.1
(yes, it pings fine)
# netstat -r -n
...
10.1.1.1
5 matches
Mail list logo