coobra: freebsd was a longtime ago
there is no /etc/network/interfaces ***: merky has quit IRC (Read error: Operation timed out)
merky has joined #arpnetworks
bharatak has quit IRC (Ping timeout: 240 seconds)
shatt_ has quit IRC (Read error: Operation timed out)
shatt has joined #arpnetworks
bharatak has joined #arpnetworks
LT has joined #arpnetworks coobra: ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.248"
is that how i add the ips ? merky: i'm unfamiliar with freebsd
maybe try it? coobra: http://pastebin.com/3emmwQcZ
is that how
dont rember ? merky: that looks like first response on google
oh hangon
set additionals ips to netmask 255.255.255.255
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-virtual-hosts.html coobra: hmms ok merky: not the first one in subnet thoguh
fconfig_fxp0_alias4="inet 202.0.75.17 netmask 255.255.255.240"
ifconfig_fxp0_alias5="inet 202.0.75.18 netmask 255.255.255.255"
ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"
like see how they added a seperate subnet
so first one has netmask of 240
then next ones 255
so if the extra ips are on diff subnet to your main ip coobra: this have the same subnet merky: ok coobra: 255.255.255.255 <-- is one ip ? merky: yaeh
so the non alias oen has 248
and the next ones have 255 coobra: ahha merky: ifconfig_em0="inet 174.136.101.146 netmask 255.255.255.248"
ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.248"
ifconfig_em0_alias1="inet 174.136.101.148 netmask 255.255.255.248"
ifconfig_em0_alias2="inet 174.136.101.149 netmask 255.255.255.248"
ifconfig_em0_alias3="inet 174.136.101.150 netmask 255.255.255.248"
so in that example
change all the alias ones to have 255.255.255.255 coobra: ifconfig_em0="inet 174.136.101.146 netmask 255.255.255.248"
ifconfig_em0_alias0="inet 174.136.101.147 netmask 255.255.255.255"
ifconfig_em0_alias1="inet 174.136.101.148 netmask 255.255.255.255"
ifconfig_em0_alias2="inet 174.136.101.149 netmask 255.255.255.255"
ifconfig_em0_alias3="inet 174.136.101.150 netmask 255.255.255.255"
like that then merky: yip
cross your fingers
:) coobra: ok i try then :D merky: cool coobra: hmms
i dont think it works ***: schmir has joined #arpnetworks coobra: http://pastebin.com/3RXhREV2
that is wierd :/ merky: what's it do?
PING 174.136.101.150 (174.136.101.150) 56(84) bytes of data.
64 bytes from 174.136.101.150: icmp_req=2 ttl=57 time=127 ms
--- 174.136.101.150 ping statistics ---
2 packets transmitted, 1 received, 50% packet loss, time 1008ms
rtt min/avg/max/mdev = 127.759/127.759/127.759/0.000 ms
wtf it missed the first packet?
but anyway it can ping coobra: ok
hmms
its like i need to ping the ip one time then it works heh
:D ***: ziyourenxiang has joined #arpnetworks RandalSchwartz: merky - first packet might be missed because arp didn't reply fast enough.
that's arp, not ARP :)
if you ping an IP for which you don't have the MAC, you have to arp first. merky: hmm
then the same thing would happen with syn packets
and you'd get delayed connections.. RandalSchwartz: and that does happen
oh wait
it doesn't even *send* the syn until it has a MAC
it can't
wait wait merky: well router doesn't forward it along RandalSchwartz: it uses the local mac of the router
the packet has the destination IP, but the local MAC merky: i'm getting more confused not less RandalSchwartz: so in general, there's no delay
and it always has the MAC of the router, since otherwise it wouldn't have a default route merky: no it doesn't. RandalSchwartz: in general, you won't have the MAC of the destination IP, unless it's on the same segment merky: a default route is an ip not a mac
mac's get cached RandalSchwartz: yes - and you have the mac of the ip
except maybe if the cache flushes merky: but it asks for them again and again RandalSchwartz: generally not
macs are long-cached
I've had problems with that before merky: there was a cable isp here who used to have a really big arp domain
and routers used to fail from all the arps.
so if you used a shit router then the router would become unresponsive. RandalSchwartz: well, in that case, the caches would get flushe dmore merky: it took them ages to fix it
so that there was multiple arp domains
but really this whole arp thing seems really lame to me RandalSchwartz: but anyway, the reason that syn works is that most of the time, you're talking to a remote IP
and to talk to them, you first have to know your local router's mac
and that's typically cached
if something about that needs retry, it happens transparently
on the other hand, ping insists on reporting that first timeout
since that timeout really happened merky: yeah
well hopefully he got his ip's working RandalSchwartz: by the way, setting up a range of IPs is easy if you use the advanced setup
I have: ipv4_addrs_em0=208.79.95.2-14/28 merky: oh i didn't know that, i'm not acutally a customer yet. RandalSchwartz: and that sets up all 12 aliases merky: and i don't use freebsd. RandalSchwartz: in other words, just show the range, and the netmask merky: i know how it works in openbsd RandalSchwartz: and that takes care of everything merky: that's actually kind of cool
well ijust told him to check the freebsd handbook
cos whitefang was saying everything is documented in there RandalSchwartz: so it basically directly interprets the type of numbers you'd be given
yeah - this isn't documented well yet
and I discovered it in some blog
then verified that it worked that way merky: oh yip RandalSchwartz: it's like perl docs or apache docs
early tutorials had to use primitive stuff merky: i hate perl docs RandalSchwartz: but then the tool got more advanced merky: and everyone still uses the old ways RandalSchwartz: I hate tutorials from the mid-90's still being treated as modern merky: well i kind of knew about the netmask stuff
but for some reason it skipped my mind
heh
openbsd hasn't changed a lot
you have hostname.em0
then inet blah blah
then inet alias blah blah RandalSchwartz: gotta start getting ready for work merky: heh
i should get to bed
it's 3 am here ***: BeBoo_ has joined #arpnetworks
ziyourenxiang has quit IRC (Quit: ziyourenxiang)
schmir has quit IRC (Remote host closed the connection)
zeeby has quit IRC (Ping timeout: 272 seconds)
robotarmy has joined #arpnetworks
robotarmy has quit IRC (Client Quit)
robotarmy has joined #arpnetworks
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
LT has quit IRC (Quit: Leaving)
heavysixer has quit IRC (Quit: heavysixer)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
cubelogic has joined #arpnetworks
vapor has quit IRC (Read error: Operation timed out)
decourl has joined #arpnetworks
vapor has joined #arpnetworks
vapor has quit IRC (Ping timeout: 260 seconds)
vapor has joined #arpnetworks
vapor has quit IRC (Read error: Operation timed out)
vapor has joined #arpnetworks
robotarmy has quit IRC (Remote host closed the connection)
lucky has quit IRC (Read error: Connection reset by peer)
lucky has joined #arpnetworks
heavysixer has quit IRC (Quit: heavysixer)
robotarmy has joined #arpnetworks
sheath is now known as coil
robotarmy has quit IRC (Ping timeout: 240 seconds)
schmir has joined #arpnetworks
robotarmy has joined #arpnetworks
BeBoo_ has quit IRC (Quit: BeBoo_)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
decourl has quit IRC (Quit: ircII EPIC5-1.1.2 -- Are we there yet?)
heavysixer has quit IRC (Client Quit)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
heavysixer has quit IRC (Quit: heavysixer)
crazed has joined #arpnetworks
schmir has quit IRC (Remote host closed the connection)
heavysixer has joined #arpnetworks
ChanServ sets mode: +o heavysixer
robotarmy has quit IRC (Remote host closed the connection)
decourl has joined #arpnetworks crazed: hm ports for php5 seems to be broken
can't fetch the file anywhere azmarco: i asked about that earlier on silc
lemme see if they figured it out
nothing. but, packages appear to be back on ftp3 crazed: hm azmarco: what mirror are you trying? crazed: *.php.net it seems azmarco: oh. now i gotcha
i automatically s/ports/packages/ crazed: slightly frustrating, just got my vps and wanted to start using it lol
oh well i'll spend time migrating my home dir instead azmarco: use packages crazed: does the php5 package come with fpm ? azmarco: no idea ***: heavysixer has quit IRC (Quit: heavysixer)
cubelogic has quit IRC (Remote host closed the connection)
crazed has quit IRC (Quit: new host)
bharatak_ has joined #arpnetworks
bharatak has quit IRC (*.net *.split)
jdoe has quit IRC (*.net *.split)
mick_laptop has quit IRC (*.net *.split)
mick_laptop has joined #arpnetworks
jdoe has joined #arpnetworks
decourl has left
nerdd has quit IRC (Ping timeout: 246 seconds)
nerdd has joined #arpnetworks