D
Deleted member 9563
Guest
I have two relatively similar machines which had FreeBSD 10.1-RELEASE installed at about the same time. The output of
I don't understand the other one:
If I change that in /etc/rc.conf to read the same as the first machine (changing 101 to 103 of course) then it cannot connect to the internet any more.
When I did the installation I put in numbers for a normal static address, but what I see is completely foreign. Can someone explain to me where that netmask of 0xfafafa00 and broadcast of 197.173.5.255 is coming from and why I can't change it?
PS: I see the IP belongs to Hurricane Electric, so perhaps it is coming from my router which I had tried to set up with a tunnel but since abandoned so no such numbers show up in it at this point. In any case, I would like to have control of my network configuration.
ifconfig on one looks normal to me. Like this:
Code:
inet 192.168.1.101 netmask 0xffffff00 broadcast 192.168.1.255
Code:
inet 192.168.1.103 netmask 0xfafafa00 broadcast 197.173.5.255
When I did the installation I put in numbers for a normal static address, but what I see is completely foreign. Can someone explain to me where that netmask of 0xfafafa00 and broadcast of 197.173.5.255 is coming from and why I can't change it?
PS: I see the IP belongs to Hurricane Electric, so perhaps it is coming from my router which I had tried to set up with a tunnel but since abandoned so no such numbers show up in it at this point. In any case, I would like to have control of my network configuration.